Skip to content

Commit a6ad40f

Browse files
committed
revert.
1 parent 14cb207 commit a6ad40f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TODO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
===> 1.3.2
1818

1919
[x] decrease default hosts threads num
20-
[x] revert fd shit
2120

2221

2322
===> 1.3.1

sshprank.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ def run_threads(host, ports, val='single'):
485485
pf = open(opts['passlist'], 'r', encoding='latin-1')
486486
for p in pf:
487487
exe.submit(crack_login, host, port, u.rstrip(), p.rstrip())
488+
pf.close()
488489

489490
if 'userlist' in opts and 'passlist' not in opts:
490491
for u in uf:

0 commit comments

Comments
 (0)