Forum Thread: Bypass Login Page in Javascript

I am trying to bypass the login webpage and change it to go directly to the desired page. In the example below, I want change the path of login page to readings page "https://cwscity.wordpress.com/readings/" without using the password

Any ideas where should I focus on , Part1 or 2 ?????

Part 1:
This content is password protected. To view it please enter your password below:</p>

<p><label for="pwbox-11">Password: <input name="postpassword" id="pwbox-11" type="password" size="20"></label> <input type="submit" name="Submit" value="Submit"></p>

Part 2:

Join 16 other followers</p>

<p><input type="text" name="email" style="width: 95%; padding: 1px 2px" placeholder="Enter your email address" value="" id="subscribe-field"></p>

<p>
<input type="hidden" name="action" value="subscribe">
<input type="hidden" name="blogid" value="82743348">
<input type="hidden" name="source" value="https://cwscity.wordpress.com/readings/">
<input type="hidden" name="sub-type" value="widget">
<input type="hidden" name="redirect
fragment" value="blogsubscription-3">
<input type="hidden" id="
wpnonce" name="wpnonce" value="f5a8dad6e4"> <input type="submit" value="Follow">
</p>
</form>

1 Response

Try to understand how this protection is set up. If you can, create yourself a password-protected page and give a look at your cookies.

The part2 can be interesting : if the site forward you the new posts because you've become a follower, this will give you access to newly posts.

Share Your Thoughts

  • Hot
  • Active