Impacket Pentesting lib
Impacket is a Python-based toolkit used in both penetration testing and malicious hacking activities. It provides a range of capabilities for interacting with Windows network protocols, including remote command execution, credential dumping, and lateral movement within a network
Install
git clone https://github.com/fortra/impacket.git
cd impacket
pip install .
Use
Impacket is a list of scripts creating a tool kit
psexec.py -h
psexec.py DOMAIN/username:password@target_ip
smbclient.py DOMAIN/user:pass@target_ip
Last updated