Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
/ dnmasscan Public archive

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

rastating/dnmasscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

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