Slashdot Mirror


User: humanaut

humanaut's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Neowin: Lazy or Naive? on XSS Vulnerabilities Reviewed and Re-Classified · · Score: 3, Interesting
  2. jaguar is full of holes on PC Mag - Mac OS X Insecure · · Score: 2, Interesting

    I have recently audited an xserver running the latest Jaguar. Within the first 20 minutes of looking, I found 3 command-line overflows for suid apps. These are textbook overflows and appear to be trivial to exploit. IMHO the developers have performed very little vulnerability (fuzz) testing against their privileged applications and services. Many many more bugs will be found. I encourage any newbie vulnerability researchers to get their hands on a copy of Jaguar ASAP. As mentioned in a previous post, file permissions are screwed up all over the system, and the amount of suid binaries is astonishing. You *will* find *many* vulnerabilities.

  3. RCPT TO User enumeration on Spammers Exploiting Hotmail Vulnerability · · Score: 1

    Surely more than just a handful of spammers know that Hotmails smtp servers are vulnerable to RCPT brute forcing of valid accounts?

    Observe:

    220 mc5-f36.law1.hotmail.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.5600 ready
    helo slashdot.org
    250 mc5-f36.law1.hotmail.com Hello []
    mail from: <humanaut@nowhere.com>
    250 humanaut@nowhere.com....Sender OK
    rcpt to: <nosuchhotmailuser@hotmail.com>
    550 Requested action not taken: mailbox unavailable
    rcpt to: <dennis@hotmail.com>
    250 dennis@hotmail.com
    rpct to: <fred@hotmail.com>
    250 fred@hotmail.com
    rcpt to: <vndsad@hotmail.com>
    550 Requested action not taken: mailbox unavailable

    There are numerous scripts and exe's (probably) around to automate this procedure - I'm sure I've seen a mass mailer program or two that mentioned expn/vrfy/rcpt verification or brute forcing..

    That is why, IMO, everyone with a short or simple username at hotmail receives so much spam! I'm sure Hotmail/MSN have been warned numerous times, and I guarantee there are hordes of spammers hammering away with RCPT brute forcers at those boxes 24/7.

    Anyway.. any average scripter should be able to knock something up to feed a list of usernames through the helo/mailfrom/rcptto routine.. and I'm sure most seasoned spammers are average scripters.

    .humanaut.