WinAircrackPack.rar
大小:1.48MB
价格:17积分
下载量:0
评分:
5.0
上传者:ufo521521
更新日期:2025-09-22

winaircrackpack

资源文件列表(大概)

文件名
大小
PEEK.DLL
9.59KB
README.txt
13.96KB
Updater.exe
375.74KB
Updater.ini
268B
WinAircrack.exe
378KB
WinAircrack.ini
115B
wzcook.exe
16.88KB
使用说明.txt
1.41KB
详细教程.txt
2.97KB
Lang\english.ini
3.03KB
Lang\francais.ini
3.51KB
Lang\spanish.ini
3.25KB
Lang\system.ini.txt
205B
Lang
-
Temp\Download.tmp
-
Temp
-
Updater\Data.upd
132B
Updater
-
aircrack.exe
26.16KB
airdecap.exe
34.35KB
airodump.exe
26.89KB
cygwin1.dll
466.73KB
MSVCR70.DLL
146.21KB
PEEK5.SYS
7.62KB
飞翔下载.url
204B
飞翔下载说明.txt
506B

资源内容介绍

WinAirCrackPack工具包是一款无线局域网扫描和密钥破解工具,主要包括airodump和aircrack等工具。它可以监视无线网络中传输的数据,收集数据包,并能计算出WEP/WPA密钥。 NetStumbler是一款专门用来寻找无线AP的工具,是目前最流行的无线搜寻工具,而且它是完全免费的,可以从http://down1.tech.sina.com.cn/do 免费下载。只要开启NetStumbler后便能自动显示附近探测到的无线AP,并且能够显示这些无线AP的SSID、MAC地址、频段、速度、是否加密等信息。值得一提的是,NetStumbler可以显示设置了隐藏SSID的无线AP,在软件界面中可以看到该AP的绿灯在不断闪烁。在NetStumbler左边的树状结构中列出了各频段检测到的无线AP。由于NetStumbler进行了全面的扫描,所以附近的无线AP将一览无余。因为它是美国人开发的软件,所以它只能检测1~11之间的11个频段,而国内的无线频段分为13个频段,则12~13频段的无线AP将无法搜寻到。有了NetStumbler,你可以检测到无线AP的IP地址、MAC地址、SSID以及生产厂商。还有一个参数不得不提,就是Type栏显示了该AP是否有WEP加密。对于允许加入的无WEP加密无线AP(一般是公共AP),你就可以连接后通过它来上网了。
------------------------------------------------------------------------------- aircrack documentation-------------------------------------------------------------------------------What is aircrack ? aircrack is a set of tools for auditing wireless networks: + airodump: 802.11 packet capture program + aireplay: 802.11 packet injection program + aircrack: static WEP and WPA-PSK key cracker + airdecap: decrypts WEP/WPA capture filesIt says "cygwin1.dll not found" when I start aircrack.exe. You can download this library from: http://100h.org/wlan/aircrack/. To use aircrack, drag&drop your .cap or .ivs capture file(s) over aircrack.exe. If you want to pass options to the program you'll have to start a shell (cmd.exe) and manually type the command line; there are no plans to develop a GUI for aircrack. C:\TEMP> aircrack.exe -n 64 -f 8 out1.cap out2.cap See below for a list of options. Note: you can also use Kismet .dump files for WEP cracking.Where can I download peek.dll ? Both peek.dll and peek5.sys are provided in Peek.zip. They should be put in the same directory as airodump.exe. To use airodump, you must check your hardware compatibility and install a supported driver.Where to download aircrack ? The official download location is http://www.cr0.net:8040/code/network/. However, if you can't access port 8040 for some reason, you may use this mirror instead: http://100h.org/wlan/aircrack/. Also check this WEP cracking video, and this other WPA cracking video (flash required).Is there an aircrack discussion forum ? There is no aircrack mailing-list, however you can post your bugreports and feature requests on the netstumbler Linux forum which I read quite regularly.What is the song in that WEP cracking video ? The name of the song is Moskau, performed by Dschinghis Khan.How do I crack a static WEP key ? The basic idea is to capture as much encrypted traffic as possible using airodump. Each WEP data packet has an associated 3-byte Initialization Vector (IV): after a sufficient number of data packets have been collected, run aircrack on the resulting capture file. aircrack will then perform a set of statistical attacks developped by a talented hacker named KoreK.How many IVs are required to crack WEP ? WEP cracking is not an exact science. The number of required IVs depends on the WEP key length, and it also depends on your luck. Usually, 40-bit WEP can be cracked with 300.000 IVs, and 104-bit WEP can be cracked with 1.000.000 IVs; if you're out of luck you may need two million IVs, or more. There's no way to know the WEP key length: this information is kept hidden and never announced, either in management or data packets; as a consequence, airodump can not report the WEP key length. Thus, it is recommended to run aircrack twice: when you have 250.000 IVs, start aircrack with "-n 64" to crack 40-bit WEP. Then if the key isn't found, restart aircrack (without the -n option) to crack 104-bit WEP.I can't seem to capture any IVs ! Possible reasons: + You are standing too far from the access point. + There is no traffic on the target wireless network. + There is some G traffic but you're capturing in B mode. + Something is wrong with your card (firmware problem ?) By the way, beacons are just unencrypted announcement packets. They're totally useless for WEP cracking.Why is there no Windows version of aireplay ? The PEEK driver doesn't support 802.11 packet injection. In fact, there are no windows drivers supporting injection AT ALL. And I am NOT going to write one, so don't bother asking me. Also, the PEEK driver is only compatible with Windows 2000 / XP. It will not work under Windows 9x.Is my card compatible with airodump / aireplay ? First of all, search Google to find which chipset your card has. For example, if you have a Linksys WPC54G search for "wpc54g chipset linux". +-------------------------------------------------------------------+ | | Supported by | Supported by | Supported by | | Chipset | airodump for | airodump for | aireplay for | | | Windows ? | Linux ? | Linux ? | |------------+----------------+-------------------+-----------------| | | YES (Agere | YES (patched | NO (firmware | | HermesI | driver) | orinoco driver) | corrupts the | | | | | MAC header) | |------------+----------------+-------------------+-----------------| | | | YES (HostAP or | YES (either | | | NO, but see | wlan-ng driver), | with HostAP or | | Prism2/3 | LinkFerret for | STA firmware | wlan-ng, driver | | | an alternative | 1.5.6 or newer | patching | | | | required | required) | |------------+----------------+-------------------+-----------------| | | NO, but see | YES (prism54 | YES (driver | | PrismGT | LinkFerret for | driver, FullMAC | patching | | | an alternative | cards only!) | recommended) | | | (FullMAC only) | | | |------------+----------------+-------------------+-----------------| | | YES (Atheros | YES (madwifi | YES (driver | | Atheros | driver) | driver) | patching | | | | | required) | |------------+----------------+-------------------+-----------------| | | | | YES (driver | | | YES (Realtek | YES ( | patching | | RTL8180 | driver) | rtl8180-sa2400 | required), but | | | | driver) | somewhat | | | | | unreliable | |------------+----------------+-------------------+-----------------| | | YES (Cisco | YES (airo driver, | | | Aironet | driver) | firmware 4.25.30 | NO | | | | recommended) | | |------------+----------------+-------------------+-----------------| | | | | YES (driver | | Ralink | NO | YES (rt2500 / | patching | | | | rt2570 driver) | required for | | | | | rt2570) | |------------+----------------+-------------------+-----------------| | | | PARTIAL: the | | | Centrino b | NO | ipw2100 driver | NO | | | | doesn't discard | | | | | corrupted packets | | |------------+----------------+-------------------+-----------------| | Centrino b | NO | YES (ipw2200 | NO (firmware | | /g | | driver) | drops packets) | |------------+----------------+-------------------+-----------------| | | | NO (and by the | | | Br

