Skip to content

Commit 3bce762

Browse files
author
HackTricks News Bot
committed
Add content from: Research Update: Enhanced src/pentesting-web/web-vulnerabili...
1 parent 251577f commit 3bce762

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/pentesting-web/web-vulnerabilities-methodology.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Some **specific functionalities** may be also vulnerable if a **specific format
101101
- [ ] [**Email Header Injection**](email-injections.md)
102102
- [ ] [**JWT Vulnerabilities**](hacking-jwt-json-web-tokens.md)
103103
- [ ] [**XML External Entity**](xxe-xee-xml-external-entity.md)
104+
- [ ] [**GraphQL Attacks**](../network-services-pentesting/pentesting-web/graphql.md)
105+
- [ ] [**gRPC-Web Attacks**](grpc-web-pentest.md)
104106

105107
### Files
106108

@@ -128,7 +130,10 @@ These vulnerabilities might help to exploit other vulnerabilities.
128130
- [ ] [**Unicode Normalization vulnerability**](unicode-injection/index.html)
129131

130132

131-
{{#include ../banners/hacktricks-training.md}}
132133

133134

135+
## References
134136

137+
* [GraphQL vulnerabilities and common attacks seen in the wild (Security Boulevard, 2024)](https://securityboulevard.com/2024/08/graphql-vulnerabilities-and-common-attacks-seen-in-the-wild/)
138+
* [gRPC-Go HTTP/2 Rapid Reset advisory (GitHub Security Advisory, 2023)](https://github.com/grpc/grpc-go/security/advisories/GHSA-m425-mq94-257g)
139+
{{#include ../banners/hacktricks-training.md}}

0 commit comments

Comments
 (0)