This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ben Goldsworthy 6700586079 Initial commit 2020-06-24 11:34:47 +01:00
bin/dat Initial commit 2020-06-24 11:34:47 +01:00
src Initial commit 2020-06-24 11:34:47 +01:00
.gitignore Initial commit 2020-06-24 11:34:47 +01:00
LICENSE.md Initial commit 2020-06-24 11:34:47 +01:00
README.md Initial commit 2020-06-24 11:34:47 +01:00

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>