How To Install Alfa Awus036nh On Kali Linux
- Install Alfa Awus036nh On El Captain
- How To Install Alfa Awus036nh On Kali Linux Download
- Alfa Network
I purchased an Alfa AWUS036NH Wireless Adapter to use for Kali Linux in either VirtualBox or VMware. I can't get the adapter to even show up in Windows 10. ( self.linux4noobs ). An Introduction to Alfa AWUS036H / AWUS036NH Adapters. If you don’t need to poke and prod in the 5 GHz band, the Alfa AWUS036H (and NH) USB Wi-Fi adapter is one of the best options you have for wireless pen-testing with Kali Linux. How To hack into someones Wifi using Fluxion on Kali Linux 2018.1 without brute force or wordlist? A step by step tutorial on how to download, install, and use Fluxion on Kali Linux 2018.1 to hack wifi with a video tutorial. Learning how to connect ALFA AWUS036H to Kali Linux in VirtualBox is pretty simple and after the wireless WiFi adapter is added to the USB Device Filters you can go ahead and boot up your Kali Linux virtual machine by clicking the green “Start” button.
Learning how to connect ALFA AWUS036H to Kali Linux in VirtualBox is pretty simple and after the wireless WiFi adapter is added to the USB Device Filters you can go ahead and boot up your Kali Linux virtual machine by clicking the green “Start” button. Since Kali Linux 2.0 has come out I have been playing with USB adapters to see which ones are still compatible with the new Kali 2.0. The two USB adapters I used while testing are the Alfa AWUSO36NH and the Alfa AWUS051NH.
HowToDo / Howto & Style
Length: 7:31 Quick View
How to install fluxion 3 in kali linux 2018.1
▂▃▅▆▇█ LINKS: █▇▆▅▃▂
►►►►fluxion 3
►►http://corneey.com/wx0zcO
►►►►how to make kali linux bootable usb
►► http://corneey.com/wx0gBE
►►►► BEST WIFI ADAPTER FOR FLUXION AND KALI LINUX
1 TP-LINK TL-WN722N
► http://amzn.to/2GyT6vi
2 Alfa AWUS036NH
► http://amzn.to/2opxpWX
3 Alfa AWUS036NHA
► http://amzn.to/2GyTrOA
4 Panda PAU05
► http://amzn.to/2CAGYaQ
Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully) less bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phising) attack. It's compatible with the latest release of Kali (rolling). Fluxion's attacks' setup is mostly manual, but experimental auto-mode handles some of the attacks' setup parameters
▂▃▅▆▇█ Installation █▇▆▅▃▂
Read this before you follow the following steps.
Download the latest revision
git clone --recursive [email protected]:FluxionNetwork/fluxion.git
Switch to tool's directory
cd fluxion
Run fluxion (missing dependencies will be auto-installed)
./fluxion.sh
▂▃▅▆▇█ This is for educational purpose!!!█▇▆▅▃▂
▂▃▅▆▇█ I am not responsible for any miss use!! █▇▆▅▃▂
i've downloaded latest kali linux (amd64) and installed it on vmware workstation 10.
after installation i upgraded kali's kernel headers to the latest version.(now i have v3.16)
apt-get update && apt-get install build-essential linux-headers-$(uname -r)
now i want to install my Alfa-AWUS036H wireless usb device to kali.
my device chipset is : rt3070. ->ralink (mediatek) company
i went to this site for download latest ver of this chip :http://www.mediatek.com/en/downloads/rt8070-rt3070-rt3370-rt3572-rt5370-rt5372-rt5572-usb-usb/
when you check extracted files of downloded driver you see many conditions for kernel 2.4 or 2.6 versions (mean it's an old driver and i think should change some codes in that project).
please help me step by step to install my wireless usb device on kali.
i also found this thread with no help :
https://askubuntu.com/questions/148767/help-do-i-install-the-ralink-rt3070-wireless-driver
when should i run this command (and why rt5370sta instead of rt3070):
Playercorefactory xml download. modprobe rt5370sta
EDIT 1 :
What did i do?
1-
apt-get update && apt-get install build-essential linux-headers-$(uname -r)
2-go to this path /os/linux/config.mk and change these lines:
HAS_WPA_SUPPLICANT=y
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
3-go to this file /os/linux/rt_linux.c and change these :
i did these changes because of some errors during make command. did i do that right?
4-make
and it's result : http://textuploader.com/o49y
5-make install
and it's result : http://textuploader.com/o49b
EDIT 2 :
My Problems :
1-after update kali's kernel headers and connect usb device to kali i have ERROR for 802.11g WLAN usb wireless driver and nothing happens.
2-after these commands
Install Alfa Awus036nh On El Captain
a file is copied to /etc/Wireless/RT2870STA/RT2870STA.dat
why RT2870 instead of RT3070?
also i had many warnings about unsigned variable and some errors during installation(before step 3) and because of those warnings and errors i did step 3 and after reboot and connect usb device to kali i still have ERROR for 802.11g WLAN usb wireless driver and nothing happens.
which parts of driver's project should i change and how can i load driver?
should i load driver manually or after connect it loads auto?
should i use X86 OS and change my OS?
thanks in advane
1 Answer
your AWUS036H shouldnt be a ralink RT2870/RT3070 chipset. you got a cheap knock off the real AWUS036H uses the Realtek RTL8187 chipset