Slashdot Mirror


Hackers Expose 26,000 Sex Website Passwords

An anonymous reader writes "Passwords and email addresses of almost 26,000 members of adult website Pron.com have been released on the internet by the notorious hacking group LulzSec. To add to the victims' humiliation, LulzSec called on its followers to try the email/password combinations against Facebook, and tell friends and family of the users that they were subscribers to a pornographic website. In addition LulzSec released passwords belonging to the administrators of dozens of other adult websites, and highlighted military and government email addresses that had signed up for the xxx-rated services."

11 of 497 comments (clear)

  1. on their website by Anonymous Coward · · Score: 0, Informative

    http://lulzsecurity.com/releases/

  2. Re:Gimme, gimme by zonky · · Score: 5, Informative
  3. WeinerGate by Forty+Two+Tenfold · · Score: 5, Informative

    I think it'd be nice to relate this to the latest "scandal" in the US:

    azmeal@cmc.gov.my | ilovedyna
    flag@whitehouse.gov | karlmarx
    kamarudinalias@mmea.gov.my | 814550
    james.ben.hopkins@us.army.mil | j347576
    wade.quigley@ang.af.mil | mywife01
    aaron.c.sewell@us.army.mil | 3689817

    --
    Upward mobility is a slippery slope - the higher you climb the more you show your ass.
    1. Re:WeinerGate by MichaelSmith · · Score: 3, Informative

      CMC & MEA: Malaysian communications and multimedia commission. It is possible that these accounts are for research purposes.

    2. Re:WeinerGate by PitaBred · · Score: 3, Informative

      Why don't you use dude@example.com or nospam@example.org? Almost no sites filter it, and there's no chance of it causing spam for anyone.

  4. Re:Two minds by mcgrew · · Score: 5, Informative

    It's going to cost, one way or another. The cheapest I ever had cost a draft beer, the most expensive cost me a house, a car, and part of my pension. Granted, that last one lasted 27 years...

    But porn? Paying for porn is like paying for kittens.

  5. Re:Simple vandals and criminals by Anubis350 · · Score: 4, Informative

    to play devils advocate for a sec, exposing such a breach means that pron.com *has* to notify their subscribers in addition to patching the vulnerability, whereas a similar breach using the same exploit for direct criminal reasons might get hushed up in order to avoid losing business

    --
    "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
  6. What makes it different is the threat by elucido · · Score: 5, Informative

    They are telling people to go and destroy peoples lives.
    Telling them to log into their Facebook accounts and tell their families about their porn habit?

    So if a guy or girl is secretly going to gay porn sites, and his or her parents are religious, what kind of damage could that do?

    1. Re:What makes it different is the threat by hoggoth · · Score: 4, Informative

      Ding ding ding! You just figured out what's wrong with 4chan, /b/, Anonymous, etc.
      There is no "they" there. Some are do-gooders. Some are do-badders. Some do anything for "lulz", even if it hurts someone. Some are "white-knights".
      So while on the one hand "they" fight to expose corporate and governmental corruption, on the other hand "they" are laughing because some naive kid's life just got ruined.

      --
      - For the complete works of Shakespeare: cat /dev/random (may take some time)
  7. Re:Okay... by Anonymous Coward · · Score: 3, Informative

    That's the funniest thing I've read all morning.. still can't stop laughing.

  8. Re:Dumb by Anonymous Coward · · Score: 2, Informative

    Gratuitous use of `cat' (and `echo', but at least that one's probably a built-in). Try this instead:


    #!/bin/sh

    for addr in `awk '{print $1}' ~/lulsec_passwords.txt` ; do
            sendmail -s "Thank you very much" $addr << EOF
    I wanted to personally thank you for paying for porn and thereby funding the creation of the content I download for free.

    Sincerely P. R. Vert
    EOF
    done

    Also, useful variable names are your friend.