You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
/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
The text was updated successfully, but these errors were encountered: