Skip to content

Commit adae0cb

Browse files
committed
Update README.md
tools added: - crt.go - github-subdomains - gitlab-subdomains - github-endpoints new category "Origin IP" added, tools: - CloudRip - hackoriginfinder
1 parent 6ee9fb2 commit adae0cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- [Forbidden Bypass](#Forbidden-Bypass)
4747
- [Permutation](#Permutation)
4848
- [Web Proxy and Traffic Interception](#Web-Proxy-and-Traffic-Interception)
49+
- [Origin IP](#Origin-IP)
4950
- [Useful](#Useful)
5051
- [Uncategorized](#Uncategorized)
5152

@@ -90,6 +91,9 @@
9091
- [shosubgo](https://github.com/incogbyte/shosubgo) - Small tool to Grab subdomains using Shodan api
9192
- [haktrails](https://github.com/hakluke/haktrails) - Golang client for querying SecurityTrails API data
9293
- [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.
9397

9498
### Port Scanning
9599

@@ -156,6 +160,7 @@
156160
- [waymore](https://github.com/xnl-h4ck3r/waymore) - Find way more from the Wayback Machine!
157161
- [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
158162
- [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.
159164

160165
### Parameters
161166

@@ -519,6 +524,11 @@
519524
- [proxify](https://github.com/projectdiscovery/proxify) - A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go.
520525
- [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.
521526
- [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.
522532

523533
### Useful
524534

0 commit comments

Comments
 (0)