Jump to content
mah_one

Cel mai bun sistem de autentificare din lume!

Recommended Posts

Sa vedeti ce sistem de autentificare au cei de la ebay pe unul din site-urile lor.

Am gasit in pagina sursa asta:

<script>

function do_pass_check() {

if (document.signin.username.value == 'test' && document.signin.password.value == 'password'){

document.signin.submit();

} else {

alert ("Wrong credentials!");

}

}

</script>

Parola a mers:)).

Am facut un brute force pe directoare pe unul din subdomenii si am ajuns la o pagina de autentificare.

EDITED: Tin sa precizez ca e un project de-al lor foarte mic si nu are legatura cu ce inseamna ebay cu adevarat.

Site-ul nu e cine stie ce, drept pentru care au cel mai bun sistem de autentificare din lume!

Edited by mah_one
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...