-
Notifications
You must be signed in to change notification settings - Fork 483
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
FileNotFoundError: [Errno 2] No such file or directory: 'out.cab' #12
Comments
Need lcab |
If Mac os then try :- |
How do you install lcab in kali linux currently? I did
|
any one solve it ??? |
I don't think kali linux has lcab, try using ubuntu. |
Adding for those who might find this in 2024 or later, due to news. You will need to manually install lcab from this http://ftp.debian.org/debian/pool/main/l/lcab/lcab_1.0b12.orig.tar.gz otherwise it wont work on Kali: wget http://ftp.debian.org/debian/pool/main/l/lcab/lcab_1.0b12.orig.tar.gz Now run the exploit |
wget http://ftp.debian.org/debian/pool/main/l/lcab/lcab_1.0b12.orig.tar.gz
|
[*] Generating malicious CAB file...
Traceback (most recent call last):
File "/root/CVE-2021-40444-master/exploit.py", line 154, in
generate_payload()
File "/root/CVE-2021-40444-master/exploit.py", line 106, in generate_payload
patch_cab('out.cab')
File "/root/CVE-2021-40444-master/exploit.py", line 38, in patch_cab
f_r = open(path, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'out.cab'
The text was updated successfully, but these errors were encountered: