WEP Cracking mit airmon-ng nur im Monitormodus

2416
WindowsEscapist

HAFTUNGSAUSSCHLUSS: Dieser Router gehört mir, und dies ist nur zu Bildungszwecken. Schließen Sie diese Frage bitte nicht.

Ich habe aircrack-ngauf meinem Ubuntu-Laptop installiert. Meine drahtlosen Kartentreiber unterstützen keine Paketinjektion, und ich versuche, einen WEP-Schlüssel nur im Überwachungsmodus zu knacken. Ich kann jedoch kein Tutorial finden (ich hatte eines, aber dann verlor ich den Link).

Wie lautet die Syntax zum Abhören, Speichern und Knacken von überwachten Paketen?

3
That is very ambiguous - "if it's possible, it's all over google". It's possible, but it's not all over. All the tutorials seem to talk about using packet injection. WindowsEscapist vor 11 Jahren 2
What do you mean? I just don't know what to do. I can start wlan0 to get a mon0 interface, but I don't know what commands to run. WindowsEscapist vor 11 Jahren 0

2 Antworten auf die Frage

1
GoldenStake

WindowsEscapist's instructions are correct, except they include the the sections for packet injection.

Basically, general procedure is to:

  1. Initialize your wireless adapter with airmon-ng start . This will sometimes give you a different name to use from now on (e.g. wlan0 turns into mon0.)

  2. Run airodump-ng . Once you've identified the AP, Ctrl+C to end the process.

  3. Run airodump-ng -w file-to-save-to --channel --bssid .

the commands that contains aireplay are used for injection attacks on the router.

Es hat für mich reibungslos funktioniert, auch wenn ich keine Treiber mit Paketinjektion habe. WindowsEscapist vor 11 Jahren 0
Damit meine ich, dass der Paketinjektionstest fehlschlägt. WindowsEscapist vor 11 Jahren 0
Anstatt meine Antwort (teilweise) zu kopieren und einzufügen, möchten Sie vielleicht selbst einen Beitrag vorschlagen oder meinen Beitrag bearbeiten (mit einer Erläuterung in den Kommentaren). So funktioniert SU! (Plus, auf diese Weise erhalten Sie meine Formatierung.) WindowsEscapist vor 11 Jahren 1
0
WindowsEscapist

Well it looks like there are some guides that have been posted since I last checked. In particular, this one is very helpful.

Basically, general procedure is to:

  1. Initialize your wireless adapter with airmon-ng start <wireless adapter>. This will sometimes give you a different name to use from now on (e.g. wlan0 turns into mon0.)

  2. Run airodump-ng <adapter name>. Once you've identified the AP, Ctrl+C to end the process.

  3. Run airodump-ng -w file-to-save-to --channel <AP's channel> --bssid <bssid or MAC address of target> <interface>.

To actually process this data, run aircrack-ng filename.cap. This will begin one crack attempt at execution, and if it does not succeed will try again at regular intervals. (This can be done at the same time as the other commands are being done in another tab.)

Sorry for the cluttered-looking post, but I didn't want to just link-and-leave. This will be marked as the answer once the 2 days wait for accept is up =P WindowsEscapist vor 11 Jahren 0
Obwohl dies Anweisungen zum Packen der Injektion enthalten kann oder nicht, funktioniert die Befehlssequenz auf einer Wireless-Karte ohne gepatchte Treiber. Es funktioniert nur, wenn andere mit dem Netzwerk verbunden sind und dieses verwenden, nicht wenn Sie der einzige sind, der mit dem Netzwerk verbunden ist. WindowsEscapist vor 11 Jahren 0