www.hikingproject.com Open in urlscan Pro
2600:1901:0:3e36::  Public Scan

Submitted URL: http://www.hikingproject.com/
Effective URL: https://www.hikingproject.com/
Submission: On February 12 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

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

<form class="wide" method="post" action="https://www.hikingproject.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="j8FhgJaLDGXmFU9kHULESqLNgIDIYUW4t0lI2H2F" autocomplete="off">
  <button type="submit" class="btn btn-primary btn-lg">Log In</button>
</form>

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

<form class="wide" method="post" action="https://www.hikingproject.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="j8FhgJaLDGXmFU9kHULESqLNgIDIYUW4t0lI2H2F" autocomplete="off">
  <div id="recaptcha-65c9a7f62a450" 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-65c9a7f62a450" 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-65c9a7f62a450");
      const submit = document.getElementById("submitrecaptcha-65c9a7f62a450");
      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.hikingproject.com/auth/password/lost

<form class="wide" method="post" action="https://www.hikingproject.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="j8FhgJaLDGXmFU9kHULESqLNgIDIYUW4t0lI2H2F" autocomplete="off">
  <div id="recaptcha-65c9a7f62b148" 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-65c9a7f62b148" 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-65c9a7f62b148");
      const submit = document.getElementById("submitrecaptcha-65c9a7f62b148");
      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="j8FhgJaLDGXmFU9kHULESqLNgIDIYUW4t0lI2H2F" 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 Continue with Facebook
 Continue 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 HIKING PROJECT

Create Recommended Route or Trail

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

Add a Symbol


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

Share a Photo

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

Share a Video


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

Share a Gem
Particularly Special Place

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

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


Search

Trail Guide
Best Photos
Top Hikes

Sign In

Search

Trail Guide
Best Trails & Photos
Get the app



HARDING ICEFIELD OVERLOOK

Bear Creek, AK


DISCOVER YOUR NEXT HIKE

Get on the trail with detailed maps shared by hikers like you.

Search



TOP RATED ROUTES

RECOMMENDED ROUTE
Difficult

WEAVERS NEEDLE LOOP

12.7 mi 20.4 km • 2,643' Up 805.52 m Up • 2,637' Down 803.87 m Down

Gold Camp, AZ
RECOMMENDED ROUTE
Easy/Intermediate

FAIRY FALLS-IMPERIAL GEYSER

7.2 mi 11.5 km • 290' Up 88.43 m Up • 290' Down 88.42 m Down

Old Fai…, WY
RECOMMENDED ROUTE
Difficult

LAKE OF THE ANGELS (PUTVIN TRAIL)

6.5 mi 10.4 km • 3,280' Up 999.75 m Up • 3,279' Down 999.43 m Down

Seabeck, WA
RECOMMENDED ROUTE
Intermediate/Difficult

BUFFALO CREEK PARK

4.1 mi 6.6 km • 593' Up 180.84 m Up • 593' Down 180.86 m Down

Lake Lure, NC



EXPLORE 266,419 MILES OF HIKING TRAILS

Difficulty
Easy

No obstacles. Flat.

Easy/Intermediate

Mostly Flat and even.

Intermediate

Uneven terrain. Small hills.

Intermediate

Steep sections, rocks, roots.

Difficult

Tricky terrain. Steep. Not for beginners.

Very Difficult

Hazardous. Very steep. Experts only.

Distance
0 mi

40+ mi
Trail type
Narrow trail / singletrack
Wide trail / doubletrack
Paved path
Rating

Elevation
0 ft

12000+ ft
More filters
Dogs
Yes No
Route type
Loop Out & back Point to point
Show Recommended Routes
Yes
Show Trails
Yes
Family friendly
Yes No
Average grade
0°

50+°
Photos
Yes
Clear Filters
© OpenMapTiles © OSM
Routes Trails
Scroll Zoom
Google Map
Zoom in to see details
Map Key
Favorites
Check-Ins


TRAIL DIRECTORY

266,419 miles in 81,564 trails, added by hikers like you. Share your Recommended
Routes, trails, and photos!

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

Alabama
625 Trails

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

Alaska
483 Trails

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

Arizona
2,620 Trails

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

Arkansas
617 Trails

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

California
7,778 Trails

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

Colorado
6,610 Trails

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

Connecticut
1,262 Trails

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

Delaware
88 Trails

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

Florida
902 Trails

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

Georgia
1,500 Trails

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

Hawaii
281 Trails

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

Idaho
1,472 Trails

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

Illinois
1,506 Trails

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

Indiana
668 Trails

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

Iowa
256 Trails

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

Kansas
481 Trails

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

Kentucky
585 Trails

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

Louisiana
214 Trails

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

Maine
937 Trails

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

Maryland
1,333 Trails

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

Massachusetts
2,306 Trails

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

Michigan
1,806 Trails

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

Minnesota
1,311 Trails

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

Mississippi
92 Trails

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

Missouri
1,254 Trails

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

Montana
2,756 Trails

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

Nebraska
53 Trails

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

Nevada
544 Trails

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

New Hampshire
2,136 Trails

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

New Jersey
723 Trails

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

New Mexico
983 Trails

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

New York
4,552 Trails

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

North Carolina
2,846 Trails

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

North Dakota
175 Trails

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

