Password recovery


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Password recovery
# 1  
Old 09-16-2004
Password recovery

We recently terminated a developer at my place of employment who created scripts on a windows server (that i do not have access to) that invoke FTP sessions on my UnixWare 7.1.1 servers.

I need to know the password that is being used. Does anyone know of a good password crack?
# 2  
Old 09-16-2004
More information required.

Warning: this thread might be red-flagged due to possible misinterpretations of that which will be discussed. It will most likely be deleted right off the bat, but who knows.
# 3  
Old 09-16-2004
What is the problem? Find a colleague who does have access to the windows box and look at the script.
# 4  
Old 09-16-2004
Quote:
Originally posted by Perderabo
What is the problem? Find a colleague who does have access to the windows box and look at the script.
I would normally do that, but unfortunately that's not a possibiity at the moment.
Smilie

The problem is that if I change the password to this account, it will adversely affect the FTP sessions spawned from that Windows box. That MAY interupt services that we provide to our customers.

I want to be able to change the password back in case that happens, since I cannot access the other server.

# 5  
Old 09-16-2004
Well according to our rules:

"These are not hacker boards so hacker related posts will be promptly deleted or moderated."

So we are not going to help you with cracking a password. The only reason that I think of for an immediate need to know would be to give the password to another user. If that is the case, you could set up an equivalent account. Different uname name and password. Same uid, gid, home directory and shell.
# 6  
Old 09-16-2004
Hmmm... looks like you edited your post while I was posting.

Copy the /etc/password and /etc/shadow entries for this user. If you change the encrypted password back to the original, you restore the password.

I use this technique to copy a user's password from one system to another...without ever knowing the password.
# 7  
Old 09-16-2004
Quote:
Originally posted by Perderabo
Hmmm... looks like you edited your post while I was posting.

Copy the /etc/password and /etc/shadow entries for this user. If you change the encrypted password back to the original, you restore the password.

I use this technique to copy a user's password from one system to another...without ever knowing the password.


Yes, I've already copied both files in case I have to do that. Since our company is currently under a security audit, I was hoping to kill two birds with one stone and find any weak passwords...

Fair enough. Thanks.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Password recovery in login script help

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Hi guys. My case study is about creating a script that includes password recovery whenever a user forgets... (1 Reply)
Discussion started by: jenimesh19
1 Replies

2. Shell Programming and Scripting

bash script for password recovery

Hi all, I'm a complete newbie to bash scripting, although I have some experience in programming. The thing is that I have a .dmg file on my mac which I protected with a password, and now I've forgotten it. I remember the first few letters of the password and the characters that represent the... (4 Replies)
Discussion started by: sujay.jauhar
4 Replies

3. Cybersecurity

Password Recovery

Perderabo has made posted a good thread in the FAQ section here: Lost root password / Can't login as root | Unix Linux Forums | Answers to Frequently Asked Questions (6 Replies)
Discussion started by: norsk hedensk
6 Replies

4. Cybersecurity

password recovery

I am trying to access an old email account but cannot recall the password and the backup email account has been closed, also. I need instructions or an expert who can assist recovering my password for web-based email account. (4 Replies)
Discussion started by: pp_mcgee
4 Replies

5. Solaris

Password Recovery From /etc/shadow file

Is it possible to reset a normal user password , by editing password field in /etc/shadow file? Thanks (6 Replies)
Discussion started by: ksvaisakh
6 Replies

6. UNIX for Dummies Questions & Answers

Solaris 8 password recovery plz HELP!!!!!

Hello board, I'm new to Solaris Linux world, trying to learn on my onw, as I notice the windows is a big fraud.... OK let me get to my issue: I have a SOlaris 8 X86 that I don;t have a password and even the screen is disabled(assuming for the security reasons) I just see a... (8 Replies)
Discussion started by: nexOne
8 Replies

7. Forum Support Area for Unregistered Users & Account Problems

password recovery

hello, my password got lost - and your service to generate new passwords does not work -ive tried it out 50 times the last week or so, never got a single mail from it... please generate a new password for my account "congo" with mailadress. thanks. Thomas (3 Replies)
Discussion started by: congo00000001
3 Replies

8. UNIX for Dummies Questions & Answers

Password Recovery

Hi, I am new to unix and I set a password for a user and now I need to recover what that password was. Is there a way, where as root, I can view what a users passwords is? Thanks, Eric (2 Replies)
Discussion started by: ejbrever
2 Replies

9. Shell Programming and Scripting

help for db password recovery

hi,all my database (.db) is created by sysbase adaptive server anywhere7.0 ! the user id is DBA. but I lost the password . Could you recovery the passwrod of this db file? thanks ! iwind (1 Reply)
Discussion started by: northwind
1 Replies

10. UNIX for Dummies Questions & Answers

How to password recovery on Ultrix

I got myself a dec 5100 running ultrix with unknow password, how do i recover or change the root password on it? (10 Replies)
Discussion started by: cybermike
10 Replies
Login or Register to Ask a Question