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

Not running "ImportError" on when run the code #24

Open
sushantdhopat opened this issue Jan 26, 2021 · 1 comment
Open

Not running "ImportError" on when run the code #24

sushantdhopat opened this issue Jan 26, 2021 · 1 comment

Comments

@sushantdhopat
Copy link

sushantdhopat commented Jan 26, 2021

I copy the code and save on my user_enum_new.py file i am not good in python
after giving execute permission i ran this command ./user_enum_new.py --username root 2.2.2.2 for exploit the CVE and find username this give mi error

Traceback (most recent call last):
  File "user_enum_new.py", line 24, in <module>
    import paramiko
ImportError: No module named paramiko

After this error i run this cmd for install paramiko module pip install paramiko this give me successful response already satisfy

Requirement already satisfied: paramiko in /usr/lib/python3/dist-packages (2.7.2)

now i go to run again this cmd ./user_enum_new.py --username root 2.2.2.2

this give me also same error

Traceback (most recent call last):
  File "user_enum_new.py", line 24, in <module>
    import paramiko
ImportError: No module named paramiko

i tried some other method which i know this not working give same error

what i need to do here kindly help me !!

Also i clone hole repository CVE-2018-15473-Exploit

After cloning i install requirements.txt file with this cmd also got same response satisfied

but also got same error after running this cmd ./sshUsernameEnumExploit.py --username root 2.2.2.2

Thank you

@SkinAir
Copy link

SkinAir commented Apr 13, 2022

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

2 participants