中文 | English
用于检测敏感目录,使用python异步快速探测。 by 月影
- 2023年6月6日 发布urlcheck 1.0
- 异步快速扫描
- 设置超时时间
- 指定文件列表
- 支持指定字典
- 解决超时报错
git clone https://github.com/enomothem/urlcheck
python3 -m pip install -r requirements.txt
python3 urlcheck.py
-h, --help show this help message and exit
-f FILE, --file FILE 指定文件批量探测
-u URL, --url URL 指定一个URL进行探测
-t TIMEOUT, --timeout TIMEOUT
设置超时时间,默认为20秒
-H, --help-info 显示所有参数及描述