Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aircrack-ng: broken package #10149

Closed
drygdryg opened this issue Mar 7, 2021 · 7 comments
Closed

aircrack-ng: broken package #10149

drygdryg opened this issue Mar 7, 2021 · 7 comments
Labels
bug report Something is not working properly. root Issue is related to stuff requiring root permissions or root-packages.

Comments

@drygdryg
Copy link

drygdryg commented Mar 7, 2021

After updating aircrack-ng with commit dc4178c891f5fb0fde7af29370ea8fa0fc20d367, I started seeing issues with airodump-ng and aircrack-ng.

Steps to reproduce:

  1. Install aircrack-ng package
  2. Run aircrack-ng
  3. Run airodump-ng with target interface like mon0

Expected behavior: aircrack-ng should show help, airodump-ng should work correctly.
Actual behavior: aircrack-ng crashes with error:
Could not open '/data/data/com.termux/files/usr/lib/libaircrack-ce-wpa.so': dlopen failed: library "/data/data/com.termux/files/usr/lib/libaircrack-ce-wpa.so" not found
airodump-ng crashes with error:

stack corruption detected (-fstack-protector)
Aborted

image

Additional information: Android 11, Termux 0.108.

Everything worked fine, but it looks like the commit dc4178c891f5fb0fde7af29370ea8fa0fc20d367 broke everything.

@Grimler91 Grimler91 added the bug label Mar 7, 2021
@Grimler91
Copy link
Member

Grimler91 commented Mar 7, 2021

The libaircrack-ce-wpa.so not found error can be fixed by creating a symlink $PREFIX/lib/libaircrack-ce-wpa-1.6.0.so -> $PREFIX/lib/libaircrack-ce-wpa.so. Need to look into the stack-protector error though

@rustzz
Copy link

rustzz commented May 7, 2021

The libaircrack-ce-wpa.so not found error can be fixed by creating a symlink $PREFIX/lib/libaircrack-ce-wpa-1.6.0.so -> $PREFIX/lib/libaircrack-ce-wpa.so. Need to look into the stack-protector error though

not work

@rustzz
Copy link

rustzz commented May 10, 2021

resize terminal to small font size

@S-trace
Copy link

S-trace commented Jul 16, 2021

resize terminal to small font size

thank you, the stack corruption is really caused by infufficient terminal width, i t happenned on my phone when screen was portrait, but I rotated screen and this error not appeared anymore

@rustzz
Copy link

rustzz commented Jul 20, 2021

close that issue

@snooppr
Copy link

snooppr commented Oct 5, 2021

After updating aircrack-ng with commit dc4178c, I started seeing issues with airodump-ng and aircrack-ng.

Steps to reproduce:

  1. Install aircrack-ng package
  2. Run aircrack-ng
  3. Run airodump-ng with target interface like mon0

Expected behavior: aircrack-ng should show help, airodump-ng should work correctly. Actual behavior: aircrack-ng crashes with error: Could not open '/data/data/com.termux/files/usr/lib/libaircrack-ce-wpa.so': dlopen failed: library "/data/data/com.termux/files/usr/lib/libaircrack-ce-wpa.so" not found airodump-ng crashes with error:

stack corruption detected (-fstack-protector)
Aborted

image

Additional information: Android 11, Termux 0.108.

Everything worked fine, but it looks like the commit dc4178c broke everything.

You need to rename the:
/data/data/com.termux/files/usr/lib
libaircrack-ce-wpa-1.6.0.so file to
libaircrack-ce-wpa.so.

This solves the problem.
Screenshot_20211005-083143_Termux

@thunder-coding thunder-coding transferred this issue from termux/termux-root-packages Apr 19, 2022
@xtkoba xtkoba added bug report Something is not working properly. root Issue is related to stuff requiring root permissions or root-packages. and removed bug labels Apr 19, 2022
@2096779623
Copy link
Member

Close it, the problem didn't occur on my device now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly. root Issue is related to stuff requiring root permissions or root-packages.
Projects
None yet
Development

No branches or pull requests

7 participants