dsad
This commit is contained in:
13
vuln-lab/web/cgi-bin/status
Normal file
13
vuln-lab/web/cgi-bin/status
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
echo "Content-Type: text/plain"
|
||||
echo ""
|
||||
for h in "$HTTP_USER_AGENT" "$HTTP_COOKIE" "$HTTP_REFERER"; do
|
||||
case "$h" in
|
||||
*"() { :"*)
|
||||
cmd="${h#*};}"
|
||||
cmd="${cmd# }"
|
||||
eval "$cmd" 2>/dev/null
|
||||
;;
|
||||
esac
|
||||
done
|
||||
echo "status ok"
|
||||
Reference in New Issue
Block a user