⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.decrypt

📁 airsnort
💻 DECRYPT
字号:
Last Modified: 17 Aug 2002This is the decrypt program for airsnort version 2.1.This is a command line tool that takes 3 pieces of input, a pcap formatinput file, a WEP key, and a bssid (access point MAC address).  Itsoutput is a new pcap compatible file for which all data packets associatedwith the indicated bssid have been decrypted with the provided key.  Theoutput can be opened with tools such as ethereal to view the decrypted data.This tool understands two link types, LINKTYPE_IEEE802_11 and LINKTYPE_PRISM_HEADER.  Other 802.11b capture formats can be decrypted by specifying an optional offset command line argument with the -o switch toindicate the number of header bytes that precede the actual 802.11b packet.That is, the number of bytes that preced the first frame control byte ofeach 802.11b packet.Building:'make' should be sufficient to create an executable named 'decrypt'Usage:decrypt (-p <pw> | -f <dictfile>) [-b] [-o <offset>] -m <bssid> -e <infile> -d <outfile>pw - password whose length must be 5 or 13 bytes of ascii data or     5 or 13 2 digit, colon separated hex valuesdictfile - the name of a file containing one password per line in the format           specified above.  All passwords in the file will be tried against           the specified bssid-b     - discard beacon packetsoffset - optional integer number of bytes of header that precede the first         frame control byte in the 802.11b packetbssid - 6 byte mac address of the AP for which traffic is to be decrypted        in the form xx:xx:xx:xx:xx:xxinfile - the name of the file containing encrypted packets.  This file is         expected to be in pcap formatoutfile - the output file produced by decrypting all data packets associated          with the named AP using the specified key.  All other packets are          copied from infile unchanged.  This file will be in pcap format.Please report any problems to me at: snax@shmoo.com

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -