I have a stupid question on airodump and handshakes.
文章探讨了通过工具如`airodump-ng`被动扫描附近无线网络并尝试捕获多个WPA/WPA2握手的可能性。作者希望在不主动攻击的情况下长时间运行设备以获取多份握手数据用于后续破解分析,并讨论了这种方法的潜在优缺点及技术限制。 2025-8-12 06:44:10 Author: www.reddit.com(查看原文) 阅读量:9 收藏

Can I record/capture multiple handshakes of multiple networks?

Like I just do

```sudo airodump-ng wlan0mon --band abg -o output_file``` (may not be the right syntax)

Can it just scan over all the networks and hopfully grab a handshake? Not targeting a wifi nor doing aireplay. Like I just wanna scan the wifis near me and just leave my laptop alone for a few days and maybe get a few handshakes. I also understand that I may not even get a handshake but its just the thought/theory of it that makes me want to know.

ESSID CHANNEL PWR

wifi_1 44 -30

Wifi_2 6 -60

Wifi_3 157 -80

Mainly asking or thinking this is a possibility because at some point when i did "airodump-ng wlan0mon -o output_file." After a bit it said found a handshake.

Sorry for this dumb question I am just curious.

Just editing for use cases and maybe pros and cons.

May be ideal in places that have many many networks nearby. May not be good if there is like 2 networks in range. Pro: Can just leave a laptop on for a few days and hopefully you would get multiple handshakes. Con. The Channel may change right before you get a handshake.

Extra: Starting to think it may not be possible. Like lets say you get 2 handshakes for ESSID Wifi_1 and ESSID Wifi_2. Which one would be cracked in ```aircrack output_file.cap -w words ``` Maybe not cause you also have to specify a bssid which you could find if you read the output_file.cap. I assume hashcat would have a stroke with a hccxpc (hashcats cap file) file when trying to read mutiple handshakes.


文章来源: https://www.reddit.com/r/HowToHack/comments/1mo1hw0/i_have_a_stupid_question_on_airodump_and/
如有侵权请联系:admin#unsafe.sh