A passive surveillance program such as kismet or a script in say python will reveal the ssid of a device based on activity between the AP and the station.
hi,
i've searched in the tutorial section and i was wondering, there are no topics about Discover a hidden ssid.
im thinking, if it is generally possible, and when, how does it work?
thanks a lot for answers.
regards
A passive surveillance program such as kismet or a script in say python will reveal the ssid of a device based on activity between the AP and the station.
Lux sit
thats the point, i ran kismet for a cuple of hours and airodump too. but they didn't discovered the ssid.
is there another solution?
is it only possible whan a client is connected?
regards
Yes.
The currect function of an 802.11 device configured to 'cloak' the ssid is that it should not transmit the ssid in its beacon.
This makes it a little more difficult to trace and connect.
When a new client initiates a contact to a known ssid cloaked or not, then the handshaking will disclose the ssid information in the frame. That is how scripts harvest such data.
You will not receive 'see' an ssid on your monitoring system until an external station connects. Note also that unless one has a special driver and card combination a station device in monitor mode cannot also transmit.
Lux sit
Do you just have to run airodump and once someone connects it will show the SSID?
That is one way. The guys have told you a few others as well
mdk2 rausb0 p -t 'APMAC' -b a
try this will try to bruteforce ssid............
there's an option for sdictionnary
try mdk2 --help p
mdk2 is in pentest/wireless/mdk2-v32
Watch your back, your packetz will belong to me soon... xD
BackTrack : Giving Machine Guns to Monkeys since 2006
thx. i will chack that later @home.
regards