mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-14 20:57:15 +01:00
11 lines
245 B
Text
11 lines
245 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo "Content-Type: text/html"
|
||
|
echo
|
||
|
echo "<h1>LOL</h1>"
|
||
|
echo "Query string: <b>$QUERY_STRING</b><br>"
|
||
|
echo "Accept: <b>$HTTP_ACCEPT</b><br>"
|
||
|
echo "User-Agent: <b>$HTTP_USER_AGENT</b><br>"
|
||
|
echo "Client addr : <b>$REMOTE_ADDR</b><br>"
|
||
|
|