File tree Expand file tree Collapse file tree 1 file changed +12
-17
lines changed
Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change 1111 * @LastEditors: LIghtJUNction
1212 * @LastEditTime: 2025-12-23 01:31:14
1313 -->
14- # [ Dirmap] ( https://github.com/LIghtJUNction/dirmap )
14+ # [ Dirmap-Next ] ( https://github.com/LIghtJUNction/dirmap )
1515
1616[ English] ( ./README_EN.md )
1717
1818一个高级web目录扫描工具,功能将会强于DirBuster、Dirsearch、cansina、御剑
1919
2020![ dirmap] ( doc/dirmap.png )
21-
22- # Dirmap-next
21+
2322uv tool install dirmap-next
2423
2524use: dirmap -i <target >
@@ -59,44 +58,36 @@ use: dirmap -i <target>
595816 . 自定义显示页面大小
605917 . 按域名去重复保存结果
6160
62- # 使用方法
63-
64- ## 环境准备
65-
66- ``` shell
67- git clone https://github.com/H4ckForJob/dirmap.git && cd dirmap && python3 -m pip install -r requirement.txt
68- ```
69-
7061## 快速使用
7162
7263### 输入目标
7364
7465单目标,默认为http
7566
7667``` shell
77- python3 dirmap.py -i https://target.com -lcf
68+ dirmap -i https://target.com -lcf
7869```
7970
8071``` shell
81- python3 dirmap.py -i 192.168.1.1 -lcf
72+ dirmap -i 192.168.1.1 -lcf
8273```
8374
8475子网(CIDR格式)
8576
8677``` shell
87- python3 dirmap.py -i 192.168.1.0/24 -lcf
78+ dirmap -i 192.168.1.0/24 -lcf
8879```
8980
9081网络范围
9182
9283``` shell
93- python3 dirmap.py -i 192.168.1.1-192.168.1.100 -lcf
84+ dirmap -i 192.168.1.1-192.168.1.100 -lcf
9485```
9586
9687### 文件读取
9788
9889``` shell
99- python3 dirmap.py -iF targets.txt -lcf
90+ dirmap -iF targets.txt -lcf
10091```
10192
10293` targets.txt ` 中支持上述格式
@@ -384,4 +375,8 @@ dirmap在编写过程中,借鉴了大量的优秀开源项目的模式与思
384375
385376386377
387- ![ donate] ( doc/donate.jpg )
378+ ![ donate] ( doc/donate.jpg )
379+
380+ next:
381+ 382+ 不需要给我捐款,请给原作者捐款
You can’t perform that action at this time.
0 commit comments