信息收集工具 -- zpscan
2023-6-6 09:11:31 Author: 编码安全研究(查看原文) 阅读量:21 收藏

免责声明
请勿利用文章内的相关技术从事非法测试,由于传播、利用此文所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,作者不为此承担任何责任。工具来自网络,安全性自测,如有侵权请联系删除。
0x01 工具介绍
该信息收集工具可以调用 subfinder 被动收集,调用 ksubdoamin 进行 dns 验证,获取 domain 相关的 web(host:port)资产,使用 webscan 扫描。
获取 statusCode、contentLength、favicon、iconHash、title、wappalyzer、finger,title 自动解码,js 静态分析跳转,指纹可自定义 tags 用来过滤和标记,pocTags 与 nuclei 对应。先端口开放扫描(tcp),使用 nmap 指纹识别协议,支持常见服务口令爆破(未授权检测),全部测试通过(成功、失败、超时退出)。字典分类,结果过滤(重复结果判断)。

0x02 安装与使用
1、web信息收集
webscan -f /Users/root/Downloads/list.txt
2、常见服务弱口令爆破
crack -i 127.0.0.1:3306 --user test_user --pass test2022@
3、常用命令
zpscan git:(main) ./zpscan -h一个有点好用的信息收集工具 by zp857
Usage: zpscan [command]
Available Commands: crack 常见服务弱口令爆破 dirscan 目录扫描 domainscan 子域名收集 help Help about any command ipscan 端口扫描 webscan web信息收集
Flags: --debug show debug output -h, --help help for zpscan -i, --input string single input(example: -i 'xxx') -f, --input-file string inputs file(example: -f 'xxx.txt') --no-color disable colors in output -o, --output string output file to write found results (default "result.txt")
Use "zpscan [command] --help" for more information about a command.
0x03 项目链接下载


原文链接:https:

注:如有侵权请联系删除

   学习更多技术,关注我:   

觉得文章不错给点个‘再看’吧。

文章来源: http://mp.weixin.qq.com/s?__biz=Mzg2NDY1MDc2Mg==&mid=2247503227&idx=1&sn=bfa78a6daf76ba1b35d77ec6b5ab4b1f&chksm=ce649e1ef913170855c42bca22242ce9656b21dc0d4b44a291be124c4ff28ba8a43b5252a5a4#rd
如有侵权请联系:admin#unsafe.sh