22

scp ariah@192.168.212.99:C:/ftp/Infrastructure.pdf .

Using pdf2john:

pdf2john Infrastructure.pdf > hash.txt
john --wordlist=/usr/share/wordlists/rockyou.txt hash.txt
ssh -f -N -L 127.0.0.1:8080:127.0.0.1:80 ariah@192.168.179.99

Last updated