admin.m3cpc.sandbox.mirago.com Open in urlscan Pro
18.156.57.23  Public Scan

Submitted URL: https://admin.m3cpc.sandbox.mirago.com/
Effective URL: https://admin.m3cpc.sandbox.mirago.com/Login
Submission: On June 24 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="form-horizontal" role="form">
  <div class="form-group dropDown hideIfNoChoice selectFirstAnyway" data-field="systemName">
    <label class="control-label col-sm-4">System:</label>
    <div class="col-sm-5">
      <div class="input-group shadowBorder initialFocusHere" tabindex="0">
        <input type="text" class="form-control input-sm" placeholder="Select system" disabled="">
        <ul class="dropdown-menu"></ul>
        <span class="input-group-addon">
          <span class="glyphicon glyphicon-triangle-bottom auto-open-close"></span>
          <span class="glyphicon glyphicon-triangle-top auto-open-close"></span>
        </span>
      </div>
    </div>
  </div>
  <div class="form-group textBox" data-field="username">
    <label class="control-label col-sm-4">Username:</label>
    <div class="col-sm-5">
      <input type="text" class="form-control input-sm" placeholder="Username">
    </div>
  </div>
  <div class="form-group textBox" data-field="password">
    <label class="control-label col-sm-4">Password:</label>
    <div class="col-sm-5">
      <input type="password" class="form-control input-sm" placeholder="Password">
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-4"></div>
    <div class="col-sm-5">
      <a href="/Forgotten" style="font-size: 80%; color: #bbb">
                                    (Forgotten username or password...)
                                </a>
    </div>
  </div>
  <div style="padding: 15px; text-align: right; border-top: 1px solid #e5e5e5">
    <button type="button" class="btn btn-default input-sm" id="login">Login</button>
  </div>
</form>

