Guest User

Untitled

a guest
Mar 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "sshbruteforce.py", line 182, in <module>
  3. sshBruteForce.startUp()
  4. File "sshbruteforce.py", line 71, in startUp
  5. self.multipleTargets(options)
  6. File "sshbruteforce.py", line 100, in multipleTargets
  7. self.showStartInfo()
  8. File "sshbruteforce.py", line 114, in showStartInfo
  9. Util.appendLineToFile("%s " % self.info, self.outputFileName)
  10. File "/root/SSHBruteforce/Util.py", line 47, in appendLineToFile
  11. fileHandler = open(filename,"a")
  12. TypeError: coercing to Unicode: need string or buffer, NoneType found
  13.  
  14. Traceback (most recent call last):
  15. File "sshbruteforce.py", line 182, in <module>
  16. sshBruteForce.startUp()
  17. File "sshbruteforce.py", line 68, in startUp
  18. self.singleTarget(options)
  19. File "sshbruteforce.py", line 89, in singleTarget
  20. self.showStartInfo()
  21. File "sshbruteforce.py", line 114, in showStartInfo
  22. Util.appendLineToFile("%s " % self.info, self.outputFileName)
  23. File "/root/SSHBruteforce/Util.py", line 47, in appendLineToFile
  24. fileHandler = open(filename,"a")
  25. TypeError: coercing to Unicode: need string or buffer, NoneType found
Add Comment
Please, Sign In to add comment