You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
bin/dat | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE.md | 3 years ago | |
README.md | 3 years ago |
README.md
PcapCrack
(c) Ben Goldsworthy 2017
Description
PcapCrack is a program to attempt to brute-force the key used to encrypt a file in an intercepted network packet. It uses a thread pool for distributed processing and 9 different mutation modes (doubled, starting at each end of the dictionary file).
Usage
To run the program:
java -jar -Djava.libary.path="<path-to-libjnetpcap.so>" pa.jar <.pcap-file> <dictionary-file>