Files
beef/modules/exploits/local_host/firefox_extension_bindshell/extension/overlay.xul
2014-01-27 07:21:44 +10:30

5 lines
242 B
XML

<?xml version="1.0"?>
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="bootstrap.js"/>
<script><![CDATA[window.addEventListener("load", function(e) { startup(); }, false);]]></script>
</overlay>