Some easy ways to actually
HARM a visitor would be through javascript and vbscript (in IE). Vbscript is not as powerful as it was, because of several reasons. One is that all advanced Active X operations are prompted multiple times by IE nowdays. But still it has potential to really harm someone foolish enough.
I have some knowledge in vbscript but I am not going to show any "hardcore" harmful scripts, because they would most probaly be censored. But I CAN show you some "malicious" javascript. Actually I don't know javascript very well, but an EXTREMELY simple way to mess aound and crasch someones browser session would be to place this code in the head section:
- Code: Select all
<script type="text/javascript">
while(1) {
alert("EVIL CODE!");
}
</script>