scanless是一款使用在线端口扫描网站进行端口扫描的工具,因为使用了第三方扫描平台,所以进行端口扫描时可实现匿名扫描。
# 下载$ git clone https://github.com/vesche/scanless.git# 安装$ pip install scanless --user# 使用$ scanless --helpusage: scanless [-h] [-v] [-t TARGET] [-s SCANNER] [-r] [-l] [-a]scanless, public port scan scrapperoptional arguments:-h, --help show this help message and exit-v, --version display the current version-t TARGET, --target TARGETip or domain to scan-s SCANNER, --scanner SCANNERscanner to use (default: hackertarget)-r, --random use a random scanner-l, --list list scanners-a, --all use all the scanners$ scanless --listScanner Name | Website---------------|------------------------------yougetsignal | http://www.yougetsignal.comviewdns | http://viewdns.infohackertarget | https://hackertarget.comipfingerprints | http://www.ipfingerprints.compingeu | http://ping.euspiderip | https://spiderip.comt1shopper | http://www.t1shopper.comstandingtech | https://portscanner.standingtech.com$ scanless -t scanme.nmap.org -s ipfingerprintsRunning scanless...------- ipfingerprints -------Host is up (0.16s latency).Not shown: 491 closed portsPORT STATE SERVICE22/tcp open ssh80/tcp open httpDevice type: general purposeRunning: Linux 3.X|4.XOS CPE: cpe:/o:linux:linux_kernel:3 cpe:/o:linux:linux_kernel:4OS details: Linux 3.2 - 4.6Network Distance: 7 hops------------------------------
此外,scanless还支持Docker安装,具体可到项目主页查看。
默认集成的扫描接口都是国外主流在线端口扫描网站
yougetsignal
viewdns
hackertarget
ipfingerprints
pingeu
spiderip
t1shopper
standingtech
扫描平台都是国外的,你可以自己集成更多扫描接口。
热文推荐