Skip to content

Commit

Permalink
remove pf.close() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Jan 26, 2021
1 parent 914969b commit b72143d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
files ) and brute it


===> 1.3.5

[x] remove pf.close() call


===> 1.3.4

[x] remove open() calls
Expand Down
3 changes: 1 addition & 2 deletions sshprank.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


__author__ = 'noptrix'
__version__ = '1.3.4'
__version__ = '1.3.5'
__copyright = 'santa clause'
__license__ = 'MIT'

Expand Down Expand Up @@ -487,7 +487,6 @@ def run_threads(host, ports, val='single'):
for u in opts['userlist']:
for p in opts['passlist']:
exe.submit(crack_login, host, port, u.rstrip(), p.rstrip())
pf.close()

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

0 comments on commit b72143d

Please sign in to comment.