PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
admiral
<?php //Receive the RAW post data. $content = trim(file_get_contents("php://input")); //Attempt to decode the incoming RAW post data from JSON. $decoded = json_decode($content, true); $myFile = "jsonUser.json"; /*$firstName = $_POST['firstName']; $lastName = $_POST['lastName']; $birthDate = $_POST['birthDate']; $address = $_POST['address']; $telNumber = $_POST['telNumber']; $arr = array('firstName' => $firstName, 'lastName' => $lastName, 'birthDate' => $birthDate, 'address' => $address, 'telNumber' => $telNumber);*/ file_put_contents($myFile,json_encode($decoded)); echo 'ciao'; ?>
[-] DbConn.php
[open]
[+]
..
[-] jsonCasinoDemo.php
[open]
[-] jsonUser.json
[open]
[-] admiral_dev_0.zip
[open]