gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
180 stars 23 forks source link

[addtool] LiveTargetsFinder #704

Closed gwen001 closed 1 year ago

gwen001 commented 1 year ago

[homepage]https://github.com/allyomalley/LiveTargetsFinder[/homepage] [tags]subdomains,probing,dns[/tags] [short_descr]Generates lists of live hosts and URLs.[/short_descr] [long_descr]Given an input file of domain names, this script will automate the usage of MassDNS to filter out unresolvable hosts, and then pass the results on to Masscan to confirm that the hosts are reachable and on which ports. The script will then generate a list of full URLs to be used for further targeting (passing into tools like gobuster or dirsearch, or making HTTP requests), a list of reachable domain names, and a list of reachable IP addresses. As an optional last step, you can run an nmap version scan on this reduced host list, verifying that the earlier reachable hosts are up, and gathering service information from their open ports.[/long_descr] [image]https://raw.githubusercontent.com/gwen001/offsectools_www/main/c446fd639ba03a08808e1716c6e316d0.png[/image]

gwen001 commented 1 year ago

Issue correctly handled, tool is waiting for human validation.

gwen001 commented 1 year ago

Tool has been accepted by the team: https://offsec.tools/tool/livetargetsfinder

Thank you for your contribution!