User Tools

Site Tools


debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
debian [2024/10/25 14:13] w5geddebian [2025/10/03 13:28] (current) w5ged
Line 319: Line 319:
   > sudo apt install unifi   > sudo apt install unifi
      
 +==== Aircrack-ng ==== 
 +  > sudo nano /boot/firmware/config.txt 
 +    Add these two lines at the end 
 +      dtoverlay=disable-wifi 
 +      dtoverlay=disable-bt 
 +  > sudo apt install raspberrypi-kernel-headers 
 +  Reboot 
 +  > git clone https://github.com/aircrack-ng/rtl8812au.git 
 +  > cd rtl8812au 
 +  > make 
 +  > sudo make install 
 +  > sudo apt install aircrack-ng 
 +  > cd ~ 
 +  Download word lists and follow the [[https://www.aircrack-ng.org/doku.php?id=newbie_guide|newbie guide]]. 
 +  > su 
 +  # airmon-ng start wlan0 
 +  # airodump-ng wlan0 
 +  # airodump-ng -c 11 --bssid 00:01:02:03:04:05 -w dump wlan0 
 +  # aircrack-ng -b 00:01:02:03:04:05 dump-01.cap -w WORDLIST.txt
debian.txt · Last modified: by w5ged