BackBox-Ubuntu && Alfa Network AWUS036H
La AWUS036H è un adattatore wifi esterno (usb) basato su chipset Realtek 8187L (ottimo per aircrack-ng ) e compatibile con gli standard b/g. I sistemi operativi compatibili sono praticamente tutti: Windows XP, Windows Vista, Windows Seven, Linux 2.6+, Mac 10.4+.
La AWUS036H ha una potenza di 1W e ha possibilità di sostituire l’antenna a piacimento grazie al suo connettore rp-sma.
Io ho ordinato la chiavetta da 3gweb.it e in 3 giorni mi è arrivata.
I driver forniti dentro la confezione, sono solo per windows versione inglese perciò vi consiglio il download dei driver dal sito ufficiale.
Su linux,backbox i driver vengono visti in automatico ma se volete avere gli ultimi driver migliori per effettuare crack di reti con aircrack, che migliorano il segnale, l’inject e altro dovete aggiornare i driver in questo modo:
(La procedura è stata presa direttamente dal wiki ufficiale di backbox:http://wiki.backbox.org/Customization.html)
How to install compat-wireless aircrack patches
Download a package which lets you compile and install the latest advances on the Linux 802.11 and Bluetooth subsystem and get some of our latest drivers without having to recompile your entire kernel.
This package adds mac80211, mac80211 drivers, any new FullMAC driver which has had fairly recent updates, and as of the 2.6.32 series it also started backporting the Bluetooth subsystem and providing updates to the entire Bluetooth subsystem as well as the drivers on it.
To install the package according to your Backbox version (32 or 64bit) you just have to open a shell and:
Download the drivers and extract them
$ cd /usr/src/
$ sudo wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2
$ sudo tar -jxf compat-wireless-2.6.tar.bz2
$ cd compat-wireless-*Download the patches and apply them
$ sudo apt-get install patch
$ sudo wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch
$ sudo patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
$ sudo wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
$ sudo patch ./net/wireless/chan.c channel-negative-one-maxim.patchCompile and install the drivers
We use the “updates/” directory so your distribution’s drivers are left intact. By default depmod will search this directory first, but if you find that it does not then check that your depmod.conf file lists the search order correctly with updates appearing first (before built-in).
$ sudo apt-get install linux-headers-generic linux-source
$ sudo make
$ sudo make install
Restart your pc and everything should work fine.Uninstall the drivers
This nukes our changes to “updates/” so you can go back to using your distribution’s supported drivers.
$ cd /usr/src/compat-wireless-*
$ sudo make uninstall
Su windows, la potenza è regolabile tramite un semplice pannello di controllo, mentre su linux per attivare la potenza di 1w che in italia non è consentita per legge, (limite a 100mw) dovrete digitare questi comandi:
iw reg set BO
iwconfig wlan0 txpower 30
Dove al posto di wlan0 mettete la vostra Alfa Network AWUS036H :)
Related posts:
- GUIDA: Crack/Trova Password WIFI
- Come installare Metasploit Framework su Ubuntu (e derivati)
- UBUNTU e Gerix WIFI Cracker chiave wep? wpa? TROVATA :)
- [How-To]Xplico:Network Forensic Analysis Tool
- AutoScan: OTTIMO Network Scanner per UBUNTU e windows :P
This entry was posted on Sunday, May 1st, 2011 at 9:48 am and is filed under Articles on GNU/Linux, Hacking. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Tagged with: attack • driver • hack • wifi







Pingback: BackBox-Ubuntu && Alfa Network AWUS036H