<form class="form-horizontal" role="form">
  <div id="authenticationText" class="form-group" style="display:none;">
    <div class="col-sm-4"></div>
    <div class="col-sm-5" style="font-size: 12px; color: #888;"> An authentication code has been sent to your phone to complete your login. This code will remain valid for 15 minutes. Please enter the code below. </div>
  </div>
  <div id="authenticationEmail" class="form-group" style="display:none;">
    <div class="col-sm-4"></div>
    <div class="col-sm-5" style="font-size: 12px; color: #888;"> An authentication code has been sent to your email to complete your login. This code will remain valid for 15 minutes. Please enter the code below. </div>
  </div>
  <div class="form-group textBox" data-field="token">
    <label class="control-label col-sm-4">Authentication Code:</label>
    <div class="col-sm-5">
      <input type="text" class="form-control input-sm" placeholder="Six Digit Authentication Code">
    </div>
  </div>
  <div id="trustText" class="form-group">
    <div class="col-sm-4"></div>
    <div class="col-sm-5" style="font-size: 12px; color: #888;">
      <hr style="border-color: #ddd; margin: 15px 0px;"> Do you want to always trust this device? You can only trust one specific device and you should never trust a public device where anyone else could use your login credentials.
    </div>
  </div>
  <div id="trustDropDown" class="form-group dropDown" data-field="trustThisComputer">
    <label class="control-label col-sm-4">Trust this device:</label>
    <div class="col-sm-5">
      <div class="input-group shadowBorder initialFocusHere" tabindex="0">
        <input type="text" class="form-control input-sm" placeholder="Never trust a public device" disabled="">
        <ul class="dropdown-menu">
          <li><a href="#" data-data="false" tabindex="-1">Always ask for an authentication code</a></li>
          <li><a href="#" data-data="true" tabindex="-1">Trust this device (Not a public device)</a></li>
        </ul>
        <span class="input-group-addon">
          <span class="glyphicon glyphicon-triangle-bottom auto-open-close"></span>
          <span class="glyphicon glyphicon-triangle-top auto-open-close"></span>
        </span>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-4"></div>
    <div class="col-sm-5" style="font-size: 12px; color: #bbb;">
      <hr style="border-color: #ddd; margin: 15px 0px;"> (If you didn't receive a text message (SMS), please press 'Re-send Authentication Code'.)
    </div>
  </div>
  <div style="padding: 15px; text-align: center; border-top: 1px solid #e5e5e5">
    <button type="button" class="btn btn-default input-sm" id="backToExistingUser" style="float: left;">Back</button>
    <button type="button" class="btn btn-default input-sm" id="resend1">Re-send Authentication Code</button>
    <button type="button" class="btn btn-default input-sm" id="login2" style="float: right;">Authenticate</button>
  </div>
</form>

<form class="form-horizontal" role="form">
  <div id="OptionalText" class="form-group" style="display:none;">
    <div class="col-sm-2"></div>
    <div class="col-sm-7" style="font-size: 12px; color: red;"> You can improve the security of your account by enabling two factor authentication. When enabled, a text message (SMS) will be sent to your phone containing an authentication code that
      must be entered to complete your login each time.
      <hr style="border-color: red;">
    </div>
  </div>
  <div id="OptionalEmail" class="form-group" style="display:none;">
    <div class="col-sm-2"></div>
    <div class="col-sm-7" style="font-size: 12px; color: red;"> You can improve the security of your account by enabling two factor authentication. When enabled, an email will be sent to your address containing an authentication code that must be
      entered to complete your login each time.
      <hr style="border-color: red;">
    </div>
  </div>
  <div id="OptionalDropdown" class="form-group dropDown" data-field="addTwoFactor">
    <label class="control-label col-sm-4">Authentication:</label>
    <div class="col-sm-5">
      <div class="input-group shadowBorder initialFocusHere" tabindex="0">
        <input type="text" class="form-control input-sm" placeholder="Use two factor authentication to increase security" disabled="">
        <ul class="dropdown-menu">
          <li><a href="#" data-data="false" tabindex="-1">Do not use two factor authentication</a></li>
          <li><a href="#" data-data="true" tabindex="-1">Use two factor authentication to increase security</a></li>
        </ul>
        <span class="input-group-addon">
          <span class="glyphicon glyphicon-triangle-bottom auto-open-close"></span>
          <span class="glyphicon glyphicon-triangle-top auto-open-close"></span>
        </span>
      </div>
    </div>
  </div>
  <div id="MandatoryText" class="form-group" style="display:none;">
    <div class="col-sm-2"></div>
    <div class="col-sm-7" style="font-size: 12px; color: red;"> As part of your account's security, you must enable two factor authentication. Once enabled, a text message (SMS) will be sent to your phone containing an authentication code that must
      be entered to complete your login each time.
      <hr style="border-color: red;">
    </div>
  </div>
  <div id="MandatoryEmail" class="form-group" style="display:none;">
    <div class="col-sm-2"></div>
    <div class="col-sm-7" style="font-size: 12px; color: red;"> As part of your account's security, you must enable two factor authentication. Once enabled, an email will be sent to your address containing an authentication code that must be entered
      to complete your login each time.
      <hr style="border-color: red;">
    </div>
  </div>
  <div id="Mechanism" class="form-group dropDown" data-field="mechanism">
    <label class="control-label col-sm-4">Six digit code:</label>
    <div class="col-sm-5">
      <div class="input-group shadowBorder initialFocusHere" tabindex="0">
        <input type="text" class="form-control input-sm" placeholder="Use text message (SMS) for authentication" disabled="">
        <ul class="dropdown-menu">
          <li><a href="#" data-data="Text" tabindex="-1">Use text message (SMS) for authentication</a></li>
          <li><a href="#" data-data="Email" tabindex="-1">Use email for authentication</a></li>
        </ul>
        <span class="input-group-addon">
          <span class="glyphicon glyphicon-triangle-bottom auto-open-close"></span>
          <span class="glyphicon glyphicon-triangle-top auto-open-close"></span>
        </span>
      </div>
    </div>
  </div>
  <div id="Telephone" class="form-group textBox" data-field="telephone" style="display:none;">
    <label class="control-label col-sm-4">Telephone:</label>
    <div class="col-sm-5">
      <input type="text" class="form-control input-sm annotated-border" placeholder="Telephone">
      <div class="annotation">
        <div class="annotation-first-text"> The telephone number should use international format, starting with + followed by country code and omit the leading zero from your number. For example, use +1 for US, +44 for UK or +49 for Germany. </div>
      </div>
    </div>
  </div>
  <div id="Email" class="form-group textBox" data-field="email" style="display:none;">
    <label class="control-label col-sm-4">Email:</label>
    <div class="col-sm-5">
      <input type="text" class="form-control input-sm annotated-border" placeholder="Email">
      <!--
                                                                <div class="annotation">
                                                                    <div class="annotation-first-text">
                                                                        The telephone number should use international format, starting with + followed by country code and omit the leading zero from your number. For example, use +1 for US, +44 for UK or +49 for Germany.
                                                                    </div>
                                                                </div>
                                -->
    </div>
  </div>
  <div id="AddLater" class="form-group" style="display:none;">
    <div class="col-sm-2"></div>
    <div class="col-sm-7" style="font-size: 12px; color: #888;">
      <hr style="border-color: #ddd; margin: 15px 0px;"> You can always enable two factor authentication in future by choosing 'Your Account' from the options at the top right on the page. Within your account, make sure that your phone number is
      correct and select 'Use two factor authentication'.
    </div>
  </div>
  <div id="AddNowText" class="form-group" style="display:none;">
    <div class="col-sm-2"></div>
    <div class="col-sm-7" style="font-size: 12px; color: #888;">
      <hr style="border-color: #ddd; margin: 15px 0px;"> In order to add two factor authentication to your account, you must verify that you have access to the number above. Press 'Send Verification Code' and a text message (SMS) will be sent to your
      phone.
    </div>
  </div>
  <div id="AddNowEmail" class="form-group" style="display:none;">
    <div class="col-sm-2"></div>
    <div class="col-sm-7" style="font-size: 12px; color: #888;">
      <hr style="border-color: #ddd; margin: 15px 0px;"> In order to add two factor authentication to your account, you must verify that you have access to the email above. Press 'Send Verification Code' and an email will be sent to your address.
    </div>
  </div>
  <div style="padding: 15px; text-align: right; border-top: 1px solid #e5e5e5">
    <button type="button" class="btn btn-default input-sm" id="backToExistingUser2" style="float: left;">Back</button>
    <button type="button" class="btn btn-default input-sm" id="login3">Continue</button>
  </div>
</form>

<form class="form-horizontal" role="form">
  <div id="TelephoneEnterCode" class="form-group">
    <div class="col-sm-4"></div>
    <div class="col-sm-5" style="font-size: 12px; color: #888;"> Please enter the verification code that has been sent to your phone and press 'Verify'.
      <hr style="border-color: #ddd; margin-top: 15px;">
    </div>
  </div>
  <div id="EmailEnterCode" class="form-group">
    <div class="col-sm-4"></div>
    <div class="col-sm-5" style="font-size: 12px; color: #888;"> Please enter the verification code that has been sent to your email and press 'Verify'.
      <hr style="border-color: #ddd; margin-top: 15px;">
    </div>
  </div>
  <div id="TelephoneVerification" class="form-group textBox" data-field="telephone" style="display:none;">
    <label class="control-label col-sm-4">Telephone:</label>
    <div class="col-sm-5">
      <input type="text" class="form-control input-sm annotated-border" placeholder="Telephone">
      <div class="annotation">
        <div class="annotation-first-text"> The telephone number should use international format, starting with + followed by country code and omit the leading zero from your number. For example, use +1 for US, +44 for UK or +49 for Germany. </div>
      </div>
    </div>
  </div>
  <div id="EmailVerification" class="form-group textBox" data-field="email" style="display:none;">
    <label class="control-label col-sm-4">Email:</label>
    <div class="col-sm-5">
      <input type="text" class="form-control input-sm annotated-border" placeholder="Email">
      <!--
                                                                <div class="annotation">
                                                                    <div class="annotation-first-text">
                                                                        The telephone number should use international format, starting with + followed by country code and omit the leading zero from your number. For example, use +1 for US, +44 for UK or +49 for Germany.
                                                                    </div>
                                                                </div>
                                -->
    </div>
  </div>
  <div class="form-group textBox" data-field="verificationToken">
    <label class="control-label col-sm-4">Verification Code:</label>
    <div class="col-sm-5">
      <input type="text" class="form-control input-sm" placeholder="Six Digit Verification Code">
    </div>
  </div>
  <div id="TelephoneResend" class="form-group" style="display:none;">
    <div class="col-sm-4"></div>
    <div class="col-sm-5" style="font-size: 12px; color: #bbb;">
      <hr style="border-color: #ddd; margin: 15px 0px;"> (If you didn't receive a text message (SMS), please check your telephone number and press 'Re-send Verification Code'.)
    </div>
  </div>
  <div id="EmailResend" class="form-group" style="display:none;">
    <div class="col-sm-4"></div>
    <div class="col-sm-5" style="font-size: 12px; color: #bbb;">
      <hr style="border-color: #ddd; margin: 15px 0px;"> (If you didn't receive an email message, please check your email address and press 'Re-send Verification Code'.)
    </div>
  </div>
  <div style="padding: 15px; text-align: center; border-top: 1px solid #e5e5e5">
    <button type="button" class="btn btn-default input-sm" id="backtoquestion" style="float: left;">Back</button>
    <button type="button" class="btn btn-default input-sm" id="resend2">Re-send Verification Code</button>
    <button type="button" class="btn btn-default input-sm" id="login4" style="float: right;">Verify</button>
  </div>
</form>

<form class="form-horizontal" role="form">
  <div class="clearfix">
    <div class="col-sm-3">
    </div>
    <div class="col-sm-6">
      <div class="panel panel-primary">
        <div class="panel-body">
          <ul class="nav nav-pills nav-stacked" style="box-shadow: none">
            <li>
              <a id="AdvertiserSignupURL" href="/AdvertiserSignup">
                                                    Sign up as an Advertiser
                                                </a>
            </li>
            <li>
              <a id="PublisherSignupURL" href="/PublisherSignup">
                                                    Sign up as a Publisher
                                                </a>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Today
   * Today
   * Yesterday
   * This Week
   * Last Week
   * This Month
   * Last Month
   * This Quarter
   * Last Quarter
   * This Year
   
 * Date Ranges
   
 * Name of User
     
     
   * 
     Your Privacy
   * 
     Your Account
   * 
     Your Settings
   
   * --------------------------------------------------------------------------------
   
   * 
     Impersonation
   * 
     Logout

WELCOME

Connect to API on: Live Staging QA Localhost
 * Login
 * Authentication
 * Question
 * Verification
 * Sign Up

System:

Username:

Password:

(Forgotten username or password...)
Login
An authentication code has been sent to your phone to complete your login. This
code will remain valid for 15 minutes. Please enter the code below.
An authentication code has been sent to your email to complete your login. This
code will remain valid for 15 minutes. Please enter the code below.
Authentication Code:


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

Do you want to always trust this device? You can only trust one specific device
and you should never trust a public device where anyone else could use your
login credentials.
Trust this device:
 * Always ask for an authentication code
 * Trust this device (Not a public device)

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

(If you didn't receive a text message (SMS), please press 'Re-send
Authentication Code'.)
Back Re-send Authentication Code Authenticate
You can improve the security of your account by enabling two factor
authentication. When enabled, a text message (SMS) will be sent to your phone
containing an authentication code that must be entered to complete your login
each time.

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

You can improve the security of your account by enabling two factor
authentication. When enabled, an email will be sent to your address containing
an authentication code that must be entered to complete your login each time.

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

Authentication:
 * Do not use two factor authentication
 * Use two factor authentication to increase security

As part of your account's security, you must enable two factor authentication.
Once enabled, a text message (SMS) will be sent to your phone containing an
authentication code that must be entered to complete your login each time.

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

As part of your account's security, you must enable two factor authentication.
Once enabled, an email will be sent to your address containing an authentication
code that must be entered to complete your login each time.

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

Six digit code:
 * Use text message (SMS) for authentication
 * Use email for authentication

Telephone:
The telephone number should use international format, starting with + followed
by country code and omit the leading zero from your number. For example, use +1
for US, +44 for UK or +49 for Germany.
Email:


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

You can always enable two factor authentication in future by choosing 'Your
Account' from the options at the top right on the page. Within your account,
make sure that your phone number is correct and select 'Use two factor
authentication'.

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

In order to add two factor authentication to your account, you must verify that
you have access to the number above. Press 'Send Verification Code' and a text
message (SMS) will be sent to your phone.

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

In order to add two factor authentication to your account, you must verify that
you have access to the email above. Press 'Send Verification Code' and an email
will be sent to your address.
Back Continue
Please enter the verification code that has been sent to your phone and press
'Verify'.

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

Please enter the verification code that has been sent to your email and press
'Verify'.

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

Telephone:
The telephone number should use international format, starting with + followed
by country code and omit the leading zero from your number. For example, use +1
for US, +44 for UK or +49 for Germany.
Email:

Verification Code:


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

(If you didn't receive a text message (SMS), please check your telephone number
and press 'Re-send Verification Code'.)

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

(If you didn't receive an email message, please check your email address and
press 'Re-send Verification Code'.)
Back Re-send Verification Code Verify
 * Sign up as an Advertiser
 * Sign up as a Publisher