Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
14 stars 25 forks source link

790 feature request masscan tool implementation #820

Closed basoreeper3007 closed 2 weeks ago

basoreeper3007 commented 2 weeks ago

### Tool Description: Masscan is a network reconnaissance tool designed to scan large IP ranges for open ports and services faster than traditional scanners.

### Tool Features: In its current state, the Masscan tool within DDT scans for open ports on specified IP addresses and has the following configurations:

  1. Input a single IP address or an IP address range/subnet to scan.
  2. Input a port or range of ports to scan. Alternatively, check the common ports box and input n number of common ports to scan.
  3. Input a wait time to allow Masscan to wait after the last packet is sent to receive any delayed responses.
  4. Input a packet rate to determine how many packets are sent per second (slower rates can help avoid detection).
  5. Input a single IP address or an IP address range to exclude from the scan.
  6. Input a network interface to send and receive packets from during the scan.
  7. Check the banner grabbing checkbox to attempt to identify services running on scanned ports.
  8. Check the verbose checkbox to run the command in verbose mode.
michaeljpigott commented 2 weeks ago

Hi @basoreeper3007 do not forget to close the corresponding card in Planner now that this branch has been merged into main.

Thanks,

Michael