Neurohazard
暮雲煙月,皓首窮經;森羅萬象,如是我聞。

dirb 简易安装指南

wpadmin~November 26, 2018 /InfoSec

Directory Bruteforcing | dirb 简易安装指南 | 目录枚举

Contents

dirb 简易安装指南

教程

tar -zxvf dirb222.tar.gz
yum install -y libcurl-devel
yum groupinstall "Development Tools" -y
chmod u+x configure
# /opt/dirb
./configure
make
make install

常用 目录枚举 工具

dirb
http://dirb.sourceforge.net/

dirbuster
https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project

Wfuzz
https://github.com/xmendez/wfuzz

Metasploit
auxiliary/scanner/http/dir_scanner

Dirsearch
https://github.com/maurosoria/dirsearch

参考资料

1 How to Install dirb on Linux
https://www.youtube.com/watch?v=Z9HkZJ-qju0

2 5 Ways to Directory Bruteforcing on Web Server
https://www.hackingarticles.in/5-ways-directory-bruteforcing-web-server/

Leave a Reply

Your email address will not be published. Required fields are marked *