This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
This is a Python3 improved/interactive version of the script made by khr0x40sh for decrypting encrypted session keys in a PCAP file to view encrypted traffic. | |
If you don't specify the parameters, it should ask you for the parameter values. | |
It will check to see if pycryptodomex is installed, and if not, it will install it. | |
It can also accept NTML hashes directly as well as passwords. |