**SearchMap_V1.0.2**
**searchmap是一款集域名解析、IP反查域名、WHOIS查询、CDN检测、端口扫描、目录扫描、子域名挖掘为一体的前渗透测试综合信息收集工具。**
![image](https://user-images.githubusercontent.com/67818638/133013451-1d3f8310-6c17-4985-b526-9d9af9e8302c.png)
**一.安装说明**
1.工具使用python3开发,请确保您的电脑上已经安装了python3环境。
2.工具的端口扫描功能调用了nmap接口,请确保您的电脑已安装nmap。
3.首次使用请使用 **python3 -m pip install -r requirements.txt** 命令,来安装必要的外部依赖包。
4.本机未安装pip工具的请使用如下命令来进行安装:
```
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # 下载安装脚本
$ sudo python get-pip.py # 运行安装脚本。
注意:用哪个版本的 Python 运行安装脚本,pip 就被关联到哪个版本,如果是 Python3 则执行以下命令:
$ sudo python3 get-pip.py # 运行安装脚本。
一般情况 pip 对应的是 Python 2.7,pip3 对应的是 Python 3.x。
部分 Linux 发行版可直接用包管理器安装 pip,如 Debian 和 Ubuntu:
sudo apt-get install python-pip
```
**二.使用方法**
**1.-u 获取网站基本信息**
```
$ python3 searchmap.py -u https://www.baidu.com
```
<img width="1439" alt="image" src="https://user-images.githubusercontent.com/67818638/132992898-48d91ffb-2cc4-4da6-9a4d-ac00cb998548.png">
```
$ python3 searchmap.py -u 106.53.143.192
```
<img width="1426" alt="image" src="https://user-images.githubusercontent.com/67818638/143046940-cdd2d312-e456-4db5-a564-1407f0b3a3de.png">
**2.-p 使用nmap进行隐式端口扫描**
```
$ python3 searchmap.py -u https://www.baidu.com -p
```
<img width="1439" alt="image" src="https://user-images.githubusercontent.com/67818638/132992984-3ac8b0c0-1093-43ea-b5a3-666b27514b04.png">
**3.-r 批量扫描网站基本信息**
```
$ python3 searchmap.py -r myurl.txt
```
<img width="1439" alt="image" src="https://user-images.githubusercontent.com/67818638/132993016-c8dd3755-ba5f-4c45-913a-e87e9354131a.png">
**4.-n 使用多地ping来判断目标是否使用cdn加速**
```
$ python3 searchmap.py -u https://www.baidu.com -n
```
<img width="1438" alt="image" src="https://user-images.githubusercontent.com/67818638/132993047-6bb10167-6c04-42bf-b5a9-a6d40068bd8b.png">
**5.-d 对网站目录进行多进程扫描探测,能够自动识别伪响应页面**
PS:程序使用的默认字典为dict/fuzz.txt,用户可自行替换字典内容进行FUZZ。
```
$ python3 searchmap.py -u https://www.baidu.com -d
```
<img width="1420" alt="image" src="https://user-images.githubusercontent.com/67818638/132993085-a79eaf65-550a-4d07-89bb-4d5bdd75279a.png">
**6.-s 对输入域名的进行子域名爆破**
PS:程序使用的默认字典为dict/subdomain.txt,用户可自行替换字典内容进行FUZZ。
```
$ python3 searchmap.py -u https://www.baidu.com -s
```
<img width="1438" alt="image" src="https://user-images.githubusercontent.com/67818638/132993137-f0a52d2b-2c8c-441f-8433-b63c84aeefa4.png">
**7.-a 对目标域名进行全功能扫描**
```
$ python3 searchmap.py -u https://www.baidu.com -a
```
**8.-o 将扫描内容保存为日志**
```
$ python3 searchmap.py -u https://www.baidu.com -o myscan.log
```
**9.组合用法**
```
$ python3 searchmap.py -u https://www.baidu.com -p -n -d -s
$ python3 searchmap.py -r myurl.txt -p -n -d -s
```
*PS:安全小白一枚,第一次写工具有很多BUG,欢迎大家提交Issues.*
****************************
**本工具仅提供给安全测试人员进行安全自查使用**
**用户滥用造成的一切后果与作者无关**
**使用者请务必遵守当地法律**
**本程序不得用于商业用途,仅限学习交流**
*********
**扫码加入知识星球**
<img width="318" alt="image" src="https://user-images.githubusercontent.com/67818638/147641794-82f32969-4214-48da-9df2-764318225589.png">
**扫描关注战队公众号,获取最新动态**
<img width="318" alt="image" src="https://user-images.githubusercontent.com/67818638/149507366-4ada14db-a972-4071-bbb6-197659f61ced.png">
**【知识星球】福利大放送**
<img width="318" alt="image" src="https://github.com/asaotomo/ZipCracker/assets/67818638/659b508c-12ad-47a9-8df5-f2c36403c02b">
**Version1.0.2_UpdateLog**
-------------------------------------
1.优化工具对IP地址的支持
2.新增IP地址反查域名功能
3.修复cms检测Bug
4.修复whois查询报错问题
*********
**Version1.0.1_UpdateLog**
-------------------------------------
1.新增加日志功能,可以自定义是否输出系统日志
赵闪闪168
- 粉丝: 1726
- 资源: 6943
最新资源
- transformer-6layer.hbm
- 中小型制造企业质量管理系统--论文pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- 高校危化试剂仓储系统--论文pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- 驾校预约学习系统--论文pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- 基于下垂控制,引入电感,两台单相逆变器非同步并机 默认发2018b 控制方式为下垂控制且引入电感(图2),使用二阶广义积分器(SOGI)实现有功和无功解耦 引入电感前后有功无功对比如图4和图5 功能
- 西南交通大学车辆工程专业大四上车辆综合实训ame仿真模型
- 同城上门喂遛宠物系统--论文pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- 基于javaweb的在线远程考试系统.zip
- 招生宣传管理系统pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- comsol相控阵检测 16阵元放在有机玻璃斜楔上检测工件内部缺陷,都是固体力学,图1红圈?位置的波为横孔缺陷的反射接收波 工件里的波看起来好像没怎么折射,其实那是斜楔纵波声速接近工件横波声速造成的
- 高校疫情防控web系统pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- 高校汉服租赁网站--论文pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- 高校物品捐赠管理系统--论文pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- 小米音箱 MiGPT源码包
- 高校竞赛管理系统--论文pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
- 智慧社区居家养老健康管理系统pf-springboot毕业项目,适合计算机毕-设、实训项目、大作业学习.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