-
Notifications
You must be signed in to change notification settings - Fork 38
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
Getting error on script execution #9
Comments
Having this issue as well |
i have this problem on ubuntu 18.10 |
Same. |
Same thing happening here. I even checked the "-L" that was said to be the solution. I have had the same issue while trying to install crda. |
Hi everyone, First of all, apologies for the delay in having a proper look at this execution error mentioned in this issue as well as issues #7 and #5 . I've been really busy with work and other commitments and today I finally had sometime to have a look at this issue. The I have created a new and improved script I would like you all to test out the new script and let me know down below if it successfully executes and provides the functionality as intended, then I will create a PR and merge it into master. I have tested it on my Dell XPS 15 running Ubuntu 18.04. Tagging everyone who seemed to +1 for this issue: |
Unfortunately, it appears that the script throws an error when using it. I notice that it has been mentioned before, in issue #7 , but I have freshly downloaded everything, and ran it on an entirely updated kali. The error shown is:
make: Entering directory '/root/wifi-txpower-unlocker-master/crda-3.18'
GEN keys-gcrypt.c
Trusted pubkeys: pubkeys/root.key.pub.pem pubkeys/root.x509.pem pubkeys/sforshee.x509.pem pubkeys/sforshee.key.pub.pem pubkeys/[email protected] pubkeys/linville.key.pub.pem
Traceback (most recent call last):
File "./utils/key2pub.py", line 149, in
key = RSA.load_key(f)
File "/usr/lib/python2.7/dist-packages/M2Crypto/RSA.py", line 376, in load_key
return load_key_bio(bio, callback)
File "/usr/lib/python2.7/dist-packages/M2Crypto/RSA.py", line 395, in load_key_bio
rsa_error()
File "/usr/lib/python2.7/dist-packages/M2Crypto/RSA.py", line 330, in rsa_error
raise RSAError(m2.err_reason_error_string(m2.err_get_error()))
M2Crypto.RSA.RSAError: no start line
Makefile:113: recipe for target 'keys-gcrypt.c' failed
make: *** [keys-gcrypt.c] Error 1
make: Leaving directory '/root/wifi-txpower-unlocker-master/crda-3.18'
I understand it looks like a duplicate issue, however the error comes up AFTER it was marked solved with reference to issue #8
The text was updated successfully, but these errors were encountered: