lefayjey / linWinPwn

linWinPwn is a bash script that streamlines the use of a number of Active Directory tools
MIT License
1.78k stars 265 forks source link

problem with --log #16

Closed rout3rx closed 10 months ago

rout3rx commented 1 year ago

hello I think the switch --log was added in the new version of crackmapexec and it is not supported in the active version 5.4. Therefore, I am facing an error in the implementation of linwinpwn. How should I install Crackmapexec version 6 on Kali? it is not available in repository thanks

lefayjey commented 1 year ago

Hello

You can uninstall the crackmapexec version installed in Kali, and use pip or pipx to install the latest version directly

pip3 install --user pipx --upgrade
pipx ensurepath
pipx install git+https://github.com/mpgn/CrackMapExec.git --force
lefayjey commented 10 months ago

As crackmapexec has been replaced by NetExec, I will close this issue.