scanless:一款匿名端口扫描工具
2023-5-24 09:21:4 Author: LemonSec(查看原文) 阅读量:18 收藏

scanless介绍

scanless是一款使用在线端口扫描网站进行端口扫描的工具,因为使用了第三方扫描平台,所以进行端口扫描时可实现匿名扫描

scanless安装与使用

# 下载$ 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 --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安装,具体可到项目主页查看。

scanless支持的在线端口扫描网站

默认集成的扫描接口都是国外主流在线端口扫描网站

  • yougetsignal

  • viewdns

  • hackertarget

  • ipfingerprints

  • pingeu

  • spiderip

  • t1shopper

  • standingtech

扫描平台都是国外的,你可以自己集成更多扫描接口。

侵权请私聊公众号删文

 热文推荐  

欢迎关注LemonSec
觉得不错点个“赞”、“在看“

文章来源: http://mp.weixin.qq.com/s?__biz=MzUyMTA0MjQ4NA==&mid=2247545813&idx=2&sn=5833b1d2fa63c20d72dd1f907c029009&chksm=f9e35c8ece94d59845938ed75fdd0956bb9c33102a3b816d4047ada0b05fc3655e9e76ff1f6c#rd
如有侵权请联系:admin#unsafe.sh