Skip to content

Instantly share code, notes, and snippets.

@ResistanceIsUseless
Last active November 28, 2023 22:47
Show Gist options
  • Save ResistanceIsUseless/9e803dea693da8ad12f13a8799080a74 to your computer and use it in GitHub Desktop.
Save ResistanceIsUseless/9e803dea693da8ad12f13a8799080a74 to your computer and use it in GitHub Desktop.
zmap config file
### Probe Module to use
#probe-module tcp_synscan
### Destination port to scan
#web-services
target-port 80,443,999,1080,1880,1098,1099,2379,2443,3128,3443,3632,4001,4443,4848,5001,5002,5443,5800,5836,5985,5986,6002,6379,6782-6784,6739,6443,7001,7002,7071,7443,8000-8010,8080,8081,8118,8443,8444,8500,8888,9001,9060,9090,9093,9099,9100,9443,9901,9999,10000,10250,10255,10256,38801,53281
#all-interesting-ports
#target-port 7,9,13,21-23,25-26,37,53,79-81,88,106,110-111,113,119,135,139,143-144,179,199,389,427,443-445,465,513-515,543-544,548,554,587,631,646,873,990,993,995,1025-1029,1080,1098-1099,1100,1110,1433,1720,1723,1755,1880,1900,1990,2000-2001,2049,2121,2379,2380,2443,2717,3000,3128,3268,3269,3306,3389-3398,3443,3632,3886,3986,4001,4279,4443,4848,4899,5000,5001,5002,5009,5051,5060,5101,5190,53281,5357,5432,5631,5666,5800,5836,5900-5910,5985,5986,6000-6002,6379,6443,6646,6739,6782-6784,7001-7002,7070,7071,7443,8000-8010,8080-8081,8118,8443,8444,8500,8888,9001,9060,9090,9093,9099,9100,9443,9901,9999-10000,10250,10255,10256,11211,32768,38801,49152-49157
#Do not print status updates
quiet
#Level of log detail (0-5) (default=`3')
verbosity 1
### Scan rate in packets/sec
#rate 10000
### Scan rate in bandwidth (bits/sec); overrides `rate`
bandwidth 7M # 7mbps
### Blacklist file to use. We encourage you to exclude
### RFC1918, IANA reserved, and multicast networks,
### in addition to those who have opted out of your
### network scans.
blocklist-file "/etc/zmap/blocklist.conf"
### Optionally print a summary at the end
#summary
output-fields=saddr,sport
output-filter="success = 1 && repeat = 0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment