www.skout.com Open in urlscan Pro
13.32.121.11  Public Scan

Submitted URL: http://www.skout.com/
Effective URL: https://www.skout.com/
Submission: On October 01 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

Name: loginForm

<form onsubmit="return false;" class="navbar-form skout-landing-login-form navbar-right ng-pristine ng-valid ng-scope" data-ng-if="!loggedIn" data-ng-controller="LoginCtrl" name="loginForm" data-ng-submit="login(loginForm, true)" novalidate=""
  autocapitalize="off" autocorrect="off">
  <div class="form-group"><label>Email or Skout ID</label> <input type="text" id="username" name="username" ng-model="user.username" class="form-control input-sm navbar-login-input ng-pristine ng-untouched ng-valid" tabindex="1" autofocus=""
      ng-focus="true"></div>
  <div class="form-group"><label>Password (<a href="/forgot" tabindex="4">forgot it?</a>)</label> <input type="password" id="password" name="password" ng-model="user.password"
      class="form-control input-sm navbar-login-input ng-pristine ng-untouched ng-valid" tabindex="2"></div>
  <div class="form-group"><label>&nbsp;</label> <button type="submit" class="btn btn-sm btn-primary" tabindex="3">Log in</button></div>
</form>

<form data-ng-submit="continue()" class="landing-sign-up-form form-horizontal ng-pristine ng-valid" role="form">
  <fieldset data-ng-disabled="loading"><!-- Show in case Signup via email is disabled -->
    <div data-ng-show="$root.registerSettings.loaded &amp;&amp; !$root.registerSettings.freya_signup_enabled" class="ng-hide">
      <div class="row">
        <div class="col-xs-12 col-md-10 col-lg-9">
          <div class="alert alert-danger ng-binding ng-hide" data-ng-show="facebookError" style="display:none"><button type="button" class="close" data-ng-click="closeAlert()"><span aria-hidden="true">×</span></button>
            <i class="fa fa-exclamation-circle"></i> Facebook Connection Failed</div>
          <div class="col-xs-12 landing-header">
            <h1>Sign Up &amp; Login</h1>
            <p>You're one click away from using Skout, Sign up or login using your Facebook or Google account.</p>
            <div class="col-xs-6 btn-facebook"><button type="button" class="btn button-connect button-facebook ng-binding" data-ng-click="facebookLogin()" facebook-login-button="Facebook"><i class="fa fa-facebook pull-left"></i> Log in with
                Facebook</button></div>
            <div class="col-xs-6 btn-google"><button type="button" class="btn button-connect button-google ng-binding" data-ng-click="googleLogin()" google-plus-login-button="Google"><img src="/images/4a806503.g.png" class="fa pull-left"> Log in with
                Google</button></div>
          </div>
        </div>
      </div>
    </div><!-- Show in case Signup via email is disabled -->
    <div data-ng-show="$root.registerSettings.loaded &amp;&amp; $root.registerSettings.freya_signup_enabled" class="">
      <div class="row">
        <div class="col-xs-12 col-sm-12 col-md-9">
          <div class="alert alert-danger ng-binding ng-hide" data-ng-show="facebookError" style="display:none"><button type="button" class="close" data-ng-click="closeAlert()"><span aria-hidden="true">×</span></button>
            <i class="fa fa-exclamation-circle"></i> Facebook Connection Failed</div>
          <div class="col-xs-6" style="padding-right:3px;"><button type="button" class="btn button-connect button-facebook ng-binding" data-ng-click="facebookLogin()"
              facebook-login-button="Log in with Facebook"><i class="fa fa-facebook pull-left"></i> Log in with Facebook</button></div>
          <div class="col-xs-6" style="padding-left:3px;"><button type="button" class="btn button-connect button-google ng-binding" data-ng-click="googleLogin()" google-plus-login-button="Log in with Google"><img src="/images/4a806503.g.png"
                class="fa pull-left"> Log in with Google</button></div>
          <div class="col-xs-6" style="padding-right:3px;"><button type="button" class="btn button-connect button-apple ng-binding" data-ng-click="appleLogin()" apple-login-button="Continue with Apple"><i class="fa fa-apple pull-left"></i> Continue
              with Apple</button></div>
          <div class="col-xs-6" style="padding-left:3px;"><button type="button" class="btn button-connect button-phone ng-binding" data-ng-click="phoneLogin()" phone-login-button="Continue with Mobile"><i class="fa fa-mobile pull-left"></i> Continue
              with Mobile</button></div>
        </div>
      </div>
    </div>
  </fieldset>
