hashcat Forum
Can't patch aircrack-ng. Need help! - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: Can't patch aircrack-ng. Need help! (/thread-523.html)



Can't patch aircrack-ng. Need help! - gooch1025 - 09-29-2011

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?


RE: Can't patch aircrack-ng. Need help! - atom - 09-29-2011

just checkout the latest aircrack-ng SVN version. exporting to .hccap became fixed part of aircrack-ng with revision 1962.


RE: Can't patch aircrack-ng. Need help! - gooch1025 - 09-29-2011

I've tried the newest Revision 1975 and it says:

patch: **** Only garbage was found in the patch input.



RE: Can't patch aircrack-ng. Need help! - atom - 09-29-2011

again, you dont need to patch anymore.


RE: Can't patch aircrack-ng. Need help! - gooch1025 - 09-29-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.


RE: Can't patch aircrack-ng. Need help! - atom - 09-29-2011

if there is no 'J' option you dont use a version >= 1962


RE: Can't patch aircrack-ng. Need help! - gooch1025 - 09-29-2011

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/uploads/2011/06/backtrack5_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.



RE: Can't patch aircrack-ng. Need help! - atom - 09-29-2011

thanks for the info. thread closed.