用户评论 (0)

发表评论

captcha

相关资源

清华大学DeepSeek从入门到精通-高清免费

《DeepSeek从入门到精通》是一本全面贯通深度学习理论与实践的指南型著作,旨在帮助读者从零基础逐步成长为具备工程化能力的开发者。全书以“基础搭建—技术进阶—应用落地—前沿探索”为主线,将复杂的知识体系拆解为层层递进的学习路径,同时强调理论与实践的高度融合,通过大量代码实例和行业案例降低学习门槛。全书开篇从深度学习的数学基础与编程工具切入,系统梳理线性代数、概率统计等核心数学概念,并结合Python、PyTorch等工具快速构建实践能力。随后围绕神经网络展开,详细解析全连接网络、卷积网络(CNN)、循环网络(RNN)以及注意力机制等经典模型的设计原理,通过手写数字识别、图像分类等案例演示数据预处理、模型训练与调优的全流程。在进阶部分,深入探讨梯度消失、过拟合等常见问题的解决方案,对比不同优化算法的适用场景,并剖析ResNet、Transformer、GAN等现代模型的创新逻辑,结合生成式AI与强化学习的实战场景,展现深度学习在图像生成、游戏决策等领域的潜力。为弥合学术研究与产业应用的鸿沟,书中重点剖析了工程化落地的关键技术链。从数据标注、特征工程到模型压缩与部署,详细讲解如何

