banquet.absoftwares.in Open in urlscan Pro
103.21.58.236  Public Scan

URL: https://banquet.absoftwares.in/
Submission: On January 23 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST ./

<form method="post" action="./" id="form1">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/G6N3yp49x7NN98DpbhrwRCvXdU6u63W3/4+9xdohvTQvVKYmcZsbF9dzb6HsPKHxHoGxu5+xzirWltzj1bYm88JUFt+Cy0NidmR/R+Ya8I=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZCnko5GX57FGVvNi6BZQ25UNyT5hd0lnuKL6oAQlt4_JGYarNJ5gdvd6R6drqim9IA2&amp;t=638344083423008439" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=D9drwtSJ4hBA6O8UhT6CQgQJ0cbedQ_xpkSVyhYgQEApOITYzJyuhN_YUI5UvKeB8c6EtTuwYUAYXHNEoHi4gKMiTgSDLfYkapcz7o5Qntr7IAHW7QyoYM9t49pPH7vzn6Ja-iYXD_DM6QDl3REwdJssVeltPGZtf1rwVsAVGBw1&amp;t=ffffffffadad19fc"
    type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
    //]]>
  </script>
  <script
    src="/ScriptResource.axd?d=JnUc-DEDOM5KzzVKtsL1tWLe9yQXU8y41BxylMLCDkCVcKF6gF8hPeAJ6StojdbGT8qGosqgkjfWDliKSxyOjOIINuGsKHqw8fYktKWTpqK3VWq848t_WWQqrKGkdhWs65k88Y5zREBZ0XWsyGduafAHkZO9nrrTMD_Xf74RtsStvguq6ivyh5E2zvRhLvm00&amp;t=ffffffffadad19fc"
    type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    var PageMethods = function() {
      PageMethods.initializeBase(this);
      this._timeout = 0;
      this._userContext = null;
      this._succeeded = null;
      this._failed = null;
    }
    PageMethods.prototype = {
      _get_path: function() {
        var p = this.get_path();
        if (p) return p;
        else return PageMethods._staticInstance.get_path();
      },
      chklogin: function(uid, upass, succeededCallback, failedCallback, userContext) {
        /// <param name="uid" type="String">System.String</param>
        /// <param name="upass" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'chklogin', false, {
          uid: uid,
          upass: upass
        }, succeededCallback, failedCallback, userContext);
      },
      updtpass: function(motp, succeededCallback, failedCallback, userContext) {
        /// <param name="motp" type="String">System.String</param>
        /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
        /// <param name="userContext" optional="true" mayBeNull="true"></param>
        return this._invoke(this._get_path(), 'updtpass', false, {
          motp: motp
        }, succeededCallback, failedCallback, userContext);
      }
    }
    PageMethods.registerClass('PageMethods', Sys.Net.WebServiceProxy);
    PageMethods._staticInstance = new PageMethods();
    PageMethods.set_path = function(value) {
      PageMethods._staticInstance.set_path(value);
    }
    PageMethods.get_path = function() {
      /// <value type="String" mayBeNull="true">The service url.</value>
      return PageMethods._staticInstance.get_path();
    }
    PageMethods.set_timeout = function(value) {
      PageMethods._staticInstance.set_timeout(value);
    }
    PageMethods.get_timeout = function() {
      /// <value type="Number">The service timeout.</value>
      return PageMethods._staticInstance.get_timeout();
    }
    PageMethods.set_defaultUserContext = function(value) {
      PageMethods._staticInstance.set_defaultUserContext(value);
    }
    PageMethods.get_defaultUserContext = function() {
      /// <value mayBeNull="true">The service default user context.</value>
      return PageMethods._staticInstance.get_defaultUserContext();
    }
    PageMethods.set_defaultSucceededCallback = function(value) {
      PageMethods._staticInstance.set_defaultSucceededCallback(value);
    }
    PageMethods.get_defaultSucceededCallback = function() {
      /// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
      return PageMethods._staticInstance.get_defaultSucceededCallback();
    }
    PageMethods.set_defaultFailedCallback = function(value) {
      PageMethods._staticInstance.set_defaultFailedCallback(value);
    }
    PageMethods.get_defaultFailedCallback = function() {
      /// <value type="Function" mayBeNull="true">The service default failed callback.</value>
      return PageMethods._staticInstance.get_defaultFailedCallback();
    }
    PageMethods.set_enableJsonp = function(value) {
      PageMethods._staticInstance.set_enableJsonp(value);
    }
    PageMethods.get_enableJsonp = function() {
      /// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
      return PageMethods._staticInstance.get_enableJsonp();
    }
    PageMethods.set_jsonpCallbackParameter = function(value) {
      PageMethods._staticInstance.set_jsonpCallbackParameter(value);
    }
    PageMethods.get_jsonpCallbackParameter = function() {
      /// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
      return PageMethods._staticInstance.get_jsonpCallbackParameter();
    }
    PageMethods.set_path("login.aspx");
    PageMethods.chklogin = function(uid, upass, onSuccess, onFailed, userContext) {
      /// <param name="uid" type="String">System.String</param>
      /// <param name="upass" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.chklogin(uid, upass, onSuccess, onFailed, userContext);
    }
    PageMethods.updtpass = function(motp, onSuccess, onFailed, userContext) {
      /// <param name="motp" type="String">System.String</param>
      /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
      /// <param name="userContext" optional="true" mayBeNull="true"></param>
      PageMethods._staticInstance.updtpass(motp, onSuccess, onFailed, userContext);
    }
    //]]>
  </script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ScriptManager1', 'form1', [], [], [], 90, '');
    //]]>
  </script>
  <div class="container bg-primary">
    <!-- Outer Row -->
    <div class="row justify-content-center">
      <div class="col-xl-10 col-lg-12 col-md-9">
        <div class="card o-hidden border-0 shadow-lg my-5">
          <div class="card-body p-0">
            <!-- Nested Row within Card Body -->
            <div class="row">
              <div class="col-lg-6 d-none d-lg-block bg-login-image" style="background-image:url('img/bg.jpg');background-size:contain; background-repeat :no-repeat;"></div>
              <div class="col-lg-6">
                <div class="p-5">
                  <div id="warn" class="alert alert-danger" style="display: none;">
                    <strong>Incorrect Username &amp; Password.</strong>
                  </div>
                  <div class="text-center">
                    <h2 style="font-family :Arial; text-decoration :underline">ADMIN PANEL</h2>
                  </div>
                  <br>
                  <div class="form-group">
                    <input type="text" class="form-control form-control-user" style="border-radius :15px;" id="username" aria-describedby="emailHelp" autocomplete="off" placeholder="UserName">
                  </div>
                  <div class="form-group">
                    <input type="password" class="form-control form-control-user" style="border-radius :15px;" id="pass" placeholder="Password">
                  </div>
                  <button type="button" class="btn btn-primary btn-user btn-block buttonload" style="border-radius :15px; " onclick="login();"> <i id="load" class="fa fa-spinner fa-spin" hidden="hidden"></i> Login</button>
                  <hr>
                  <label style="text-align :center ;width :100%;">Powered By AB Softwares</label>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Incorrect Username & Password.


ADMIN PANEL




Login

--------------------------------------------------------------------------------

Powered By AB Softwares