Can't patch aircrack-ng. Need help!
#1
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?
#2
just checkout the latest aircrack-ng SVN version. exporting to .hccap became fixed part of aircrack-ng with revision 1962.
#3
I've tried the newest Revision 1975 and it says:

patch: **** Only garbage was found in the patch input.
#4
again, you dont need to patch anymore.
#5
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.
#6
if there is no 'J' option you dont use a version >= 1962
#7
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.
#8
thanks for the info. thread closed.