Search for
Login | Username Password Forgot? | Email: | Create Account
Hacking / Malware / Spam | Popularity: 1 | Entries: 54 | Modified: 516d 9h ago | | Add to My Feeds
HTML scripting codeOctober 5th, 2008

taken from my favorite hack magz.0×0000.com. this one teach us how to make a scripting code on html. as we know that html has limitation on scripting or even html has a zero scripting capability what we always use on html is javascript to do the scripting. and here some tricks to make a scripting code using html.

<label for="action">

<body>
     when you select text or click somewhere inside the body,
     the binding becomes active, and
     the instruction to submit a form is executed
     without any scripting at all.
</body>
</label>
<form action="http://www.google.com" method="get">
    <input type="submit" id="action" style="display:none;">
</form>

when you select text or click somewhere inside the body, the binding becomes active, and the instruction to submit a form is executed without any scripting at all.well this tricks we can more explore to make and make and interesting crsf code using this one. enjoy :D


More from BackTrack [Box]

hacking literatur 08 Oct 13
ClickJacking Idea 08 Oct 9
sql truncate 08 Sep 23
Hello world! 08 Sep 21
Cisco 0day Released 08 Sep 21

^ Back To Top