1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to recover Vbulletin Admin password

Discussion in 'Site & Server Administration' started by bluez, Jan 23, 2008.

  1. #1
    Hello, I seen a few other posts on here saying that their board has been hacked, well here's another one. I have my site saved as my home page in my browser and automatically log into it all the time. Well today I opened up my browser and for some reason it wanted me to put my password in to log in to the site. Anyway, I attempted to log in 5 times and it kept giving me the wrong password page. Well then I tried to get a lost password and entered my email address and it said it wasn't recognised. I went to my config page and I am still listed there as undeletableuser.

    I hv written a letter to vbulletin staff and they told me to put tools.php, but i hv try it , it appear to be blank page.


    Right now I renamed my forums folder as to keep people off the site??


    Please help...
     
    bluez, Jan 23, 2008 IP
  2. highborn

    highborn Active Member

    Messages:
    184
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    create new member account. open your database, and copy paste the encrypted password of your newly created account to your admin account password. then use that password to access your admin account.
     
    highborn, Jan 23, 2008 IP
    Neptune likes this.
  3. mellow-h

    mellow-h Peon

    Messages:
    750
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Or just find the encrypted password by putting the following code in a php file and execute it:

    
    <?
    echo md5("your new password");
    ?>
    
    Code (markup):
    Cheers :D
     
    mellow-h, Jan 23, 2008 IP
  4. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah..just a little phpmyadmin work...and md5 enc too ;)
     
    agnivo007, Jan 23, 2008 IP
  5. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #5
    VB still stores passwords using an MD5 hash ?
     
    joebert, Jan 23, 2008 IP
  6. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Why what's wrong with that? It's one way process!
     
    agnivo007, Jan 23, 2008 IP
  7. Ayrshire Web Design

    Ayrshire Web Design Banned

    Messages:
    109
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    aAnd its pretty secure as long as your password is, or would you rather have plain text passwords? lol
     
    Ayrshire Web Design, Jan 23, 2008 IP
  8. highborn

    highborn Active Member

    Messages:
    184
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #8
    Thanks. How come I didnt think of this? Damn, what wrong with me.
     
    highborn, Jan 23, 2008 IP
  9. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #9
    A one-way process that everyone and their uncle knows about. Standard hashing algorythms are prone to rainbow table attacks.

    You don't seriously believe that the only thing bot-nets do is send spam, do you ?
     
    joebert, Jan 23, 2008 IP
  10. ikaros2008

    ikaros2008 Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    In what db table is the administrator password stored?
     
    ikaros2008, May 23, 2008 IP
  11. Shazz

    Shazz Prominent Member

    Messages:
    8,395
    Likes Received:
    453
    Best Answers:
    0
    Trophy Points:
    330
    #11
    How to reset a admin password if you have lost yours is upload the tools.php and run it www.yoursite.com/includes/tools.php
     
    Shazz, May 23, 2008 IP
  12. ikaros2008

    ikaros2008 Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Thanx for your fast reply, but where do I find "tools.php"?
     
    ikaros2008, May 23, 2008 IP