AnonSec Team
Server IP : 103.11.96.170  /  Your IP : 3.144.7.9
Web Server : Microsoft-IIS/10.0
System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
User : elibrary.unsap.ac.id ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  D:/localhost/elibrary/../absen-fti/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : D:/localhost/elibrary/../absen-fti/web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
                <!-- HTTPS Redirect -->
                <rule name="HTTPS Redirect" stopProcessing="true">
                    <match url="(.*)" />
                    <conditions>
                        <add input="{HTTPS}" pattern="^OFF$" />
                    </conditions>
                    <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="Permanent" />
                </rule>

                <!-- Well Known -->
                <rule name="Well Known" stopProcessing="true">
                    <match url="^.well-known(.*)" />
                    <action type="None" />
                </rule>

                <!-- 404 Page -->
                <rule name="404" stopProcessing="true">
                    <match url="^404$" />
                    <action type="Rewrite" url="404.php" />
                </rule>

                <!-- Logout -->
                <rule name="Logout" stopProcessing="true">
                    <match url="^logout" />
                    <action type="Rewrite" url="sw-mod/out/logout.php" />
                </rule>

                <!-- Actions -->
                <rule name="SW Process" stopProcessing="true">
                    <match url="^sw-proses" />
                    <action type="Rewrite" url="action/sw-proses.php" />
                </rule>

                <rule name="Print" stopProcessing="true">
                    <match url="^print" />
                    <action type="Rewrite" url="action/sw-print.php" />
                </rule>

                <rule name="Timthumb" stopProcessing="true">
                    <match url="^timthumb" />
                    <action type="Rewrite" url="sw-library/timthumb.php" />
                </rule>

                <rule name="Google OAuth" stopProcessing="true">
                    <match url="^oauth/google" />
                    <action type="Rewrite" url="action/sw-google.php" />
                </rule>

                <!-- Default Route -->
                <rule name="Default Route" stopProcessing="true">
                    <match url="^(.*)$" />
                    <conditions>
                        <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
                    </conditions>
                    <action type="Rewrite" url="index.php?mod={R:1}" />
                </rule>
            </rules>
        </rewrite>

        <!-- Compression Settings -->
        <httpCompression>
            <dynamicTypes>
                <add mimeType="text/*" enabled="true" />
                <add mimeType="application/x-javascript" enabled="true" />
                <add mimeType="application/javascript" enabled="true" />
                <add mimeType="*/*" enabled="false" />
            </dynamicTypes>
        </httpCompression>

        <security>
            <requestFiltering>
                <hiddenSegments>
                    <add segment="web.config" />
                </hiddenSegments>
            </requestFiltering>
        </security>
    </system.webServer>
</configuration>

AnonSec - 2021