dirmap介紹

dirmap是一個高級web目錄掃描工具,功能將會強于DirBuster、Dirsearch、cansina、御劍。

dirmap使用方法

基于python3

# 安裝
$ git clone https://github.com/H4ckForJob/dirmap.git && cd dirmap && python3 -m pip install -r requirement.txt
# 使用 單個目標
$ python3 dirmap.py -iU https://site.com -lcf
# 多個目標
$ python3 dirmap.py -iF urls.txt -lcf

dirmap下載

https://github.com/H4ckForJob/dirmap