You are viewing a single comment's thread.

view the rest of the comments →

NoRagrets ago

I'm by no means a 1337 Hax0r, but I did do some analysis on this many moons ago.
Perhaps someone with more talent could pick up where I left off.

https://voat.co/v/pizzagate/1492143/7247215

On both cometpingpong.com/protected and bucksfishingandcamping.com/protected the code is virtually identical, this code shows that the login button simply reloads the page but expects POST data.
See line 1 below.
The POST data is entered in the Password field.

This could probably quite easily be brute forced by someone more knowledgeable than myself.

<form action="" method="post" class="cc-protected-area">
<h1>
    Password-protected area
</h1>
<br/>
<br/>

<p class="cc-protected-note">
    This page is accessible with a valid password only.
</p>

<p class="cc-protected-note">
    <br/>
    Password:
</p>

<form>
    <input name="password" type="password" id="password"/> <input name="do_login" type="hidden" id="login" value="yes"/> <input type="submit" name="Submit" value="Log in" class="submitUser"/>
</form>
</form>

drowsybadger ago

Your right that is only looking for a pasword. Good stuff. Its time we all moved to the next level. I need into my student loan db to reset that shit to 2 dollars.

dicedtomatoes55-2 ago

Even though the code is there, how do we get that page to present itself again? Given that the "/protected" doesn't go anywhere anymore...

truthdemon ago

Can u see the code.. Wht r the size of the directories and files in it

FireWalkWithPodesta ago

I'm not 1337 Hax0r either but this is why you don't post it to the public if you find a potential vulnerability. Instead, try to find the Hax0r in this community and approach him with PM.