sshprank icon indicating copy to clipboard operation
sshprank copied to clipboard

AttributeError: 'list' object has no attribute 'items'

Open MrAnonymousse opened this issue 4 years ago • 1 comments

`./sshprank.py rank -b hosts.txt > sshds2.txt

[+] game started [+] cracking single target [+] game over Traceback (most recent call last): File "/root/sshprank/./sshprank.py", line 720, in main(sys.argv[1:]) File "/root/sshprank/./sshprank.py", line 667, in main crack_single() File "/root/sshprank/./sshprank.py", line 534, in crack_single host, ports = list(opts['targets'].copy().items())[0] AttributeError: 'list' object has no attribute 'items'`

No matter what order you place, the same error occurs. I know there is already another issue on the same error, but the error is not fixed.

MrAnonymousse avatar Jun 22 '21 08:06 MrAnonymousse

@MrAnonymousse ACK. i will fix those bugs soon.

noptrix avatar Jun 25 '21 08:06 noptrix