Giter VIP home page Giter VIP logo

cve-2018-15473's People

Contributors

r3dxpl0it avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cve-2018-15473's Issues

no attribute 'userList'

python openssh.py 10.10.10.1 --port 22 --userlist unix_users.txt

Initially i got Traceback (most recent call last):
File "openssh.py", line 81, in
elif args.userList:
AttributeError: 'Namespace' object has no attribute 'userList'

there is a line 81 has userList, it should be userlist

paramiko.auth_handler issue

root@kali:~/Downloads/CVE-2018-15473# python openssh.py <OMITTED> --port 22 --userlist ~/Downloads/ssh-userlist.txt 
Traceback (most recent call last):
  File "openssh.py", line 17, in <module>
    old_parse_service_accept = paramiko.auth_handler.AuthHandler._handler_table[paramiko.common.MSG_SERVICE_ACCEPT]
TypeError: 'property' object has no attribute '__getitem__'
root@kali:~/Downloads/CVE-2018-15473# pip list |grep paramiko
paramiko                      2.6.0         
root@kali:~/Downloads/CVE-2018-15473# pip list |grep cryptography
cryptography                  2.6.1    

'BadUsername' is not defined

python openssh.py 10.10.10.1 --port 22 --userlist unix_users.txt

Traceback (most recent call last):
File "openssh.py", line 90, in
results = pool.map(checkUsername, usernames)
File "/usr/lib/python2.7/multiprocessing/pool.py", line 253, in map
return self.map_async(func, iterable, chunksize).get()
File "/usr/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
NameError: global name 'BadUsername' is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.