Page 1 of 1

PHP password retriever

Posted: Tue Jun 13, 2006 11:38 pm
by goqsane
Hello, being a POL admin for many many years I learned that this issue is quite common. However, I never created anything that could help me dealing with it, today morning (CET time) I felt like coding, and here it is, a command-line PHP password retriever for all you POL admins running on Linux (however, it's pretty easy to embeed this into HTML, just get the variables from $_POST instead of the CLI $argv)

http://zsuatt.com/~pol/retrpass1.zip

Usage: ./retrpass account_login [cfgpath]

the default value for cfgpath is "./data/accounts.txt", take a not, the path is RELATIVE to the script.
Also, if you are having problems running the retrpass please, do change the #!/usr/bin/php to one, that is working on your system, if you are having problems running it

Any comments and bugs would be highly appreciated, thank you

Re: PHP password retriever

Posted: Wed Jun 14, 2006 10:02 am
by Shinigami
goqsane wrote:today morning (CET time)
hmm, I would say... it's independend from time zone if it's morning or not :oP

Shinigami

Posted: Wed Jun 14, 2006 1:08 pm
by goqsane
Hah :D
Why the hell did I mention that 8)
You're right :D

Posted: Wed Jun 28, 2006 5:57 am
by phwoar
cheers

saves me using my brain :D