impacket
Impacket is a collection of Python3 classes focused on providing access to network packets. Impacket allows Python3 developers to craft and decode network packets in simple and consistent manner. It includes support for low-level protocols such as IP, UDP and TCP, as well as higher-level protocols such as NMB and SMB.
List of available scripts
Run the following command to list all the available scripts:
/usr/share/kali-menu/helper-scripts/impacket-scripts.sh
impacket-smbserver
-
smb2support
: SMB2 support (experimental!)-username
,-password
: Username and password combination required by the connecting user for authentication
impacket-secretsdump
-sam
: SYSTEM hive to parse-system
: SAM hive to parsetarget
: [[domain/]username[:password]@
] orLOCAL
(if you want to parse local files)
impacket-psexec
What is PsExec?
-hashes
: NTLM hashes, format isLMHASH:NTHASH
target
: [[domain/]username[:password]@
]
Last updated