You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- NOERROR subdomain discovery ([dnsx](https://github.com/projectdiscovery/dnsx), more info [here](https://www.securesystems.de/blog/enhancing-subdomain-enumeration-ents-and-noerror/))
- Web screenshot ([webscreenshot](https://github.com/maaaaz/webscreenshot) or [gowitness](https://github.com/sensepost/gowitness))
466
467
- Web templates scanner ([nuclei](https://github.com/projectdiscovery/nuclei) and [nuclei geeknik](https://github.com/geeknik/the-nuclei-templates.git))
467
468
- Url extraction ([waybackurls](https://github.com/tomnomnom/waybackurls), [gau](https://github.com/lc/gau), [gospider](https://github.com/jaeles-project/gospider), [github-endpoints](https://gist.github.com/six2dez/d1d516b606557526e9a78d7dd49cacd3) and [JSA](https://github.com/w9w/JSA))
468
-
- URLPatterns Search ([gf](https://github.com/tomnomnom/gf) and [gf-patterns](https://github.com/1ndianl33t/Gf-Patterns))
469
+
- URLPatterns Search and filtering ([urless](https://github.com/xnl-h4ck3r/urless), [gf](https://github.com/tomnomnom/gf) and [gf-patterns](https://github.com/1ndianl33t/Gf-Patterns))
* Thank you for lending a helping hand towards the development of the project!
556
556
557
-
-[Spyse](https://spyse.com/)
558
-
-[Networksdb](https://networksdb.io/)
559
-
-[Intelx](https://intelx.io/)
560
-
-[BinaryEdge](https://www.binaryedge.io/)
561
-
-[Censys](https://censys.io/)
557
+
-[C99](https://api.c99.nl/)
562
558
-[CIRCL](https://www.circl.lu/)
563
-
-[Whoxy](https://www.whoxy.com/)
559
+
-[NetworksDB](networksdb.io)
560
+
-[ipinfo](ipinfo.io)
561
+
-[hackertarget](hackertarget.com)
562
+
-[Censys](censys.io)
564
563
565
564
# Disclaimer
566
565
Usage of this program for attacking targets without consent is illegal. It is the user's responsibility to obey all applicable laws. The developer assumes no liability and is not responsible for any misuse or damage caused by this program. Please use responsibly.
INSCOPE=false # Uses inscope tool to filter the scope, requires .scope file in reconftw folder
67
71
68
72
# Web detection
69
73
WEBPROBESIMPLE=true # Web probing on 80/443
70
74
WEBPROBEFULL=true # Web probing in a large port list
71
75
WEBSCREENSHOT=true # Webs screenshooting
72
76
VIRTUALHOSTS=false # Check virtualhosts by fuzzing HOST header
77
+
NMAP_WEBPROBE=true # If disabled it will run httpx directly over subdomains list, nmap before web probing is used to increase the speed and avoid repeated requests
0 commit comments