From 4de5564e89090ee0f7116cbb8f58277e57cb056b Mon Sep 17 00:00:00 2001 From: casual Date: Sat, 19 Oct 2024 03:38:33 +0300 Subject: [PATCH] new post --- content/hacking/HowTo_scan_ports.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/hacking/HowTo_scan_ports.md diff --git a/content/hacking/HowTo_scan_ports.md b/content/hacking/HowTo_scan_ports.md new file mode 100644 index 0000000..b5fe0c7 --- /dev/null +++ b/content/hacking/HowTo_scan_ports.md @@ -0,0 +1,21 @@ ++++ +title = 'HowTo scan ports' +date = 2024-10-19 ++++ + +### [naabu](https://github.com/projectdiscovery/naabu) + + + +`naabu -nmap-cli 'nmap -sC -sV' -host host.url` - scan url and pass its ports to nmap service and version detection + +Fast, user-friendly and have advanced features (e.g. - scan all IPs under DNS domain) - Cool! +Have service and version detection in help (`-sD -sV`), but they never worked and just exists in help for more than 1 year. + +### [rustscan](https://github.com/RustScan/RustScan) + + +`rustscan -a host.url -- -sC -sV` - scan url and pass its ports to nmap service and version detection + +Fastest port scanner by default (but naabu will be fast enough anyway), have more dirty output by default (especially with nmap) +