Skip to content

Commit b72143d

Browse files
committed
remove pf.close() call.
1 parent 914969b commit b72143d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/TODO

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
files ) and brute it
1515

1616

17+
===> 1.3.5
18+
19+
[x] remove pf.close() call
20+
21+
1722
===> 1.3.4
1823

1924
[x] remove open() calls

sshprank.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
__author__ = 'noptrix'
41-
__version__ = '1.3.4'
41+
__version__ = '1.3.5'
4242
__copyright = 'santa clause'
4343
__license__ = 'MIT'
4444

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

492491
if 'userlist' in opts and 'passlist' not in opts:
493492
for u in opts['userlist']:

0 commit comments

Comments
 (0)