lefayjey / linWinPwn

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

gMSA \ LdapRelayScan - verify the location #3

Closed Bobby87654 closed 2 years ago

Bobby87654 commented 2 years ago

Hi ! How i can fix this trouble?

` [*] gMSA Dump [-] Please verify the location of gMSADumper.py

[*] LdapRelayScan checks [-] Please verify the location of LdapRelayScan.py `

lefayjey commented 2 years ago

Hello !

Did you try executing the linWinPwn.sh script from the linWinPwn folder ?

If the error still occurs, you can also modify line 46 scripts_dir="./Scripts" to the full location of the scripts (for example /opt/linWinPwn/Scripts or /root/linWinPwn/Scripts, depending on where you cloned the repo)

Bobby87654 commented 2 years ago

It helped me to fix the error by changing the path on line 46 to full. Thanks