libo 发表于 2020-4-28 19:17:11

dirsearch使用学习

### 安装

```
git clone https://github.com/maurosoria/dirsearch.git
cd dirsearch
python3 dirsearch.py -u <URL> -e <EXTENSION>
```

### 参数说明

* `-u:` 目标地址
* `-e:` 网站语言 **PHP** **asp** 等
* `-w:` 用户字典路劲

### 牛刀小试

```python
python3 dirsearch.py -u https://baidu.com -e php
```
!(data/attachment/forum/202004/28/191656xhgqmg5yltgjmqje.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "s.png")

黑人专业团队 发表于 2020-4-29 13:05:31

大佬牛逼 求带飞。

libo 发表于 2020-5-4 17:04:59

黑人专业团队 发表于 2020-4-29 13:05
大佬牛逼 求带飞。

坐稳扶好(✪▽✪)!
页: [1]
查看完整版本: dirsearch使用学习