mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Bugfix: duplicated region in textFail message.
This commit is contained in:
@@ -50,7 +50,7 @@ extra741(){
|
|||||||
# delete file if nothing interesting is there
|
# delete file if nothing interesting is there
|
||||||
rm -f "$EC2_USERDATA_FILE"
|
rm -f "$EC2_USERDATA_FILE"
|
||||||
else
|
else
|
||||||
textFail "$regx: Potential secret found in $instance User Data" "$regx" "$regx" "$instance"
|
textFail "$regx: Potential secret found in $instance User Data" "$regx" "$instance"
|
||||||
# delete file to not leave trace, user must look at the instance User Data
|
# delete file to not leave trace, user must look at the instance User Data
|
||||||
rm -f "$EC2_USERDATA_FILE"
|
rm -f "$EC2_USERDATA_FILE"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user