</form>

Name: loginForm

<form id="signin-form" autofill-submit="" name="loginForm" data-ng-submit="login(loginForm)" novalidate="" autocapitalize="off" autocorrect="off" class="ng-pristine ng-scope ng-invalid ng-invalid-required">
  <fieldset data-ng-disabled="loading" class="log-in-fieldset">
    <div class="modal-body">
      <div class="alert alert-danger text-center ng-binding ng-hide" data-ng-show="submitted &amp;&amp; loginForm.username.$error.required &amp;&amp; loginForm.password.$error.required "><i class="fa fa-exclamation-triangle"></i> You need to enter
        your credentials</div>
      <div class="alert alert-danger text-center ng-binding ng-hide" data-ng-show="submitted &amp;&amp; !loginForm.username.$error.required &amp;&amp; loginForm.password.$error.required "><i class="fa fa-exclamation-triangle"></i> You need to enter
        your password</div>
      <div class="alert alert-danger text-center ng-binding ng-hide" data-ng-show="submitted &amp;&amp; loginForm.username.$error.required &amp;&amp; !loginForm.password.$error.required "><i class="fa fa-exclamation-triangle"></i> You need to enter
        your e-mail or SKOUT ID</div>
      <div class="alert alert-danger text-center ng-binding ng-hide" data-ng-show="loginError"><i class="fa fa-exclamation-triangle"></i> Login Failed</div>
      <div class="alert alert-danger ng-binding ng-hide" data-ng-show="facebookError"><i class="fa fa-exclamation-triangle"></i> Facebook Login Failed</div>
      <div class="form-group"><input type="text" class="form-control ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-required" id="username" name="username" placeholder="E-mail or SKOUT ID" data-ng-model="user.username"
          data-ng-required="true" data-focus-field="focusUsername" data-focus-next="#password" data-allow-empty="false" data-login-preload="" required="required"></div>
      <div class="form-group"><input type="password" class="form-control ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-required" id="password" name="password" placeholder="Password" data-ng-model="user.password"
          data-ng-required="true" data-focus-field="focusPassword" data-login-preload="" required="required"></div>
      <div class="modal-login-footer">&nbsp; <a href="/forgot" ui-sref="home.forgot" data-translate="" class="ng-scope">Forgot Password?</a> <button type="submit" class="btn btn-default pull-right"><!-- ngIf: loading --> <!-- ngIf: !loading --><span
            data-ng-if="!loading" data-translate="" class="ng-scope">Log in</span><!-- end ngIf: !loading --></button></div>
    </div>
    <div class="modal-options">
      <h4 data-translate="" class="ng-scope">...or continue with:</h4><button type="button" class="btn button-connect button-facebook ng-binding" data-ng-click="facebookLogin()"
        facebook-login-button="Facebook"><i class="fa fa-facebook pull-left"></i> Facebook</button><button type="button" class="btn button-connect button-google ng-binding" data-ng-click="googleLogin()" google-plus-login-button="Google"><img
          src="/images/4a806503.g.png" class="fa pull-left"> Google</button><button type="button" class="btn button-connect button-apple ng-binding" data-ng-click="appleLogin()" apple-login-button="Apple"><i class="fa fa-apple pull-left"></i>
        Apple</button><button type="button" class="btn button-connect button-phone ng-binding" data-ng-click="phoneLogin()" phone-login-button="Phone"><i class="fa fa-mobile pull-left"></i> Phone</button>
    </div>
  </fieldset>
</form>

Name: signupForm

