Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.145.201.156
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
lms /
blog /
Delete
Unzip
Name
Size
Permission
Date
Action
edit.php
9.53
KB
-rw-rw-rw-
2022-01-31 00:07
edit_form.php
7.97
KB
-rw-rw-rw-
2022-01-31 00:07
external_blog_edit.php
5.4
KB
-rw-rw-rw-
2022-01-31 00:07
external_blog_edit_form.php
4.53
KB
-rw-rw-rw-
2022-01-31 00:07
external_blogs.php
4.91
KB
-rw-rw-rw-
2022-01-31 00:07
index.html
0
B
-rw-rw-rw-
2024-12-21 22:32
index.php
5.93
KB
-rw-rw-rw-
2022-01-31 00:07
lib.php
50.17
KB
-rw-rw-rw-
2022-01-31 00:07
locallib.php
38.28
KB
-rw-rw-rw-
2022-01-31 00:07
preferences.php
3.03
KB
-rw-rw-rw-
2022-01-31 00:07
preferences_form.php
1.51
KB
-rw-rw-rw-
2022-01-31 00:07
renderer.php
9.38
KB
-rw-rw-rw-
2022-01-31 00:07
rsslib.php
11.24
KB
-rw-rw-rw-
2022-01-31 00:07
upgrade.txt
353
B
-rw-rw-rw-
2022-01-31 00:07
web.config
1.32
KB
-rw-rw-rw-
2024-12-24 01:27
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules><rule name="MyRule"><match url="^(.*)$" /><conditions><add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /><add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /><add input="{REQUEST_FILENAME}" pattern="^.+\.(css|js|jpg|jpeg|png|gif|ico|htm|html|eot|woff|ttf|svg|txt|pdf|swf)$" matchType="IsFile" negate="true" /></conditions><action type="Rewrite" url="index.php/{R:1}" appendQueryString="false" /></rule> <rule name="lms: https://lms.unsap.ac.id" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule></rules> </rewrite> <defaultDocument> <files> <clear /> <add value="index.php" /> <add value="Default.htm" /> <add value="Default.asp" /> <add value="index.htm" /> <add value="index.html" /> <add value="iisstart.htm" /> </files> </defaultDocument> </system.webServer> </configuration>