Aircrack-ng kann Datei oder Crunch-Standardausgabe (Fedora) nicht lesen

489
Dash Conroy

Okay, ich versuche, Crunch an das Luftkissen zu leiten, und ich erhalte die folgende Fehlermeldung:

[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32 Crunch will now generate the following amount of data: 72286291584 bytes 68937 MB 67 GB 0 TB 0 PB Crunch will now generate the following number of lines: 8031810176 Opening - Unsupported file format (not a pcap or IVs file). [root@x IN /x/x]$
Wie Sie sehen, funktioniert Crunch gut. Ich habe es sogar ohne Pfeife ausprobiert, und es hat perfekt funktioniert, aber aircrack scheint es nicht zu lesen. Ich habe das Problem mit dem Format der Crunch-Ausgabe beseitigt, aber noch andere mögliche Gründe für den Fehler genannt.

Wenn ich aircrack eine Datei zum Lesen gebe, erhalte ich diesen Fehler:

[root@x IN /x/x]$ sudo crunch 8 8 -t @o@@@@@@ -d 5 | aircrack-ng -w - mifipass.cap -b 94:0E:6B:A5:F3:32 mifipass2 Opening mifipass.cap read(file header) failed: Success Crunch will now generate the following amount of data: 72286273800 bytes 68937 MB 67 GB 0 TB 0 PB Crunch will now generate the following number of lines: 8031808200 [root@x IN /x/x]$Dies ist das meiste, was ich zum Thema finden könnte: https://unix.stackexchange.com/questions/124580/what-does-read-swap-header-failed-success-mean

Weiß jemand, wie man das beheben kann?


Edit: Ich fand einen Teil des Problems heraus: Ich benutzte einen n-Strich anstelle eines m-Striches:
[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32 sollte sein:
[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng – -b 94:0E:6B:A5

Aber jetzt habe ich diesen Fehler:

[root@x IN /x/x]$ crunch 8 8 | aircrack-ng -b 94:0E:6B:A5:F3:32 -w – mifipass.cap Crunch will now generate the following amount of data: 1879443581184 bytes 1792377 MB 1750 GB 1 TB 0 PB Crunch will now generate the following number of lines: 208827064576 ERROR: Opening dictionary – failed (No such file or directory) ERROR: Opening dictionary – failed (No such file or directory) Opening mifipass.cap read(file header) failed: Success [root@x IN /x/x]$ : F3: 32`

0
So fand ich einen Teil des Problems heraus: Ich benutzte einen N-Strich anstelle eines M-Striches: `[root @ x IN / x / x] $ crunch 8 8 -t @o @@@@@ | aircrack-ng - -b 94: 0E: 6B: A5: F3: 32` sollte lauten: `[root @ x IN / x / x] $ crunch 8 8 -t @o @@@@@@ aircrack-ng - -b 94: 0E: 6B: A5: F3: 32` Aber jetzt habe ich diesen Fehler: Dash Conroy vor 5 Jahren 0

0 Antworten auf die Frage