www.mtbproject.com Open in urlscan Pro
2600:1901:0:3a3::  Public Scan

Submitted URL: http://www.mtbproject.com//directory//8012049//argentina
Effective URL: https://www.mtbproject.com//directory//8012049//argentina
Submission: On September 18 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST https://www.mtbproject.com/auth/login/email

<form class="wide" method="post" action="https://www.mtbproject.com/auth/login/email">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg signup-captcha-hide" placeholder="Log in with email" value="">
  </div>
  <div class="form-group tighter">
    <input type="password" name="pass" class="form-control form-control-lg signup-captcha-hide" placeholder="Password">
  </div>
  <input type="hidden" name="_token" value="yKdrUTKkQNyvKjBIxAxjJMN18MOuKSsC9rfb4hQC" autocomplete="off">
  <button type="submit" class="btn btn-primary btn-lg">Log In</button>
</form>

POST https://www.mtbproject.com/auth/signup/start

<form class="wide" method="post" action="https://www.mtbproject.com/auth/signup/start">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg signup-captcha-show" placeholder="Sign up with email">
  </div>
  <input type="hidden" name="_token" value="yKdrUTKkQNyvKjBIxAxjJMN18MOuKSsC9rfb4hQC" autocomplete="off">
  <div id="recaptcha-66eb452e8566f" class="g-recaptcha-response" style="display: inline-block; position: relative;">
    <input type="hidden" name="g-recaptcha-response" value="">
    <input type="hidden" name="g-recaptcha-response-action" value="signup">
    <input type="text" name="winnie-the-pooh" value="" style="position: absolute; bottom: 0.5rem; margin:0; padding: 0; height: 1rem; border: none;" tabindex="-1">
    <button id="submitrecaptcha-66eb452e8566f" type="submit" class="btn btn-primary btn-lg" style="">Sign Up</button>
    <span style="display:block; margin:0.5rem 0; padding: 0.5rem; background-color: #f5f5f5; line-height: 1.25em; font-size: 0.7rem; z-index: 1; position: relative;"> This site is protected by reCAPTCHA and the Google
      <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </span>
  </div>
  <script type="text/javascript">
    if (typeof grecaptcha === 'undefined') {
      grecaptcha = {
        enterprise: {}
      };
      grecaptcha.enterprise.ready = function(cb) {
        const c = '___grecaptcha_cfg';
        window[c] = window[c] || {};
        (window[c]['fns'] = window[c]['fns'] || []).push(cb);
      }
    }
    grecaptcha.enterprise.ready(async () => {
      const captcha = document.getElementById("recaptcha-66eb452e8566f");
      const submit = document.getElementById("submitrecaptcha-66eb452e8566f");
      const inputAction = captcha.querySelector('input[name="g-recaptcha-response-action"]');
      const winnieAction = captcha.querySelector('input[name="winnie-the-pooh"]');
      submit.addEventListener('click', async (e) => {
        e.preventDefault();
        if (winnieAction.value !== '') {
          inputAction.value = 'pooh-bear';
        }
        const inputToken = captcha.querySelector('input[name="g-recaptcha-response"]');
        const token = await grecaptcha.enterprise.execute("6LdFNV0jAAAAAJb9kqjVRGnzoAzDwSuJU1LLcyLn", {
          action: "signup"
        });
        inputToken.value = token;
        e.target.form.submit();
      })
    });
  </script>
</form>

POST https://www.mtbproject.com/auth/password/lost

