a slow tool to scan and analyze ports.
- 将端口扫描文件放到scan文件夹
- 执行
python3 lazy.py
- 端口分类文件输出到output文件夹
- 自动在脚本同级目录下生成压缩包文件
usage: python3 lazy.py [-h] [-f FILE] [-d DIRECTORY] [-p PORT] [-o OUTPUT] [-i]
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE 指定同一目录下的扫描结果文件。
-d DIRECTORY, --directory DIRECTORY
指定存放端口扫描结果的目录。不设置参数则默认为scan目录。
-p PORT, --port PORT 指定要处理的端口。用','分隔。如:80,443
-o OUTPUT, --output OUTPUT
指定输出的压缩文件名,不需要后缀。不设置参数则随机生成文件名。
-i, --interface 产生交互。不设置参数则不进行交互,终端不显示任何信息。
- speed up
- port scan
- Auto port classification.
- Output a zipfile.
- Easy way to analyze CDN.