- This topic has 9 replies, 2 voices, and was last updated 3 years, 9 months ago by Diego Pérez.
- AuthorPosts
- January 9, 2021 at 3:34 am #50838LesterParticipant
I am able to sniff 2.4 and 5Ghz with it but when I run aireplay command on a 5Ghz frequency I always get this error message ” no such bssid available”.
note: I have no issues when executing aireplay command on the 2.4ghz range.
January 9, 2021 at 5:52 pm #50848Diego PérezModeratorHi!
Which are the exact commands used to set it in monitor mode?
Can you share a screenshot with the airodump command used and the result please?Thanks!
DiegoJanuary 10, 2021 at 1:27 am #50867LesterParticipantHi Diego,
Thank you for replying. This may sound silly but I seem to can’t find an option to upload screenshots.
regards
LesterJanuary 11, 2021 at 6:51 pm #50958Diego PérezModeratorHi!
You can upload them to any image hosting service and share the link here or use the IMG tag to embed the link into html code.Greetings!
DiegoJanuary 12, 2021 at 9:47 am #50979LesterParticipantHi Diego,
These are the commands I used to set monitor mode:
1. Iwconfig
2. Ifconfig wlan0 down
3. Airmon-ng check kill
4. Iwconfig wlan0 mode monitor
5. Ifconfig wlan0 up
6. iwconfigScreenshots
Monitor mode: https://ibb.co/DtQjrx6
airodump-ng: https://ibb.co/CKZJ2DZ
aireplay-ng: https://ibb.co/LpJTXq9regards,
LesterJanuary 12, 2021 at 6:40 pm #51016Diego PérezModeratorHi!
To fix this just run the deauth attack WHILE airodump-ng is running against the target network as shown in the course, so run airodump-ng using the –channel and –bssid arguments against the target network, keep it running, and run the deauth attack from another terminal window.Let me know how it goes!
DiegoFebruary 5, 2021 at 6:12 am #51803LesterParticipantHi Diego,
Can I do attacks on both frequencies (2.4Ghz & 5Ghz) at the same time using this adapter?
regards,
LesterFebruary 6, 2021 at 3:37 am #51830Diego PérezModeratorHi!
The easiest is to have 2 different adapters to target each band because any adapter will work better if it targets 1 band at a time.What you can do is create several virtual wireless interfaces from wlan0, and run each one of them against a separate band, keep in mind there’s a very HIGH chance of this failing but you can try it anyway, so first do
ifconfig wlan0 down
to disable our interface, then enable monitor mode on it like so
iw wlan0 interface add mon0 type monitor
iw wlan0 interface add mon1 type monitor
This will create 2 new interfaces for you in monitor mode, mon0 and mon1, which you can use in different terminal windows to launch de-auth attacks against different networks.Greetings!
DiegoFebruary 8, 2021 at 12:23 pm #51897LesterParticipantHi Diego,
Thanks for providing me this information. I’ll purchase another wireless adapter.
regards,
LesterFebruary 8, 2021 at 6:17 pm #51913Diego PérezModeratorYou’re welcome!
Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.