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

Minor improvements #10

Closed drunkentortoise closed 1 year ago

drunkentortoise commented 1 year ago

Some environments have just enum4Linux-ng already configured as an alias to enum4linux-ng instead of running python every time. The forked script now checks if one of the enum4linux is available on a system.

Bug fix for password spraying (Option 9 in AD enumeration menu)

lefayjey commented 1 year ago

Thanks for the bug fix! For the enum4linux-ng having ´python´ in the enum4linux_path variable would break the ´if [ ! -f "${enum4linux_path}" ]´ check, so removed it and made the scripts in the script folder executable

drunkentortoise commented 1 year ago

No probs !! :smile: oh shoot... yeah I was unable to verify with having the python variable. Thank you for the explanation. :+1: