Active Directory
Active Directory Tools and Stuff
smbclient
The smbclient utility is the Swiss Army knife of Linux-to-NT tools. This command lets you send messages to workstations, display browse lists and connect to SMB shares
rpcclient
rpcclient
is a tool for executing client side MS-RPC functions.
Anonymous login
Login with credentials
Kerbrute
A tool to quickly bruteforce and enumerate valid Active Directory accounts through Kerberos Pre-Authentication
Impacket-Tools
sudo apt install python3-impacket
To connect mssql
Dump a list of ASP-REP vulnerable users by credentials with GetNPUsers
Getting a shell with generated kerbrute tickets. (Learn in HTB-Mantis)
Crackmapexec
https://github.com/byt3bl33d3r/CrackMapExec
Documentation: https://mpgn.gitbook.io/crackmapexec/
crackmpexec is a post-exploitation tool that helps automate assessing the security of large Active Directory networks.
Checking valid user for smb
Last updated