Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# HacknScripts

Random pentest and lab scripts. Some are polished enough to reuse, some are quick helpers from real testing workflows.
Expand Down Expand Up @@ -46,7 +48,7 @@ python3 ad/sysvol/smb_sysvol_probe.py -H dc1.example.local --ip 192.0.2.10 -d ex
bash ad/sysvol/machine_pwd_policy_probe.sh -dc-ip 192.0.2.10 -d example.local -u USER -p 'PASS' -l ./loot_sysvol

# List OUs before linking a GPO
python3 ad/sysvol/link_gpo.py -u USER -p 'PASS' -d example.local -dc 192.0.2.10 --list-ous
python3 ad/sysvol/link_gpo.py -u USER -p 'PASS' -d example.local -dc-ip 192.0.2.10 --list-ous

# Sniff WSUS traffic
sudo python3 ad/wsus/WSUSniff.py -i eth0 -p 8530
Expand Down