Skip to content

A script that can resolve an input file of domains and scan them with masscan

License

Notifications You must be signed in to change notification settings

xcainiao/dnmasscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dnmasscan

dnmasscan is a bash script to automate resolving a file of domain names and subsequentlly scanning them using masscan.

As masscan does not accept domain names, a file is created (specified in the second argument to the script) which will log which IP addresses resolve to which domain names for cross reference after the script has finished executing.

If no masscan options are passed to the script, it will instead use the default options, which are:

-p1-65535 -oG masscan.log --rate=500
  • 2020.11.29 filter blank IP

Example Usage

asciicast

About

A script that can resolve an input file of domains and scan them with masscan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%