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

BUG #29

Open
BiozRobot opened this issue Dec 9, 2020 · 0 comments
Open

BUG #29

BiozRobot opened this issue Dec 9, 2020 · 0 comments

Comments

@BiozRobot
Copy link

/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
[!] Could not access file ./usernames.txt
Traceback (most recent call last):
File "SSHBruteForce.py", line 285, in
sshBruteForce.startUp()
File "SSHBruteForce.py", line 82, in startUp
self.singleTarget(options)
File "SSHBruteForce.py", line 118, in singleTarget
self.usernames = Util.fileContentsToList(options.usernamesFile)
File "/root/SSHACK/SSH-Brute-Forcer/src/Util.py", line 20, in fileContentsToList
for line in fileParser.readlines():
UnboundLocalError: local variable 'fileParser' referenced before assignment

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