mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-06 00:51:28 +00:00
f
This commit is contained in:
@@ -51,9 +51,7 @@ if ! [ "$SEARCH_IN_FOLDER" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If no candidates detected, exit quietly
|
# If no candidates detected, exit quietly
|
||||||
if [ -z "$candidates" ]; then
|
if [ "$candidates" ]; then
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Iterate candidates and extract interesting data
|
# Iterate candidates and extract interesting data
|
||||||
printf "%s\n" "$candidates" | while read -r svc; do
|
printf "%s\n" "$candidates" | while read -r svc; do
|
||||||
@@ -123,5 +121,6 @@ if ! [ "$SEARCH_IN_FOLDER" ]; then
|
|||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user