Aircrack-ng Can't Read File or Crunch's Standard Output (Fedora)
up vote
0
down vote
favorite
Okay, so I am trying to pipe crunch to aircrack-ng, and I get the following error:
[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]$
So as you can see, crunch works fine. I even tried it without the pipe, and it worked perfectly, but aircrack doesn't seem to be able to read it. I have eliminated the problem to the format of crunch's output, but still tell any other possible reasons for the error.
If I give aircrack a file to read from I get this error:
[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
This is the most I could find on the subject: https://unix.stackexchange.com/questions/124580/what-does-read-swap-header-failed-success-mean
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]$
Does anyone know how to fix this?
Edit:
So, I found out part of the problem: I was using an n-dash instead of an m-dash:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng – -b 94:0E:6B:A5
But now I have this error:
[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`
linux fedora aircrack-ng
add a comment |
up vote
0
down vote
favorite
Okay, so I am trying to pipe crunch to aircrack-ng, and I get the following error:
[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]$
So as you can see, crunch works fine. I even tried it without the pipe, and it worked perfectly, but aircrack doesn't seem to be able to read it. I have eliminated the problem to the format of crunch's output, but still tell any other possible reasons for the error.
If I give aircrack a file to read from I get this error:
[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
This is the most I could find on the subject: https://unix.stackexchange.com/questions/124580/what-does-read-swap-header-failed-success-mean
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]$
Does anyone know how to fix this?
Edit:
So, I found out part of the problem: I was using an n-dash instead of an m-dash:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng – -b 94:0E:6B:A5
But now I have this error:
[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`
linux fedora aircrack-ng
So, I found out part of the problem: I was using an n-dash instead of an m-dash:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
But now I have this error:
– Dash Conroy
Nov 17 at 9:38
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Okay, so I am trying to pipe crunch to aircrack-ng, and I get the following error:
[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]$
So as you can see, crunch works fine. I even tried it without the pipe, and it worked perfectly, but aircrack doesn't seem to be able to read it. I have eliminated the problem to the format of crunch's output, but still tell any other possible reasons for the error.
If I give aircrack a file to read from I get this error:
[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
This is the most I could find on the subject: https://unix.stackexchange.com/questions/124580/what-does-read-swap-header-failed-success-mean
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]$
Does anyone know how to fix this?
Edit:
So, I found out part of the problem: I was using an n-dash instead of an m-dash:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng – -b 94:0E:6B:A5
But now I have this error:
[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`
linux fedora aircrack-ng
Okay, so I am trying to pipe crunch to aircrack-ng, and I get the following error:
[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]$
So as you can see, crunch works fine. I even tried it without the pipe, and it worked perfectly, but aircrack doesn't seem to be able to read it. I have eliminated the problem to the format of crunch's output, but still tell any other possible reasons for the error.
If I give aircrack a file to read from I get this error:
[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
This is the most I could find on the subject: https://unix.stackexchange.com/questions/124580/what-does-read-swap-header-failed-success-mean
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]$
Does anyone know how to fix this?
Edit:
So, I found out part of the problem: I was using an n-dash instead of an m-dash:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng – -b 94:0E:6B:A5
But now I have this error:
[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`
linux fedora aircrack-ng
linux fedora aircrack-ng
edited Nov 17 at 9:43
asked Nov 17 at 4:32
Dash Conroy
136
136
So, I found out part of the problem: I was using an n-dash instead of an m-dash:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
But now I have this error:
– Dash Conroy
Nov 17 at 9:38
add a comment |
So, I found out part of the problem: I was using an n-dash instead of an m-dash:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
But now I have this error:
– Dash Conroy
Nov 17 at 9:38
So, I found out part of the problem: I was using an n-dash instead of an m-dash:
[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be: [root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
But now I have this error:– Dash Conroy
Nov 17 at 9:38
So, I found out part of the problem: I was using an n-dash instead of an m-dash:
[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be: [root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
But now I have this error:– Dash Conroy
Nov 17 at 9:38
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376156%2faircrack-ng-cant-read-file-or-crunchs-standard-output-fedora%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
So, I found out part of the problem: I was using an n-dash instead of an m-dash:
[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
should be:[root@x IN /x/x]$ crunch 8 8 -t @o@@@@@@ | aircrack-ng - -b 94:0E:6B:A5:F3:32
But now I have this error:– Dash Conroy
Nov 17 at 9:38