Skip to content

Commit 14e5e8c

Browse files
committed
Add Forbidden Bypass tools and other tools
1. "Forbidden Bypass" section added 2. Tool "XFFenum" moved from "Uncategorized" to "Forbidden Bypass" category. 3. Other tools added: - subzy (Subdomain Takeover) - seclists (Uncategorized)
1 parent bd72506 commit 14e5e8c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- [postMessage](#postMessage)
4444
- [Subdomain Takeover](#Subdomain-Takeover)
4545
- [Vulnerability Scanners](#Vulnerability-Scanners)
46+
- [Forbidden Bypass](#Forbidden-Bypass)
4647
- [Permutation](#Permutation)
4748
- [Useful](#Useful)
4849
- [Uncategorized](#Uncategorized)
@@ -470,6 +471,7 @@
470471
- [second-order](https://github.com/mhmdiaa/second-order) - Second-order subdomain takeover scanner
471472
- [takeover](https://github.com/mzfr/takeover) - A tool for testing subdomain takeover possibilities at a mass scale.
472473
- [dnsReaper](https://github.com/punk-security/dnsReaper) - DNS Reaper is yet another sub-domain takeover tool, but with an emphasis on accuracy, speed and the number of signatures in our arsenal!
474+
- [subzy](https://github.com/PentestPad/subzy) - Subdomain takeover tool which works based on matching response fingerprints from `can-i-take-over-xyz`.
473475

474476
### Vulnerability Scanners
475477

@@ -491,6 +493,12 @@
491493
- [OWASP ZAP](https://github.com/zaproxy/zaproxy) - World’s most popular free web security tools and is actively maintained by a dedicated international team of volunteers
492494
- [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.
493495

496+
### Forbidden Bypass
497+
498+
- [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.
499+
- [NoMore403](https://github.com/devploit/nomore403) - Advanced tool for security researchers to bypass 403/40X restrictions through smart techniques and adaptive request manipulation.
500+
- [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.
501+
494502
### Permutation
495503

496504
- [alterx](https://github.com/projectdiscovery/alterx) - Fast and customizable subdomain wordlist generator using DSL. alterx takes patterns as input and generates subdomain permutation wordlist based on that pattern.
@@ -520,9 +528,9 @@
520528
- [android-security-awesome](https://github.com/ashishb/android-security-awesome) - A collection of android security related resources
521529
- [awesome-mobile-security](https://github.com/vaib25vicky/awesome-mobile-security) - An effort to build a single place for all useful android and iOS security related stuff.
522530
- [awesome-vulnerable-apps](https://github.com/vavkamil/awesome-vulnerable-apps) - Awesome Vulnerable Applications
523-
- [XFFenum](https://github.com/vavkamil/XFFenum) - X-Forwarded-For [403 forbidden] enumeration
524531
- [httpx](https://github.com/projectdiscovery/httpx) - httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads.
525532
- [csprecon](https://github.com/edoardottt/csprecon) - Discover new target domains using Content Security Policy
533+
- [SecLists](https://github.com/danielmiessler/SecLists) - It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
526534

527535
---
528536

0 commit comments

Comments
 (0)