Skip to content

Commit 1b5e355

Browse files
authored
Merge pull request vavkamil#73 from SecHoussam/main
adding waf bypassing tools
2 parents 0a7d15c + 2c314da commit 1b5e355

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [Parameters](#Parameters)
1616
- [Fuzzing](#Fuzzing)
1717
- [Monitoring](#Monitoring)
18+
- [Waf Evasion ](#Waf-Evasion)
1819

1920
- [Exploitation](#Exploitation)
2021
- [Command Injection](#Command-Injection)
@@ -399,7 +400,21 @@
399400

400401
### Web-Cache-Poisoning
401402
- [toxicache](https://github.com/xhzeem/toxicache) - Go scanner to find web cache poisoning vulnerabilities in a list of URLs .
403+
---
404+
405+
### Waf Evasion
406+
- cli :
407+
408+
- [nomore403](https://github.com/devploit/nomore403) - 🚫 Advanced tool for security researchers to bypass 403/40X restrictions .
402409

410+
- [XFFenum](https://github.com/vavkamil/XFFenum) - A simple tool to bypass 403 forbidden end-points behind load balancers (Cloudflare) based on X-Forwarded-For header.
411+
412+
- [Forbidden Buster](https://github.com/Sn1r/Forbidden-Buster) - A tool designed to automate various techniques in order to bypass HTTP 401 and 403 response codes and gain access to unauthorized areas in the system.
413+
414+
- burpSuite Plugin :
415+
- [nowafpls](https://github.com/assetnote/nowafpls/) - Burp Plugin to Bypass WAFs through the insertion of Junk Data .
416+
417+
---
403418

404419
## Miscellaneous
405420

@@ -539,11 +554,6 @@
539554
- [SSTImap](https://github.com/vladko312/SSTImap) - SSTImap is a penetration testing software that can check websites for Code Injection and Server-Side Template Injection vulnerabilities and exploit them, giving access to the operating system itself.
540555
- [Lonkero](https://github.com/bountyyfi/lonkero) - Enterprise-grade web vulnerability scanner with 60+ attack modules, built in Rust for penetration testing and security assessments.
541556

542-
### Forbidden Bypass
543-
544-
- [XFFenum](https://github.com/vavkamil/XFFenum) - A simple tool to bypass 403 forbidden end-points behind load balancers (Cloudflare) based on X-Forwarded-For header.
545-
- [NoMore403](https://github.com/devploit/nomore403) - Advanced tool for security researchers to bypass 403/40X restrictions through smart techniques and adaptive request manipulation.
546-
- [Forbidden Buster](https://github.com/Sn1r/Forbidden-Buster) - A tool designed to automate various techniques in order to bypass HTTP 401 and 403 response codes and gain access to unauthorized areas in the system.
547557

548558
### Permutation
549559

0 commit comments

Comments
 (0)