CrackMapExecWin
CrackMapExecWin copied to clipboard
issue when running with '-H' option (NTLM hash)
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\gevent\greenlet.py", line 327, in run
File "Z:\Partage\CrackMapExec_fork\core\maingreenlet.py", line 65, in connect
File "Z:\Partage\CrackMapExec_fork\core\smartlogin.py", line 133, in smart_log
in
ValueError: need more than 1 value to unpack
<Greenlet at 0x3155800: connect('10.1.1.60')> failed with ValueError
The original command is:
crackmapexec.exe ips.txt -u Administrator -H dc4d7e10165620d32f901d915065c93d -t 5
Hello @syriusbughunt,
I really don't know, if you try without the -t
option and add some verbosity ?
i have the same problem
And with a ":" before the hash ?
Like this -H :dc4d7e10165620d32f901d915065c93d
?