scanless:一款匿名端口扫描工具
- 发表于
- 安全工具
scanless介绍
scanless是一款使用在线端口扫描网站进行端口扫描的工具,因为使用了第三方扫描平台,所以进行端口扫描时可实现匿名扫描。
scanless安装与使用
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# 下载 $ git clone https://github.com/vesche/scanless.git # 安装 $ pip install scanless --user # 使用 $ scanless --help usage: scanless [-h] [-v] [-t TARGET] [-s SCANNER] [-r] [-l] [-a] scanless, public port scan scrapper optional arguments: -h, --help show this help message and exit -v, --version display the current version -t TARGET, --target TARGET ip or domain to scan -s SCANNER, --scanner SCANNER scanner to use (default: hackertarget) -r, --random use a random scanner -l, --list list scanners -a, --all use all the scanners $ scanless --list Scanner Name | Website ---------------|------------------------------ yougetsignal | http://www.yougetsignal.com viewdns | http://viewdns.info hackertarget | https://hackertarget.com ipfingerprints | http://www.ipfingerprints.com pingeu | http://ping.eu spiderip | https://spiderip.com t1shopper | http://www.t1shopper.com standingtech | https://portscanner.standingtech.com $ scanless -t scanme.nmap.org -s ipfingerprints Running scanless... ------- ipfingerprints ------- Host is up (0.16s latency). Not shown: 491 closed ports PORT STATE SERVICE 22/tcp open ssh 80/tcp open http Device type: general purpose Running: Linux 3.X|4.X OS CPE: cpe:/o:linux:linux_kernel:3 cpe:/o:linux:linux_kernel:4 OS details: Linux 3.2 - 4.6 Network Distance: 7 hops ------------------------------ |
此外,scanless还支持Docker安装,具体可到项目主页查看。
scanless支持的在线端口扫描网站
默认集成的扫描接口都是国外主流在线端口扫描网站
扫描平台都是国外的,你可以自己集成更多扫描接口。
原文连接:scanless:一款匿名端口扫描工具
所有媒体,可在保留署名、
原文连接
的情况下转载,若非则不得使用我方内容。