Projects STRLCPY Cipherops Files
🤬
392011a7
ROOT /
port-scanning.md
44 lines | ISO-8859-1 | 2 KB

PORT SCANNING

  1. masscan - TCP port scanner, spews SYN packets asynchronously, scanning the entire Internet in under 5 minutes.
  2. RustScan - The Modern Port Scanner
  3. naabu - A fast port scanner written in Go with a focus on reliability and simplicity.
  4. nmap - Nmap - the Network Mapper. Github mirror of the official SVN repository.
  5. sandmap - Nmap on steroids. Simple CLI with the ability to run the pure Nmap engine, 31 modules with 459 scan profiles.
  6. ScanCannon - Combines the speed of masscan with the reliability and detailed enumeration of nmap.

{% code overflow="wrap" %}

## Port Scanning

1. **masscan** - TCP port scanner, spews SYN packets asynchronously, scanning the entire Internet in under 5 minutes.
   - Repository: [masscan](https://github.com/robertdavidgraham/masscan)

2. **RustScan** - The Modern Port Scanner
   - Repository: [RustScan](https://github.com/RustScan/RustScan)

3. **naabu** - A fast port scanner written in Go with a focus on reliability and simplicity.
   - Repository: [naabu](https://github.com/projectdiscovery/naabu)

4. **nmap** - Nmap - the Network Mapper. Github mirror of the official SVN repository.
   - Repository: [nmap](https://github.com/nmap/nmap)

5. **sandmap** - Nmap on steroids. Simple CLI with the ability to run the pure Nmap engine, 31 modules with 459 scan profiles.
   - Repository: [sandmap](https://github.com/trimstray/sandmap)

6. **ScanCannon** - Combines the speed of masscan with the reliability and detailed enumeration of nmap.
   - Repository: [ScanCannon](https://github.com/johnnyxmas/ScanCannon)

These tools provide efficient port scanning capabilities with varying features and performance. Choose the one that best suits your requirements for port scanning tasks.

{% endcode %}

These tools provide efficient port scanning capabilities with varying features and performance. Choose the one that best suits your requirements for port scanning tasks.

Please wait...
Page is in error, reload to recover