Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
kougaku /
html /
php /
auth /
Delete
Unzip
Name
Size
Permission
Date
Action
authenticate.php
755
B
-rw-rw-r--
2025-02-28 22:45
login.php
517
B
-rw-rw-r--
2025-02-28 14:38
logout.php
137
B
-rw-rw-r--
2025-02-28 22:44
Save
Rename
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>ログイン</title> </head> <body> <form method="post" action="authenticate.php"> <label for="username">ユーザー名:</label> <input type="text" id="username" name="username" required> <br> <label for="password">パスワード:</label> <input type="password" id="password" name="password" required> <br> <input type="submit" value="ログイン"> </form> </body> </html>