Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't patch aircrack-ng. Need help!
09-29-2011, 10:29 AM (This post was last modified: 09-29-2011 11:09 AM by gooch1025.)
Post: #1
Can't patch aircrack-ng. Need help!
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?
Find all posts by this user
09-29-2011, 10:38 AM
Post: #2
RE: Can't patch aircrack-ng. Need help!
just checkout the latest aircrack-ng SVN version. exporting to .hccap became fixed part of aircrack-ng with revision 1962.
Visit this user's website Find all posts by this user
09-29-2011, 10:53 AM
Post: #3
RE: Can't patch aircrack-ng. Need help!
I've tried the newest Revision 1975 and it says:

patch: **** Only garbage was found in the patch input.
Find all posts by this user
09-29-2011, 11:24 AM
Post: #4
RE: Can't patch aircrack-ng. Need help!
again, you dont need to patch anymore.
Visit this user's website Find all posts by this user
09-29-2011, 11:28 AM
Post: #5
RE: Can't patch aircrack-ng. Need help!
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.
Find all posts by this user
09-29-2011, 12:07 PM
Post: #6
RE: Can't patch aircrack-ng. Need help!
if there is no 'J' option you dont use a version >= 1962
Visit this user's website Find all posts by this user
09-29-2011, 12:13 PM (This post was last modified: 09-29-2011 02:07 PM by gooch1025.)
Post: #7
RE: Can't patch aircrack-ng. Need help!
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.
Find all posts by this user
09-29-2011, 04:20 PM
Post: #8
RE: Can't patch aircrack-ng. Need help!
thanks for the info. thread closed.
Visit this user's website Find all posts by this user
Thread Closed