Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.144.119.149
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sdu /
libs /
dompdf /
www /
[ HOME SHELL ]
Name
Size
Permission
Action
cssSandpaper
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
controller.php
1.88
KB
-rwxr-xr-x
debugger.php
4.47
KB
-rwxr-xr-x
demo.php
1.95
KB
-rwxr-xr-x
examples.php
3.49
KB
-rwxr-xr-x
fonts.php
4.96
KB
-rwxr-xr-x
foot.inc
350
B
-rwxr-xr-x
functions.inc.php
1.42
KB
-rwxr-xr-x
head.inc
1.93
KB
-rwxr-xr-x
index.php
1017
B
-rwxr-xr-x
jquery-1.4.2.js
70.48
KB
-rwxr-xr-x
setup.php
9.23
KB
-rwxr-xr-x
style.css
3.92
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : head.inc
<?php $allowed_hosts = array("::1", "127.0.0.1"); if( !in_array($_SERVER['REMOTE_ADDR'], $allowed_hosts) ) { die("Access denied to host at " . $_SERVER['REMOTE_ADDR']); } session_start(); require_once "../dompdf_config.inc.php"; require_once "functions.inc.php"; function li_arrow() { return '<li style="list-style-image: url(\'images/arrow_0' . rand(1,6) . '.gif\');">'; } function li_star() { return '<li style="list-style-image: url(\'images/star_0' . rand(1,5) . '.gif\');">'; } auth_check(); ?> <!DOCTYPE html> <html lang="en"> <head> <title>dompdf - The PHP 5 HTML to PDF Converter</title> <link rel="stylesheet" href="style.css" type="text/css"/> <meta name="robots" content="noindex"> <link rel="SHORTCUT ICON" href="images/favicon.ico"/> <script type="text/javascript" src="jquery-1.4.2.js"></script> <?php if (isset($_SESSION["auth_message"])) { ?> <script type="text/javascript"> alert("<?php echo $_SESSION["auth_message"]; ?>"); </script> <?php } ?> </head> <body> <div id="header" class="bar"> <a href="index.php"><img id="logo" src="images/title.gif" alt="dompdf"/></a> <a href="http://dompdf.github.com/" target="_blank">dompdf.github.com</a> — Send bug reports to <a href="https://github.com/dompdf/dompdf/issues">the bug tracker</a> & support questions to <a href="http://groups.google.com/group/dompdf">Google Groups</a>. </div> <div id="left_col"> <ul> <li style="list-style-image: url('images/star_02.gif');"><a href="index.php">Overview</a></li> <li style="list-style-image: url('images/star_02.gif');"><a href="examples.php">Examples</a></li> <li style="list-style-image: url('images/star_02.gif');"><a href="demo.php">Demo</a></li> <li style="list-style-image: url('images/star_02.gif');"><a href="setup.php">Setup / Config</a></li> <li style="list-style-image: url('images/star_02.gif');"><a href="fonts.php">Fonts</a></li> </ul> </div> <div id="content">
Close