Adds / tweaks a bunch of scripts

This commit is contained in:
Jonathan Hodgson 2024-02-18 19:30:08 +00:00
parent 887f479d1f
commit 285165913d
13 changed files with 112 additions and 30 deletions

View file

@ -414,6 +414,8 @@ attacks (XSS).\n\n"
while read source; do
sourcemessage=''
case "$source" in
"'none'")
;;
"'self'")
sourcemessage+="This is normally fine \
although care should be taken if the site being tested has upload functionality"