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

BUG Segmentation Fault (send.c) #365

Open
gianfelicevincenzo opened this issue Jan 19, 2023 · 3 comments
Open

BUG Segmentation Fault (send.c) #365

gianfelicevincenzo opened this issue Jan 19, 2023 · 3 comments

Comments

@gianfelicevincenzo
Copy link

gianfelicevincenzo commented Jan 19, 2023

Debian 11 (5.10), AWUS036AC (rtl8812au), iwlwifi

[+] Trying pin "12345670"
send_packet called from deauthenticate() 80211.c:380
send_packet called from authenticate() 80211.c:411
[+] Sending authentication request
send_packet called from associate() 80211.c:464
[+] Sending association request
[+] Associated with <BSSID> (ESSID: <ESSID>)
[+] Sending EAPOL START request
send_packet called from send_eapol_start() send.c:48
Segmentation fault

dmesg:

[  477.649521] reaver[3927]: segfault at 5619d7e16c04 ip 00007f358c0085e0 sp 00007ffe68b390f8 error 4 in librt-2.31.so[7f358c006000+4000]
[  477.649548] Code: ff ff ff c3 66 0f 1f 44 00 00 48 63 ff 48 8d 05 56 4d 00 00 48 8b 3c f8 e9 bd ff ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 <8b> 7f 04 49 89 ca b8 df 00 00 00 0f 05 48 3d 00 f0 ff ff 77 0b c3

This problem after latest git pull.

@gianfelicevincenzo gianfelicevincenzo changed the title BUG (?) Segmentation Fault BUG (?) Segmentation Fault (send.c:48) Jan 19, 2023
@rofl0r
Copy link
Collaborator

rofl0r commented Feb 1, 2023

try make clean before make. if the problem persists, use CFLAGS to activate your compiler's address sanitizer, so when it crashes again it will tell you (and us via your paste) exactly where it happens.

@alexandrglm
Copy link

Did no one solved this?

@gianfelicevincenzo gianfelicevincenzo changed the title BUG (?) Segmentation Fault (send.c:48) BUG Segmentation Fault (send.c) Oct 26, 2023
@rofl0r
Copy link
Collaborator

rofl0r commented Oct 30, 2023

we don't even have confirmation from OP whether it's a real bug, not lack of running make clean, much less a backtrace or address sanitizer analysis output. until this happens, consider it PEBKAC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants