Password Policies
FROM LINUX
CrackMapExec:
crackmapexec smb 13.13.13.13 -u sol -p pwd123 --pass-polSMB NULL Sessions
Using rpcclient:
rpcclient -U "" -N 13.13.13.13
rpcclient $> querydominfo
rpcclient $> getdompwinfoUsing enum4linux:
enum4linux -P 13.13.13.13Using enum4linux-ng:
enum4linux-ng -P 13.13.13.13 -oA militech
cat militech.jsonLDAP Anonymous Bind
Using ldapsearch:
FROM WINDOWS
net.exe
PowerView
Last updated