![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Security Anything involving computer security goes here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Recover windows administrator password? | jagdish.machhi@ | Windows & DOS: Issues & Discussions | 4 | 08-07-2007 07:43 AM |
| Recover root password | nitinkgoud | SUN Solaris | 1 | 07-18-2006 02:01 PM |
| Recover deleted files | kuultak | UNIX for Dummies Questions & Answers | 2 | 11-01-2004 10:05 AM |
| how to recover with awk | mips | Shell Programming and Scripting | 1 | 04-08-2004 07:18 AM |
| recover lost data | pkappaz | UNIX for Dummies Questions & Answers | 2 | 12-06-2001 11:44 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello All,
I have an application user (INFORMIX). This is a system user. It runs processes That I am unaware of. I need to discover the user's password. I can't change it, because it will affect the processes it's runnig. Is there a utility that will allow me to 'su' to that user from root and print out the password in plain text? |
| Forum Sponsor | ||
|
|
|
|||
|
i don't beleive there is a utility to do what you ask. There is a program(s) named crack that will attempt to crack the passwd, but it is an exhaustive password cracker and takes time and may not crack the encryption. Processes already running will not be affected by a passwd change. in fact, informix can be a locked user if the database is started by the rc scripts.
__________________
[url=http://chuckb.1le.net/]My website[/url] |
|
|||
|
Passwords are never decrypted on unix, but rather, a system call is made to a function and the string you enter as the password gets encrypted, and compared to the encrypted password. If they match, you're in. Now, there are password hackers, but they donot decrypt the password file, but rather, encrypt words from a dictionary and try them against every account (by crypting/comparing) until it finds
a match. as 98_1LE suggest use 'crack' or 'John The Ripper' |
| Thread Tools | |
| Display Modes | |
|
|