Questions tagged [aircrack-ng]

Aircrack-ng is a tool that can be used to crack keys used in WEP protocols in wireless networks.

Aircrack-ng is a complete suite of tools to assess WiFi network security. It focuses on different areas of WiFi security: Monitoring: Packet capture and export of data to text files for further processing by third party tools; Attacking: Replay attacks, deauthentication, fake access points and others via packet injection.

Official page: https://aircrack-ng.org/

48 questions
-1
votes
1 answer

Can aircrack-ng and MITMf work together with an Evil Twin attack?

The aircrack-ng suite can create an "Evil Twin" access point wherein you masquerade as an existing access point. You then broadcast a dissasociate/deauhtenticate packet to all the existing access point's clients, bumping them off of the access…
Steve Mucci
  • 212
  • 1
  • 11
-2
votes
1 answer

how to capture wifi router mac address without connecting to the netwotk

i got d-link wifi repeater, at setup it displays all SSIDs in the area with their mac address without connecting.. so i was looking for command or utility for any OS that can capture mac address like that one did.
Ziad Anwar
  • 11
  • 1
  • 2
-2
votes
1 answer

Linux shell script not setting variables with bash -c "$com"

So, I wrote a shell script to kick people off of my wifi, but I'm having trouble getting it to work correctly. The main problem is that when I do bash -c "$com" it does not set the variable like it should. Any help would be appreciated. echo "You…
1 2 3
4