Treating IE9 and 10 as the same for the ui_abuse_ie attack

This commit is contained in:
antisnatchor
2014-03-14 13:22:16 +00:00
parent 4a733a6f74
commit 05979af3a2

View File

@@ -89,9 +89,7 @@ beef.execute(function() {
// }
// }
if(beef.browser.isIE9()){
document.body.onclick = function(){spawnPopunder();};
}else if(beef.browser.isIE10()){
if(beef.browser.isIE9() || beef.browser.isIE10()){
document.body.onclick = function(){
spawnPopunder();