www.classiccars-update.com Open in urlscan Pro
86.106.131.156  Public Scan

URL: https://www.classiccars-update.com/
Submission: On February 26 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

POST login.php

<form action="login.php" method="post" novalidate="novalidate">
  <div>
    <div class="fs-25 b">Existing User </div>
  </div>
  <div id="UserLoginCard" class="panel-mod rc5 w100 bxs-gray bg-lt-gray-g-rev">
    <div class="bxs-inner-gray pad-md">
      <div class="form-group">
        <label for="input-email-login">Email</label>
        <input aria-label="Enter your email address" class="form-control" data-val="true" data-val-email="The Email field is not a valid e-mail address." data-val-length="The field Email must be a string with a maximum length of 255."
          data-val-length-max="255" data-val-required="The Email field is required." id="input-email-login" name="Email" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true" id="input-email-login-error"></span>
      </div>
      <div class="form-group">
        <label for="input-password-login">Password</label>
        <input aria-label="Enter your password" class="form-control" data-val="true" data-val-length="The field Password must be a string with a maximum length of 100." data-val-length-max="100" data-val-required="The Password field is required."
          id="input-password-login" name="Password" type="password">
        <span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true" id="input-password-login-error"></span>
      </div>
      <div class="form-group">
        <div class="flexbox fx-justify fx-va-top">
          <div class="fx-item w40-rw">
            <div class="checkbox">
              <label>
                <input data-val="true" data-val-required="The Remember Me field is required." id="RememberMe" name="RememberMe" type="checkbox" value="true"><input name="RememberMe" type="hidden" value="false"> Remember my account </label>
            </div>
          </div>
          <div class="fx-item w40-rw">
            <div class="checkbox">
              <label>
                <a aria-label="Reset you password if you forgot it" class="login-links b" href="/account/forgotpassword">Forgot your password?</a>
              </label>
            </div>
          </div>
        </div>
      </div>
      <div class="form-group">
        <div class="w100 h-8px d-block"></div>
        <div class="flexbox fx-center">
          <div class="fx-item w50-rw">
            <input type="submit" class="btn btn-default w100" name="login" value="&nbsp;&nbsp;Login&nbsp;&nbsp;">
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /account/register

