decrypt(1)
NAME
decrypt - 802.11b packet decryption tool
SYNOPSIS
decrypt (-p key | -f dictfile) -m bssid -e infile -d outfile [-b] [-o offset]
DESCRIPTION
Arrayfied bssid. If a valid key is found packets are decrypted and
copied to the specified output file.
OPTIONS
ArrayAll other packets are copied from infile unchanged. This file
will be in pcap dump file format. If the provided key is not a
valid key for the specified bssid, all packets are copied unchanged to the output file.
EXAMPLES
- Arraydictionary file "words". Packets are read from the input file
"packets" and contain 50 bytes of prefix data Results are written
to file "decrypted"
decrypt -f words -o 50 -m 01:02:34:56:78:9a -e packets - -d decrypted