Skip to content

Commit

Permalink
revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Jan 19, 2021
1 parent 14cb207 commit a6ad40f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
===> 1.3.2

[x] decrease default hosts threads num
[x] revert fd shit


===> 1.3.1
Expand Down
1 change: 1 addition & 0 deletions sshprank.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ def run_threads(host, ports, val='single'):
pf = open(opts['passlist'], 'r', encoding='latin-1')
for p in pf:
exe.submit(crack_login, host, port, u.rstrip(), p.rstrip())
pf.close()

if 'userlist' in opts and 'passlist' not in opts:
for u in uf:
Expand Down

0 comments on commit a6ad40f

Please sign in to comment.