mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-15 04:49:01 +00:00
linpeas su brute fix
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -643,7 +643,7 @@ su_brute_user_num (){
|
|||||||
su_try_pwd "$BFUSER" "$PASSWORD" & #Try given password
|
su_try_pwd "$BFUSER" "$PASSWORD" & #Try given password
|
||||||
fi
|
fi
|
||||||
for i in $(seq "$TRIES"); do
|
for i in $(seq "$TRIES"); do
|
||||||
su_try_pwd "$BFUSER" "$(echo \"$top2000pwds\" | cut -d ' ' -f \"$i\")" & #Try TOP TRIES of passwords (by default 2000)
|
su_try_pwd "$BFUSER" "$(echo \"$top2000pwds\" | cut -d ' ' -f $i)" & #Try TOP TRIES of passwords (by default 2000)
|
||||||
sleep 0.007 # To not overload the system
|
sleep 0.007 # To not overload the system
|
||||||
done
|
done
|
||||||
wait
|
wait
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user