dsad
This commit is contained in:
12
vuln-lab/web/cgi-bin/test
Normal file
12
vuln-lab/web/cgi-bin/test
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/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 "test cgi"
|
||||
Reference in New Issue
Block a user