Results 1 to 2 of 2

Thread: Intel Corporation Wireless 3165 (rev 81) no WPA handshakes

  1. #1

    Intel Corporation Wireless 3165 (rev 81) no WPA handshakes

    Hello all!!

    I currently have a triple boot setup consisting of Windows, Ubuntu and Kali.

    I recently switched from ParrotOS to Kali due to ParrotOS being so buggy.

    I have been using this laptop for ages, and have been able to use tools such as Wifite and Fluxion without any issue.

    On my latest install of Kali, I haven't been able to get past the de-authentication step of obtaining a WPA handshake.

    Here is what I do:

    1. airmon-ng start wlan0
    2. airmon-ng check kill
    3. airodump-ng wlan0mon
    4. airodump-ng --bssid <BSSID> --essid <ESSID> --channel <CHANNEL> --write <ESSID> wlan0mon
    5. aireplay-ng -0 5 -a <BSSID> wlan0mon

    And it gets stuck on sending the 3rd de-authentication packet.

    After doing aireplay-ng -9 wlan0mon, I get:

    21:40:52 Trying broadcast probe requests...
    21:40:54 No Answer...
    21:40:54 Found 0 APs

    Why did this happen?

  2. #2
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    I've the same wifi adapter and I do like this:
    sudo airmon-ng
    sudo airmon-ng check
    sudo airmon-ng check kill
    sudo airmon-ng start wlan0
    sudo airodump-ng wlan0mon
    sudo airodump-ng -c 9 --bssid 00:14:6C:7E:40:80 -w psk wlan0mon
    sudo aireplay-ng -0 10 -a 00:14:6C:7E:40:80 -c 00:0F:B5:FD:FB:C2 wlan0mon


    I saw the mistake in your aireplay-ng command. You are not writing -0 which means deauthentication. -9 is considered as probe request.

Similar Threads

  1. Intel Corporation WiFi Link 5100 not working
    By liszt in forum Installing Archive
    Replies: 0
    Last Post: 2021-11-08, 17:34
  2. WiFi (Intel 3165) Not Working. What I've tried in desc
    By JimBobJones in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2016-02-25, 19:01

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •