Skip to content

oleguldberg/runscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOVED TO Codeberg

THIS SCRIPT IS MOVED TO CODEBERG: https://codeberg.org/oleguldberg/runscan

Runscan - run a scan ...

Runscan scans a list of domains and outputs the results as HTML.

Runscan takes the following commandline-options:

runscan -l [list] Run the scan for the domains listed in file

runscan -o [output] Write output to HTML outputfile, default is scanout.html

runscan -n Use nmap to scan all ports on domain

runscan -s Use sslscan to scan ssl-connection

runscan -y Use sslyze to scan ssl-connection

runscan -g Use Google DNS-server for DNS queries

runscan -p Also output to PDF

runscan -h Show help

Prerequisites

You need:

  • dig (with delv)
  • whois
  • nmap
  • sslscan
  • sslyze
  • pandoc

Notes on delv on MacOS

The delv command on default MacOS doesnt work when trying to check for DNSSEC. Install the delv command with Homebrew:

brew install bind

Restart your terminal and confirm you are using the Homebrew delv

~ % which delv

/opt/homebrew/bin/delv

About

Scan a list of domainnames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages