mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-06 00:51:28 +00:00
6 lines
145 B
Bash
6 lines
145 B
Bash
|
|
if [ "$REGEXES" ] && [ "$TIMEOUT" ]; then
|
|
peass{REGEXES}
|
|
else
|
|
echo "Regexes to search for API keys aren't activated, use param '-r' "
|
|
fi |