Skip to content

Releases: dombg1337/stageScan

stageScan_v1.1.0

26 Oct 05:40
6e24576
Compare
Choose a tag to compare

Changes to v1.0.1:

  • added stylesheet option to create html output files
  • added trap to allow killing parent process (script) during scans with SIGINT
  • changed masscan output to greppable format -oG
  • code refactoring
  • bug fixes

stageScan_v1.0.1

14 Oct 12:42
64e9b96
Compare
Choose a tag to compare

added optional --rate parameter to easily adjust packet/second rate of masscan

added optional --directory parameter to allow setting the output directory

minor bug fixes regarding nmap port specification (and to gracefully exit program if no open port was found)

stageScan_v1.0.0

14 Oct 10:05
7d04949
Compare
Choose a tag to compare

Execution:

  1. Masscan will scan all 65535 TCP and UDP ports
  2. Nmap will perform safe scripts (-sC) and service+version (-sV) enumeration on the ports found by masscan.
  3. Optionally runs nmap vuln scripts (--scripts="vuln")