<form action="/account/register" method="post" novalidate="novalidate">
  <div>
    <div class="fs-25 b">New User</div>
  </div>
  <div id="UserRegisterCard" class="panel-mod rc5 w100 bg-lt-gray-g-rev">
    <div class="pad-md bxs-inner-gray rc5 w100">
      <input name="__RequestVerificationToken" type="hidden" value="_86_jqB4FZNebYybkNOdlan0rl55cmY0FVuyMysoAaFMIeDWUbsw_txg_NBeKB22KKZh9BijdI73u2lFyI-tmYYdTffrAkOWymjDYPnDsaU1">
      <input data-val="true" data-val-required="The Login Type field is required." id="RegisterLoginType" name="LoginType" type="hidden" value="PrivateSeller">
      <input id="RegisterReturnUrl" name="ReturnUrl" type="hidden" value="">
      <div class="form-group">
        <label for="input-email">Email</label>
        <input aria-label="Enter your current email address" class="form-control" data-val="true" data-val-email="The Email field is not a valid e-mail address." data-val-length="The field Email must be a string with a maximum length of 255."
          data-val-length-max="255" data-val-required="The Email field is required." id="input-email" name="Email" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true" id="input-email-error"></span>
      </div>
      <div class="form-group">
        <label for="input-password">Password</label>
        <div class="input-group">
          <input aria-label="Enter your top secret password" class="form-control" data-val="true" data-val-length="The field Password must be a string with a maximum length of 100." data-val-length-max="100"
            data-val-required="The Password field is required." id="input-password" name="Password" type="password">
          <div class="input-group-btn">
            <button id="btn-password" class="btn btn-sm btn-special" type="button" aria-label="Show password">Show</button>
          </div>
        </div>
        <span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true" id="input-password-error"></span>
      </div>
      <div class="form-group">
        <label for="input-firstname">First Name</label>
        <input aria-label="Enter your first name" class="form-control" data-val="true" data-val-length="The field First Name must be a string with a maximum length of 50." data-val-length-max="50" data-val-required="The First Name field is required."
          id="input-firstname" name="FirstName" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="FirstName" data-valmsg-replace="true" id="input-firstname-error"></span>
      </div>
      <div class="form-group">
        <label for="input-lastname">Last Name</label>
        <input aria-label="Enter your last name" class="form-control" data-val="true" data-val-length="The field Last Name must be a string with a maximum length of 50." data-val-length-max="50" data-val-required="The Last Name field is required."
          id="input-lastname" name="LastName" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="LastName" data-valmsg-replace="true" id="input-lastname-error"></span>
      </div>
      <div class="checkbox">
        <label>
          <input checked="checked" data-val="true" data-val-required="The Wants Newsletter field is required." id="WantsNewsletter" name="WantsNewsletter" type="checkbox" value="true"><input name="WantsNewsletter" type="hidden" value="false"> Sign me
          up for the ClassicCars.com newsletter </label>
      </div>
      <div class="checkbox">
        <label>
          <input data-val="true" data-val-required="The Remember Me field is required." id="RememberMeAtLogin" name="RememberMe" type="checkbox" value="true"><input name="RememberMe" type="hidden" value="false"> Remember my account </label>
      </div>
      <div class="flexbox fx-center fx-va-top mrg-t-lg">
        <div class="fx-item">
          <div class="captcha-form-container">
          </div>
        </div>
      </div>
      <hr>
    </div>
  </div>
</form>

Text Content

Search Sell a Car Find Dealers Join our Dealers Auction Central Resources
Journal AutoHunter
Login   

Login  
     


 * 
     Home
 * Search
 * Sell a Car
 * AutoHunter
 * The Journal
 * Auction Central
 * Find Dealers
 * Join Our Dealers
 * Resources
 * Business Advertisers








WELCOME TO CLASSICCARS.COM

Sign up with ClassicCars.com to track favorite vehicles across devices,
set email alerts for vehicles, sell a vehicle and much more!

Existing User
Email
Password
Remember my account
Forgot your password?

New User
Email
Password
Show
First Name
Last Name
Sign me up for the ClassicCars.com newsletter
Remember my account


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


Contact

Phone: 480-285-1600

Email: [email protected]

Address:
1345 East Chandler Blvd.
Suite 101
Phoenix, AZ 85048

More Info

Help Center
About ClassicCars.com
Contact Us
Our Sponsors
Business Advertisers
Career Opportunities
Read The Journal
Privacy Policy
Terms & Conditions
Awards & Achievements



Get Daily Newsletter




© 2022 The Collector Car Network, LLC, All rights reserved. "Safe-n-secure" and
"Drive the Bid" are trademarks of The Collector Car Network, LLC. "AutoHunter"
and "Drive your dream" are registered trademarks of The Collector Car Network,
LLC. All other trademarks are the property of their respective owners.


Our Awards
x
ClassicCars.com has been recognized as one of the fastest-growing private
companies in the United States, successfully making the Inc. 5000 list in both
2015, 2016, 2017 and 2018. This prestigious accolade represents the continued
growth of the company, and ClassicCars.com's dominance as the world's largest
online marketplace for buying and selling classic and collector vehicles.

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

The Stevie Awards, the world's premier business awards recognized
ClassicCars.com's first-class Customer Support team with a Stevie Bronze Award
in 2019, celebrating the team's skills as exemplary customer support
specialists.

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

In 2016 The Journal, brought to you by ClassicCars.com, was celebrated as the
SECOND MOST INFLUENTIAL automotive blog in the world by NFC Performance.

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

Close