5.39MB42积分

最简单的视音频播放示例 1.1

本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。其中音频输入为PCM采样数据。输出至系统的声卡播放出来。视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。一共包括了如下几个子工程:simplest_audio_play_directsound: 使用DirectSound播放PCM音频采样数据。simplest_audio_play_sdl2: 使用SDL2播放PCM音频采样数据。simplest_video_play_direct3d: 使用Direct3D的Surface播放RGB/YUV视频像素数据。simplest_video_play_direct3d_texture:使用Direct3D的Texture播放RGB视频像素数据。simplest_video_play_gdi: 使用GDI播放RGB/YUV视频像素数据。simplest_video_play_opengl: 使用OpenGL播放RGB/YUV视频像素数据。simplest_video_play_opengl_texture:使用OpenGL的Texture播放YUV视频像素数据。simplest_video_play_sdl2: 使用SDL2播放RGB/YUV视频像素数据。1.1版修复了一些问题

8.59MB47积分

ASP.NET网上购物系统源代码

“ 网上购物系统”的主要功能模块  1,网上购物系统---商品功能    无限商品类别   可复制商品类别   可为商品设置属性配件(如不同颜色、尺码、主机配置),根据选取的不同配件自动生成价格   会员可发表商品评论   可在前台显示最新商品、热卖商品,推荐商品等   提供所见即所得的编辑器,方便地编辑丰富的商品信息呈现方式   2,网上购物系统---订单功能    订单具有“确认”、“到款”、“部分到款”、“发货”、“部分发货”、“退货”、“部分退货”、“归档”、“取消”状态,方便您控制购物流程的每个阶段   自定义订单打印格式   具有发货单、退货单、收款单、退款单等多种单据   方便快捷的多种条件查找订单   3,网上购物系统---会员功能 可向会员发送会刊、广告等邮件   4,网上购物系统---支付和配送功能  支持网银   5,网上购物系统---文章功能   无限文章分类   可通过模板标签的方式在前台引用任何文章     6,网上购物系统---管理功能    可添加多名管理员,具有不同的权限   内置数据库备份和回复功能     7,V-eShop网上购物系统---促销功能    可为商品设置赠品   自定义优惠券   自定义商品批发方案   商品可捆绑销售(如将洗面奶和洗发水这2种商品捆绑在一起销售)     8,网上购物系统-搜索引擎优化功能    自动提交google sitemap   静态优化,支持url rewrite,全站全静态页面 DIV布局,兼容性强。IE6.0 7.0 8.0都没问题

3.39MB34积分

Keil与结合proteus的教程

Keil与结合proteus的教程

1.29MB24积分