我正在检查 Wordpress 3.4.1 网站上的浏览器元素,遇到了一个我不认识的 iframe。
<body class=" customize-support">
<iframe src="http://mickajoin.tumblr.com/?d=www.example.net" frameborder="0" marginwidth="0px" marginheight="0px" scrolling="no" width="0px" height="0px"></iframe>
<div id="wrapper">
...
当然http://mickajoin.tumblr.com不存在,所以无论如何这都会返回 404。搜索该项目一无所获。谷歌没有返回任何相关内容。
最初我以为是图库插件。我禁用了它并且 iframe 仍然存在。我还停用了网站上使用的其他 2 个第三方插件。这些都不起作用。
我希望有人能指出我可以注射的来源。