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

NameError: name 'lib' is not defined #6

Open
0xyuliya opened this issue Dec 16, 2024 · 0 comments
Open

NameError: name 'lib' is not defined #6

0xyuliya opened this issue Dec 16, 2024 · 0 comments

Comments

@0xyuliya
Copy link

0xyuliya commented Dec 16, 2024

Hi! Do you know what might be causing this error upon executing following command (python 3.12.8):
python3 CVE-2024-6387.py --exploit [ipv4 addr] --port 22

██████╗ ██████╗ ███████╗███╗ ██╗███████╗███████╗██╗ ██╗
██╔═══██╗██╔══██╗██╔════╝████╗ ██║██╔════╝██╔════╝██║ ██║
██║ ██║██████╔╝█████╗ ██╔██╗ ██║███████╗███████╗███████║
██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║╚════██║╚════██║██╔══██║
╚██████╔╝██║ ███████╗██║ ╚████║███████║███████║██║ ██║
╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝╚══════╝╚══════╝╚═╝ ╚═╝
Author: l0n3m4n / Scanner: @xaitax / PoC: @7etsuo

Exploiting vulnerabilities...
Traceback (most recent call last):
File "/home/kali/Tools/new/CVE-2024-6387/CVE-2024-6387.py", line 221, in
main()
File "/home/kali/Tools/new/CVE-2024-6387/CVE-2024-6387.py", line 216, in main
exploit_vulnerability(targets, port)
File "/home/kali/Tools/new/CVE-2024-6387/CVE-2024-6387.py", line 177, in exploit_vulnerability
result = lib.exploit_vulnerability(targets.encode(), port)
^^^
NameError: name 'lib' is not defined

Many thanks!

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

1 participant