Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.254.100
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
werneckbh /
qr-code /
public /
includes /
Delete
Unzip
Name
Size
Permission
Date
Action
benchmarkTable.inc.php
684
B
-rw-r--r--
2018-02-04 09:00
header.inc.php
1.72
KB
-rw-r--r--
2018-02-04 09:00
sectionForm.inc.php
2.26
KB
-rw-r--r--
2018-02-04 09:00
sectionResults.inc.php
750
B
-rw-r--r--
2018-02-04 09:00
sectionTemporaryDirectory.inc.php
693
B
-rw-r--r--
2018-02-04 09:00
Save
Rename
<section class="generatedQRCodes"> <?php $ignoreFiles = ['.', '..', '.gitignore', 'test.png', 'test.svg']; $files = scandir(TEMP_DIR); if (count($files) > count($ignoreFiles)): ?> <h3>Temporary Directory contents</h3> <ul> <?php foreach ($files as $file) { if (!in_array($file, $ignoreFiles)) { echo "\t<li><a href=\"{$PNG_WEB_DIR}{$file}\" target=\"_blank\">{$file}</a></li>\n"; } } ?> </ul> <small style="color: red"><a href="clearTemp.php">Clear Generated Codes</a></small> <?php endif; ?> </section>