Skip to content

Enumeration

rowbot1 edited this page Apr 10, 2018 · 1 revision

Enumeration What to look for on various ports and what tools to use.

Port 80

The Directory Traversal Fuzzer

dotdotpwn -m http -h $ip -o unix -b

Dirsearch use the -e to specify the extensions, eg php, asp, apsx

./dirsearch.py -u $ip -e php
Clone this wiki locally