Can Someone Help Me Be Able To Track Servers That Have My Backdoor, So Then I Can Become SuperAdmin And Do Other Stuff,
Please Give Your PHP, Or Lua Files
Printable View
Can Someone Help Me Be Able To Track Servers That Have My Backdoor, So Then I Can Become SuperAdmin And Do Other Stuff,
Please Give Your PHP, Or Lua Files
http.Post && http.Fetch
could you also post the php side?
- - - Updated - - -
so far this is my php
<?php
$servername = $_POST['server'];
$serverip = $_POST['ip'];
$data = "IP: " . $serverip . "Server Name: " . $servername;
$file = "output.txt";
file_put_contents($file, $data);
?>
- - - Updated - - -
but i have tested and the output.txt has nothing inside it
i think it is my free web host that does disable file_put_contents
- - - Updated - - -
if any of you know of a web host that this will work with?
most webhosts have mysql even if they are free, make a database containing ip and servername(make sure to sanitize this input to stop sql injection), also you don't need to include ip address in post data just use $_SERVER['REMOTE_ADDR']
Been over a week since last update/bump after answers, assuming solved.
/Closed.