p0dalirius / Coercer

A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods.
https://podalirius.net/
GNU General Public License v2.0
1.81k stars 182 forks source link

Fuzz mode doesn't run #44

Closed sploutchy closed 1 year ago

sploutchy commented 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

└─$ ./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 :)