<form id="signup-form" name="signupForm" data-ng-submit="signup(signupForm)" novalidate="" autocapitalize="off" autocorrect="off" class="ng-pristine ng-valid ng-scope">
  <fieldset data-ng-disabled="loading" class="sign-up-fieldset">
    <div class="modal-body" data-ng-show="$root.registerSettings.loaded &amp;&amp; $root.registerSettings.freya_signup_enabled">
      <!-- ngIf: signupError --><!-- ngIf: facebookError --><!-- ------------------- CONVERSION TRACKING -----------------------------  --><!-- Facebook Conversion Code for Signups -->
      <script async="" src="//connect.facebook.net/en_US/fbds.js"></script>
      <script>
        (function() {
          var _fbq = window._fbq || (window._fbq = []);
          if (!_fbq.loaded) {
            var fbds = document.createElement('script');
            fbds.async = true;
            fbds.src = '//connect.facebook.net/en_US/fbds.js';
            var s = document.getElementsByTagName('script')[0];
            s.parentNode.insertBefore(fbds, s);
            _fbq.loaded = true;
          }
        })();
      </script><!-- ------------------- CONVERSION TRACKING END -----------------------------  -->
    </div>
    <div class="modal-options">
      <h4 data-translate="" class="ng-scope">Signup with:</h4><button type="button" class="btn button-connect button-facebook ng-binding" data-ng-click="facebookLogin()" facebook-login-button="Facebook"><i class="fa fa-facebook pull-left"></i>
        Facebook</button> <button type="button" class="btn button-connect button-google ng-binding" data-ng-click="googleLogin()" google-plus-login-button="Google"><img src="/images/4a806503.g.png" class="fa pull-left"> Google</button> <button
        type="button" class="btn button-connect button-apple ng-binding" data-ng-click="appleLogin()" apple-login-button="Apple"><i class="fa fa-apple pull-left"></i> Apple</button><button type="button"
        class="btn button-connect button-phone ng-binding" data-ng-click="phoneLogin()" phone-login-button="Phone"><i class="fa fa-mobile pull-left"></i> Phone</button>
    </div>
  </fieldset>
</form>

Name: tosConsentForm

<form id="tos-consent-form" name="tosConsentForm" data-ng-submit="controller.consent()" class="ng-pristine ng-valid">
  <div class="modal-header">
    <h4 class="modal-title">Terms of Service Consent</h4>
  </div>
  <div class="modal-body">
    <p>By registering or continuing to use the application, you agree to the <a data-ui-sref="home.corporate.tos" target="_blank" href="/tos">Terms of Service</a> and
      <a data-ui-sref="home.corporate.privacy" target="_blank" href="/tos#privacy">Privacy Policy</a></p>
    <p ng-show="controller.returningUser()" class="ng-hide"><i>If you decline, your existing account will be <b>permanently deleted</b> and you will not be able to log back in with it.</i></p>
  </div>
  <div class="modal-footer"><button type="button" class="btn" data-ng-click="controller.reject()">Decline</button> <button type="submit" class="btn btn-primary">Agree</button></div>
</form>

Text Content

Email or Skout ID
Password (forgot it?)
  Log in
× Facebook Connection Failed


SIGN UP & LOGIN

You're one click away from using Skout, Sign up or login using your Facebook or
Google account.

Log in with Facebook
Log in with Google
× Facebook Connection Failed
Log in with Facebook
Log in with Google
Continue with Apple
Continue with Mobile


WELCOME TO SKOUT

WITH MILLIONS OF USERS ALL OVER THE WORLD, SKOUT GIVES YOU THE ABILITY TO
CONNECT WITH PEOPLE NO MATTER WHERE YOU ARE.

Sign up Log in


 * About
 * Contact
 * Careers
 * Terms of Use
 * Privacy Policy
 * Safety
   

You need to enter your credentials
You need to enter your password
You need to enter your e-mail or SKOUT ID
Login Failed
Facebook Login Failed


  Forgot Password? Log in

...OR CONTINUE WITH:

Facebook Google Apple Phone

SIGNUP WITH:

Facebook Google Apple Phone

TERMS OF SERVICE CONSENT

By registering or continuing to use the application, you agree to the Terms of
Service and Privacy Policy

If you decline, your existing account will be permanently deleted and you will
not be able to log back in with it.

Decline Agree


THANKS FOR JOINING SKOUT!

To keep Skout fun we’d like you to know our social safety tips:

Keep it clean: Explicit or suggestive content will result in the removal of your
account.

Report abuse: If you see something inappropriate, please report it.

Block people: If someone is bothering you, block them! They won’t be able to
contact you again.

Posts are public: Don’t post anything you’ll regret. Don’t give out personal
information.

Be careful meeting in real life: If you do meet in person, choose a public
place.

Contact law enforcement: If you’re threatened or if someone is in danger,
contact local police.


SKOUT DOES NOT CONDUCT CRIMINAL BACKGROUND CHECKS.

Have fun and stay safe!

Ok