|
46 | 46 | - [Forbidden Bypass](#Forbidden-Bypass) |
47 | 47 | - [Permutation](#Permutation) |
48 | 48 | - [Web Proxy and Traffic Interception](#Web-Proxy-and-Traffic-Interception) |
| 49 | + - [Origin IP](#Origin-IP) |
49 | 50 | - [Useful](#Useful) |
50 | 51 | - [Uncategorized](#Uncategorized) |
51 | 52 |
|
|
90 | 91 | - [shosubgo](https://github.com/incogbyte/shosubgo) - Small tool to Grab subdomains using Shodan api |
91 | 92 | - [haktrails](https://github.com/hakluke/haktrails) - Golang client for querying SecurityTrails API data |
92 | 93 | - [bbot](https://github.com/blacklanternsecurity/bbot) - A recursive internet scanner for hackers |
| 94 | +- [crt.go](https://github.com/TaurusOmar/crt.sh) - This Go script simplifies the process of efficiently saving and analyzing subdomain output from the crt.sh website. |
| 95 | +- [github-subdomains](https://github.com/gwen001/github-subdomains) - This Go tool performs searches on GitHub and parses the results to find subdomains of a given domain. |
| 96 | +- [gitlab-subdomains](https://github.com/gwen001/gitlab-subdomains) - This Go tool performs searches on GitLab and parses the results to find subdomains of a given domain. |
93 | 97 |
|
94 | 98 | ### Port Scanning |
95 | 99 |
|
|
156 | 160 | - [waymore](https://github.com/xnl-h4ck3r/waymore) - Find way more from the Wayback Machine! |
157 | 161 | - [xnLinkFinder](https://github.com/xnl-h4ck3r/xnLinkFinder) - A python tool used to discover endpoints, potential parameters, and a target specific wordlist for a given target |
158 | 162 | - [URLFinder](https://github.com/projectdiscovery/urlfinder) - A high-speed tool for passively gathering URLs, optimized for efficient web asset discovery without active scanning. |
| 163 | +- [github-endpoints](https://github.com/gwen001/github-endpoints) - This Go tool performs searches on GitHub and parses the results to find endpoints of a given domain. |
159 | 164 |
|
160 | 165 | ### Parameters |
161 | 166 |
|
|
519 | 524 | - [proxify](https://github.com/projectdiscovery/proxify) - A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go. |
520 | 525 | - [FoxyProxy Browser Extension](https://github.com/foxyproxy/browser-extension) - FoxyProxy is an open-source, advanced proxy management tool that completely replaces Chrome's limited proxying capabilities. |
521 | 526 | - [zaproxy](https://github.com/zaproxy/zaproxy) - ZAP is what is known as a “manipulator-in-the-middle proxy.” It stands between the tester’s browser and the web application so that it can intercept and inspect messages sent between browser and web application, modify the contents if needed, and then forward those packets on to the destination. |
| 527 | + |
| 528 | +### Origin IP |
| 529 | + |
| 530 | +- [CloudRip](https://github.com/staxsum/CloudRip) - A tool that helps you find the real IP addresses hiding behind Cloudflare by checking subdomains. |
| 531 | +- [hakoriginfinder](https://github.com/hakluke/hakoriginfinder) - Tool for discovering the origin host behind a reverse proxy. Useful for bypassing WAFs and other reverse proxies. |
522 | 532 |
|
523 | 533 | ### Useful |
524 | 534 |
|
|
0 commit comments