Page | 29
www.hackingarticles.in
Dirbuster
Move to our next pentest tool “Dirbuster”, which digs out the web directories and pages to reveal the
sensitive data stored in the web application. Therefore, run the following
command to pull the
Dirbuster docker image.
To use Dirbuster’s docker image only you need to run the following command and start testing for
enumeration of web directories.
docker pull hypnza/dirbuster
docker run -it hypnza/dirbuster -u
http://testphp.vulnweb.com/
Page | 31
www.hackingarticles.in
Nmap
How can we leave the network scanning’s most effective tool, my favourite NMAP penetration test
ing
tool? So, run the command below without waste of
time and follow the steps
Hopefully, you people know about N
map and its command, I’m just showing you how to use
Nmap
docker image for network scanning.
docker pull instrumentisto/nmap
docker run --rm -it instrumentisto/nmap -sV
192.168.1.108