CVE-2021-40444
CVE-2021-40444 copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'out.cab'
[*] Generating malicious CAB file...
Traceback (most recent call last):
File "/root/CVE-2021-40444-master/exploit.py", line 154, in
Need lcab apt install lcab
If Mac os then try :- https://ports.macports.org/port/lcab/
How do you install lcab in kali linux currently? I did apt install lcab
but received errors.
Please advise
apt install lcab
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package lcab is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'lcab' has no installation candidate
any one solve it ???
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 tar -xvzf lcab_1.0b12.orig.tar.gz cd lcab_1.0b12 make sudo make install mkdir ~/bin/ cp lcab ~/bin/ echo 'export PATH=$PATH:~/bin' >> ~/.bashrc source ~/.bashrc lcab --version
Now run the exploit