Posts: 13
Threads: 6
Joined: Sep 2011
09-29-2011, 10:29 AM
(This post was last modified: 09-29-2011, 11:09 AM by gooch1025.)
Hey guys. I've been using the new version of oclHashcat-plus and it's awesome. However, I can't seem to patch aircrack-ng. I go to the directory aircrack-ng/src and run the following commands:
patch < path_to_patches/aircrack-ng.h.patch
patch < path_to_patches/aircrack-ng.c.patch
Then I tried doing a:
make
make install
It says that the files were patched successfully but the -J option still doesn't work and doesn't show up in the help menu. I also get an error while trying to install. What do I do?
Posts: 5,185
Threads: 230
Joined: Apr 2010
just checkout the latest aircrack-ng SVN version. exporting to .hccap became fixed part of aircrack-ng with revision 1962.
Posts: 13
Threads: 6
Joined: Sep 2011
I've tried the newest Revision 1975 and it says:
patch: **** Only garbage was found in the patch input.
Posts: 5,185
Threads: 230
Joined: Apr 2010
again, you dont need to patch anymore.
Posts: 13
Threads: 6
Joined: Sep 2011
Ok but the output still won't work, it just says invalid option -- 'J'. Is there any reason why it would do this? I want it to work with aircrack-ng because I'm trying to implement this in one of my scripts.
Posts: 5,185
Threads: 230
Joined: Apr 2010
if there is no 'J' option you dont use a version >= 1962
Posts: 13
Threads: 6
Joined: Sep 2011
09-29-2011, 12:13 PM
(This post was last modified: 09-29-2011, 02:07 PM by gooch1025.)
I got it fixed. Here's what I did in case anyone runs into the same problem:
BTW I'm running Backtrack 5
apt-get remove aircrack-ng
apt-get install aircrack-ng
Download and run script made by sickness:
Script:
http://sickness.tor.hu/wp-content/upload..._update.py
chmod a+x backtrack5_update.py
./backtrack5_update.py
Type 3 and press enter to navigate to wireless section
Type 1 and press enter to navigate to aircrack-ng
And there you go! I can't wait to use that -J function in my script.
Posts: 5,185
Threads: 230
Joined: Apr 2010
thanks for the info. thread closed.