Closed sploutchy closed 1 year ago
Due to this line giving the wrong arguments to the try_login function, the fuzz mode does not work for me: https://github.com/p0dalirius/Coercer/blob/5dbffc150f54c49c52ee780afe62848f12291bd3/coercer/__main__.py#L209
try_login
└─$ ./Coercer.py fuzz -u tmassie -p 'stronpassword' -d winattacklab.local -t 10.0.1.100 ______ / ____/___ ___ _____________ _____ / / / __ \/ _ \/ ___/ ___/ _ \/ ___/ / /___/ /_/ / __/ / / /__/ __/ / v2.2-blackhat-edition \____/\____/\___/_/ \___/\___/_/ by @podalirius_ [info] Starting fuzz mode [info] Fuzzing target 10.0.1.100 [!] Could not login as 'tmassie' with these credentials on '10.0.1.100'. | Error: int() argument must be a string, a bytes-like object or a real number, not 'Namespace' [+] All done! Bye Bye!
Thanks for the cool tool :)
Due to this line giving the wrong arguments to the
try_login
function, the fuzz mode does not work for me: https://github.com/p0dalirius/Coercer/blob/5dbffc150f54c49c52ee780afe62848f12291bd3/coercer/__main__.py#L209Thanks for the cool tool :)