aircrack-ng-1.2-rc1-win

所属分类:单片机开发
开发工具:C#
文件大小:5104KB
下载次数:19
上传日期:2014-11-10 23:46:45
上 传 者ipatient
说明:  针对四旋翼飞行器通信过程中数据未加密,对其wifi通信过程破解,获得通信数据
(For Quadrotor unencrypted data communication process, its crack wifi communication process to obtain communications data)

文件列表:
aircrack-ng-1.2-rc1-win (0, 2014-11-01)
aircrack-ng-1.2-rc1-win\.travis.yml (383, 2013-12-09)
aircrack-ng-1.2-rc1-win\AUTHORS (44, 2008-02-27)
aircrack-ng-1.2-rc1-win\bin (0, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\airbase-ng.exe (403956, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\Aircrack-ng GUI.exe (45056, 2013-12-01)
aircrack-ng-1.2-rc1-win\bin\aircrack-ng.exe (394147, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\airdecap-ng.exe (158515, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\airdecloak-ng.exe (146167, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\aireplay-ng.exe (466265, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\airodump-ng.exe (417059, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\airolib-ng.exe (205647, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\airserv-ng.exe (186278, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\airtun-ng.exe (312813, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\besside-ng.exe (421324, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\buddy-ng.exe (95744, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\cygcrypto-1.0.0.dll (1817088, 2014-10-17)
aircrack-ng-1.2-rc1-win\bin\cyggcc_s-1.dll (103975, 2014-08-16)
aircrack-ng-1.2-rc1-win\bin\cygpcre-1.dll (275495, 2014-08-28)
aircrack-ng-1.2-rc1-win\bin\cygsqlite3-0.dll (790055, 2014-10-29)
aircrack-ng-1.2-rc1-win\bin\cygwin1.dll (3197390, 2014-08-14)
aircrack-ng-1.2-rc1-win\bin\cygz.dll (84007, 2014-10-30)
aircrack-ng-1.2-rc1-win\bin\easside-ng.exe (348644, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\ivstools.exe (163223, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\kstats.exe (78845, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\makeivs-ng.exe (103696, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\packetforge-ng.exe (181734, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\tkiptun-ng.exe (383230, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\wesside-ng.exe (363206, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\wpaclean.exe (183373, 2014-11-01)
aircrack-ng-1.2-rc1-win\bin\wzcook.exe (53248, 2013-12-01)
aircrack-ng-1.2-rc1-win\ChangeLog (47473, 2014-11-01)
aircrack-ng-1.2-rc1-win\common.mak (3444, 2014-07-25)
aircrack-ng-1.2-rc1-win\evalrev (517, 2013-05-24)
aircrack-ng-1.2-rc1-win\INSTALLING (2847, 2014-06-12)
aircrack-ng-1.2-rc1-win\lib (0, 2014-11-01)
aircrack-ng-1.2-rc1-win\lib\csharp (0, 2014-11-01)
aircrack-ng-1.2-rc1-win\lib\csharp\Example1 (0, 2014-11-01)
aircrack-ng-1.2-rc1-win\lib\csharp\Example1\Example1 (0, 2014-11-01)
... ...

Documentation, tutorials, ... can be found on http://www.aircrack-ng.org See also manpages and the forum. Installing ========== This version now requires more libraries than 0.X versions to be compiled. See INSTALLING file for more information OpenWrt Devices =============== You can use airodump-ng on OpenWrt devices. You'll have to use specify prism0 as interface. Airodump-ng will automatically create it. Rq: Aireplay DOESN'T work on OpenWrt (2.4 kernel) with broadcom chipset since the driver doesn't support injection. It *may* work with 2.6 kernels >= 2.6.24 (kamikaze 8.09+ custom-built). Known bugs: =========== Drivers ------- Madwifi-ng ---------- The cause of most of these problems (1, 2 and 3) is that Madwifi-ng cannot easily change the rate in monitor mode. Technically, when changing rate while in monitor mode, the raw socket gets invalidated and we have to get it again. Madwifi-ng is getting replaced by several drivers: ath5k, ath9k and ar9170. Problem 1: No client can associate to an airbase soft AP. Solution 1: None at this time. Problem 2: When changing rate while you are capturing packet makes airodump-ng stall Solution 2: Restart airodump-ng or change rate before starting it. Problem 3: After some time it stops capturing packets and you're really sure no network manager are running at all. Solution 3: That's a known bug in the driver, it may happen at any time (the time before it fails can vary a lot: from 5 minutes to 50 or even more). Try (as root) unloading completely the driver with 'madwifi-unload' and then run 'modprobe ath_pci autocreate=monitor'. Problem 4: When creating a new VAP airodump-ng takes up to 10-15 seconds to see the first packet Solution 4: It's the behaviour of madwifi-ng, don't worry (... be happy ;)). Orinoco ------- Problem: BSSID is not reported correctly or is 00:00:00:00:00:00 or signal is not reported correctly. Solution: None. Consider replacing your card, orinoco is really really old. Aircrack-ng ----------- Aireplay-ng ----------- Problem: Fakeauth on a WRT54G with WEP (shared authentication) doesn't work. Solution: None at this time (we'll try to fix it for next release). Airolib-ng ---------- Problem: On windows only, opening/creating a database doesn't work when airolib-ng is in directories containing special characters like '', 'é', 'è', 'à', ... (directories containing spaces are not affected). Reason: It's a SQLite issue. Solution: Rename the directory or move the database into another directory. Airodump-ng ----------- Problem: Airodump-ng stop working after some time. Solution 1: You may have a network manager running that puts back the card in managed mode. You'll have to disable it (the fastest solution is killing the process) then restart airodump-ng. Solution 2: See Problem 3 of Madwifi-ng. Problem: On windows, it doesn't display a list of adapters like the old 0.X Solution: It requires you to develop your own DLL. Cygwin ------ Problem: Aircrack-ng doesn't build on Cygwin*** Solution: None at this time. Build it using 32 bit cygwin. Sample files ============ wep.open.system.authentication.cap: It show a connexion (authentication then association) to a WEP network (open authentication). wep.shared.key.authentication.cap: It shows a connexion (authentication then association to a WEP network (shared authentication). The difference with open authentication is that the client has to encrypt a challenge text and send it back (encrypted) to the AP to prove it has the right key. wpa.cap: This is a sample file with a WPA handshake. It is located in the test/ directory of the install files. The passphrase is 'biscotte'. Use the password file (password.lst) which is in the same directory. wpa2.eapol.cap: This is a sample file with a WPA2 handshake. It is located in the test/ directory of the install files. The passphrase is '12345678'. Use the password file (password.lst) which is in the same directory. test.ivs (http://download.aircrack-ng.org/wiki-files/other/test.ivs): This is a 128 bit WEP key file. The key is AE:5B:7F:3A:03:D0:AF:9B:F6:8D:A5:E2:C7. ptw.cap (http://dl.aircrack-ng.org/ptw.cap): This is a *** bit WEP key file suitable for the PTW method. The key is '1F:1F:1F:1F:1F'. wpa-psk-linksys.cap: This is a sample file with a WPA1 handshake along with some encrypted packets. Useful for testing with airdecap-ng. The password is 'dictionary'. wpa2-psk-linksys.cap: This is a sample file with a WPA2 handshake along with some encrypted packets. Useful for testing with airdecap-ng. The password is 'dictionary'. password.lst This is a sample wordlist for WPA key cracking. More wordlists can be found at http://www.aircrack-ng.org/doku.php?id=faq#where_can_i_find_good_wordlists password.db This is a sample airolib-ng database for WPA key cracking.

近期下载者

相关文件


收藏者