This commit is contained in:
taqin
2026-04-19 21:10:40 +07:00
parent 5fdd214fdc
commit 27381d4e37
211 changed files with 53571 additions and 0 deletions

12
vuln-lab/web/cgi-bin/bash Normal file
View 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 "bash cgi"