<form class="wide" method="post" action="https://www.mtbproject.com/auth/password/lost">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg" placeholder="Email address">
  </div>
  <input type="hidden" name="_token" value="yKdrUTKkQNyvKjBIxAxjJMN18MOuKSsC9rfb4hQC" autocomplete="off">
  <div id="recaptcha-66eb452e84e81" class="g-recaptcha-response" style="display: inline-block; position: relative;">
    <input type="hidden" name="g-recaptcha-response" value="">
    <input type="hidden" name="g-recaptcha-response-action" value="password">
    <input type="text" name="winnie-the-pooh" value="" style="position: absolute; bottom: 0.5rem; margin:0; padding: 0; height: 1rem; border: none;" tabindex="-1">
    <button id="submitrecaptcha-66eb452e84e81" type="submit" class="btn btn-primary btn-l" style="">Send Reset Email</button>
    <span style="display:block; margin:0.5rem 0; padding: 0.5rem; background-color: #f5f5f5; line-height: 1.25em; font-size: 0.7rem; z-index: 1; position: relative;"> This site is protected by reCAPTCHA and the Google
      <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </span>
  </div>
  <script type="text/javascript">
    if (typeof grecaptcha === 'undefined') {
      grecaptcha = {
        enterprise: {}
      };
      grecaptcha.enterprise.ready = function(cb) {
        const c = '___grecaptcha_cfg';
        window[c] = window[c] || {};
        (window[c]['fns'] = window[c]['fns'] || []).push(cb);
      }
    }
    grecaptcha.enterprise.ready(async () => {
      const captcha = document.getElementById("recaptcha-66eb452e84e81");
      const submit = document.getElementById("submitrecaptcha-66eb452e84e81");
      const inputAction = captcha.querySelector('input[name="g-recaptcha-response-action"]');
      const winnieAction = captcha.querySelector('input[name="winnie-the-pooh"]');
      submit.addEventListener('click', async (e) => {
        e.preventDefault();
        if (winnieAction.value !== '') {
          inputAction.value = 'pooh-bear';
        }
        const inputToken = captcha.querySelector('input[name="g-recaptcha-response"]');
        const token = await grecaptcha.enterprise.execute("6LdFNV0jAAAAAJb9kqjVRGnzoAzDwSuJU1LLcyLn", {
          action: "password"
        });
        inputToken.value = token;
        e.target.form.submit();
      })
    });
  </script>
</form>

POST

<form method="post" id="flag-content-form" novalidate="novalidate">
  <div class="form-group">
    <div id="type-label"></div>
    <p>
      <label><input type="radio" name="type" value="spam"> Spam?</label><br>
      <label><input type="radio" name="type" value="jerk"> Being a jerk / offensive?</label><br>
      <label><input type="radio" name="type" value="accident"> This is about an injury or accident</label>
      <label><input type="radio" name="type" value="other"> Something else? Please explain.</label>
    </p>
    <p>If it's not super-obvious, tell us why:</p>
    <textarea class="short form-control" name="reason"></textarea>
  </div>
  <div class="form-group">
    <input type="hidden" name="_token" value="yKdrUTKkQNyvKjBIxAxjJMN18MOuKSsC9rfb4hQC" autocomplete="off">
    <input type="submit" class="btn btn-primary" value="Flag It">
    <a href="#" class="btn btn-link btn-sm cancel" data-dismiss="modal">Cancel</a>
    <input type="hidden" name="id" value="">
  </div>
  <div class="form-group small text-muted"> An Adventure Projects staff member will review this and take an appropriate action, but we generally don't reply. </div>
</form>

Text Content

SIGN UP OR LOG IN

Your FREE account works with all Adventure Projects sites

Continue with onX Maps Sign in with Facebook
 Sign in with Apple



Log In
Password help
OR

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

Sign Up This site is protected by reCAPTCHA and the Google Privacy Policy and
Terms of Service apply.



Send Reset Email This site is protected by reCAPTCHA and the Google Privacy
Policy and Terms of Service apply.

Cancel




SHARE ON MTB PROJECT

Create Recommended Route or Trail

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

Add a Symbol


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

Share a Photo

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

Share a Video


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

Taking other people's content (text, photos, etc) without permission is a
copyright violation and NOT OKAY!


FLAG INAPPROPRIATE POST

Spam?
Being a jerk / offensive?
This is about an injury or accident Something else? Please explain.

If it's not super-obvious, tell us why:

Cancel
An Adventure Projects staff member will review this and take an appropriate
action, but we generally don't reply.


Climb
MTB
Hike
Trailrun
Ski

Limited Time70% OffonX Backcountry

Search

Trail Guide
Best Photos
Top Rides

Sign In

Search

Trail Guide
Best Trails & Photos
Get the app



44


LOOKS LIKE YOU'RE OFF ROUTE!


THE PAGE YOU'RE LOOKING FOR DOES NOT EXIST.

Homepage
We use cookies to enhance your online experience. By using this website you
agree to our Privacy Policy.
Close
Welcome


JOIN THE COMMUNITY! IT'S FREE

Already have an account? Login to close this notice.

Get Started

 * 
 * onX products are built by adventurers, for adventurers. We believe that every
   adventurer needs to know where to go, to know where they stand, and to be
   able to share their experiences.
 * About onX
 * Careers

 * About
 * Help
 * Widgets
 * Clubs
 * Top Contributors
 * Share Your Adventures & Photos
 * Mountain Project
 * MTB Project
 * Hiking Project
 * Trail Run Project
 * Powder Project
 * National Parks


© 2024 onX Maps, Inc. Terms·Privacy

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


LOADING...


PLEASE CONFIRM

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

Cancel OK