+ Reply to Thread
Results 1 to 5 of 5

Thread: Hacked

  1. #1
    Member DBK has disabled reputation
    Join Date
    Jul 2005
    Age
    29
    Posts
    64

    Hacked

    My site was hacked (v3.6.5). I have a problem now. I'm reloading the site but whatever happened has screwed my administrator password (for the vB itself). I tried the password retrieval utility but it doesn't recognize the email, and if I go in the member list using my moderators accounts it doesn't list my email.

    How can I get my administrator password sent to me, or manually reset? This could be a major PITA for me.

    Thanks,
    Dave

  2. #2
    Member DBK has disabled reputation
    Join Date
    Jul 2005
    Age
    29
    Posts
    64
    p.s, sorry I somehow clicked on the wrong section.

  3. #3
    New Member turboguy has disabled reputation
    Join Date
    May 2007
    Posts
    26
    DBK,

    I have had the same thing happen to me and there are some answers to that in my thread up in the troubleshooting section. Look for resetting password by MySQL or something like that. I have not tried the fix yet but they did tell me how to fix it.

  4. #4
    vBulletin Team Zachery has a spectacular aura about Zachery has a spectacular aura about Zachery's Avatar
    Join Date
    Jul 2002
    Location
    Cleveland, Ohio
    Age
    24
    Posts
    40,538
    You can use the following query via phpmyadmin or directly via mysql console to reset your password


    Code:
    UPDATE user
    set password = MD5(concat(MD5('<NEWPASSWORD>'), user.salt))
    WHERE userid = <USERID>
    The only way someone could have changed your email/password is with DIRECT access to an admin account, or the database. If they somehow have database level access there is nothing vBulletin could have done to stop them from changing and editing your information. I highly advise contacting your webhost and have them email you new password and also scan your own system for virises/keyloggers.
    Zachery Woods
    vBulletin Support Team
    Please do not PM me for support



    $this->hasFlavr() ? $nom->nom('nom') : $want->doNot()

  5. #5
    Member DBK has disabled reputation
    Join Date
    Jul 2005
    Age
    29
    Posts
    64
    I have no doubt that's what they did. Will reset the password now and get with host.

    Thanks.

+ Reply to Thread

Similar Threads

  1. Well, I've hacked and hacked and hacked... whadda ya think?
    By GTOOOOOH in forum vBulletin Templates, Graphics & Styles
    Replies: 7
    Last Post: Sun 8th Oct '06, 3:26pm
  2. May of been hacked
    By Ben Wilkins in forum vBulletin 3.5 'How Do I' Questions and Troubleshooting
    Replies: 1
    Last Post: Mon 4th Sep '06, 10:49pm
  3. Hacked? Please help!
    By dayblue in forum vBulletin 3.5 'How Do I' Questions and Troubleshooting
    Replies: 7
    Last Post: Wed 7th Sep '05, 3:26pm
  4. Could I have been hacked?
    By SpeedStreet in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 7
    Last Post: Sun 15th Dec '02, 3:18pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts