Lockdoor Framework

A Penetration Testing Framework

View on GitHub

HTTP Enumeration

gobuster -w /usr/share/wordlists/dirb/common.txt -u $ip
dirb http://$ip/ wordlist.dict

dirb <<http://vm/>>
dirb [http://$ip/](http://172.16.0.19/) -p $ip:3129
nikto -h $ip
nmap --script=http-enum -p80 -n $ip/24
nmap --script http-methods --script-args http-methods.url-path='/test' $ip
  curl -vX OPTIONS vm/test
uniscan -qweds -u <<http://vm/>>
wfuzz -c -w /usr/share/wfuzz/wordlist/general/megabeast.txt $ip:60080/?FUZZ=test

wfuzz -c --hw 114 -w /usr/share/wfuzz/wordlist/general/megabeast.txt $ip:60080/?page=FUZZ

wfuzz -c -w /usr/share/wfuzz/wordlist/general/common.txt "$ip:60080/?page=mailer&mail=FUZZ"

wfuzz -c -w /usr/share/seclists/Discovery/Web_Content/common.txt --hc 404 $ip/FUZZ
wfuzz -c -w /usr/share/seclists/Discovery/Web_Content/common.txt -R 3 --sc 200 $ip/FUZZ
for x in 7000 8000 9000; do nmap -Pn --host_timeout 201 -max-retries 0 -p $x server_ip_address; done
wpscan --url $ip/blog --proxy $ip:3129
auxiliary/scanner/rservices/rsh_login
finger @$ip

finger batman@$ip
./testssl.sh -e -E -f -p -y -Y -S -P -c -H -U $ip | aha > OUTPUT-FILE.html
nikto -useproxy http://$ip:3128 -h $ip
> apt-get install steghide

> steghide extract -sf picture.jpg

> steghide info picture.jpg

> apt-get install stegosuite
apt-get update

apt-get install openvas

openvas-setup

netstat -tulpn

Login at: https://$ip:939