Ohio
1,215 Trails

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

Oklahoma
352 Trails

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

Oregon
3,459 Trails

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

Pennsylvania
1,855 Trails

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

Rhode Island
145 Trails

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

South Carolina
571 Trails

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

South Dakota
219 Trails

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

Tennessee
1,049 Trails

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

Texas
2,606 Trails

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

Utah
1,953 Trails

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

Vermont
1,190 Trails

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

Virginia
2,133 Trails

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

Washington
4,595 Trails

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

Washington, DC
107 Trails

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

West Virginia
489 Trails

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

Wisconsin
610 Trails

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

Wyoming
1,618 Trails

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


Show All Areas

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


INTERNATIONAL

Albania
3 Trails

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

Alberta
219 Trails

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

American Samoa
5 Trails

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

Andorra
5 Trails

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

Argentina
82 Trails

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

Armenia
106 Trails

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

Australia
242 Trails

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

Austria
38 Trails

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

Belarus
1 Trails

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

Belgium
40 Trails

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

Belize
4 Trails

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

Bolivia
2 Trails

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

Botswana
7 Trails

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

Brazil
254 Trails

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

British Columbia
495 Trails

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

British Virgin Islands
1 Trails

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

Bulgaria
72 Trails

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

Cambodia
19 Trails

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

Cayman Islands
1 Trails

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

Chile
50 Trails

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

China
8 Trails

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

Colombia
36 Trails

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

Costa Rica
68 Trails

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

Croatia
10 Trails

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

Cyprus
10 Trails

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

Czech Republic
7 Trails

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

Denmark
56 Trails

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

Dominica
2 Trails

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

Dominican Republic
16 Trails

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

Ecuador
9 Trails

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

Egypt
2 Trails

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

El Salvador
7 Trails

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

Estonia
1 Trails

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

Ethiopia
1 Trails

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

Finland
9 Trails

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

France
261 Trails

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

Germany
86 Trails

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

Ghana
1 Trails

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

Greece
54 Trails

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

Guam
14 Trails

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

Guatemala
9 Trails

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

Haiti
1 Trails

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

Honduras
3 Trails

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

Hong Kong
4 Trails

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

Iceland
34 Trails

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

India
28 Trails

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

Indonesia
14 Trails

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

Iran
19 Trails

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

Ireland
7 Trails

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

Israel
7 Trails

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

Italy
272 Trails

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

Japan
77 Trails

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

Jordan
2 Trails

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

Kazakhstan
9 Trails

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

Kenya
1 Trails

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

Kyrgyzstan
3 Trails

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

Lebanon
75 Trails

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

Lesotho
1 Trails

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

Liechtenstein
4 Trails

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

Luxembourg
7 Trails

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

Macedonia
14 Trails

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

Malawi
1 Trails

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

Malaysia
14 Trails

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

Malta
6 Trails

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

Manitoba
19 Trails

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

Mauritius
13 Trails

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

Mexico
76 Trails

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

Mongolia
1 Trails

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

Montenegro
4 Trails

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

Nepal
28 Trails

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

New Brunswick
2 Trails

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

New Zealand
520 Trails

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

Newfoundland & Labrador
81 Trails

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

Nicaragua
1 Trails

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

Norway
134 Trails

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

Nova Scotia
45 Trails

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

Oman
4 Trails

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

Ontario
640 Trails

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

Panama
8 Trails

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

Papua New Guinea
2 Trails

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

Paraguay
7 Trails

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

Peru
33 Trails

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

Philippines
14 Trails

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

Poland
2 Trails

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

Portugal
54 Trails

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

Puerto Rico
47 Trails

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

Quebec
97 Trails

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

Reunion
20 Trails

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

Romania
11 Trails

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

Russia
6 Trails

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

Saint Kitts and Nevis
1 Trails

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

Saskatchewan
2 Trails

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

Serbia
4 Trails

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

Singapore
18 Trails

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

Sint Maarten
1 Trails

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

Slovakia
25 Trails

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

Slovenia
10 Trails

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

South Africa
94 Trails

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

South Korea
57 Trails

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

Spain
68 Trails

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

Sri Lanka
4 Trails

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

St. Vincent and the Grenadines
2 Trails

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

Sweden
45 Trails

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

Switzerland
189 Trails

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

Taiwan
6 Trails

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

Tajikistan
9 Trails

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

Thailand
22 Trails

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

The Netherlands
14 Trails

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

Tunisia
1 Trails

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

Turkey
7 Trails

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

Uganda
10 Trails

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

Ukraine
3 Trails

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

United Arab Emirates
2 Trails

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

United Kingdom
182 Trails

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

US Virgin Islands
31 Trails

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

Venezuela
9 Trails

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

Vietnam
11 Trails

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

Yukon Territory
3 Trails

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


Show All Areas



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


MAPS AS MOBILE AS YOU ARE

Never lose the trail, even if you lose your cell signal. Our app was designed to
work offline.

Get the Free App


ADD YOUR FAVORITE TRAILS

Join the thousands of hikers who’ve shared their most treasured trails with the
Hiking Project community.

Add a Trail

We use cookies to improve your browsing experience, to show you personalized
content, and for statistical purposes. By continuing to navigate our website,
you accept our use of cookies. Read our Privacy Policy to learn more.
Close


 * 
 * 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