- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /tcb/files/auth/ passwords ..
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:27 AM
04-27-2006 03:27 AM
I was wondering if there was a way to see the encrypted passwords in the /tcb/files/auth/ directory?
Thanks
R
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:29 AM
04-27-2006 03:29 AM
SolutionEach user has an entry in a file in /tcb/files/auth/[a-z]/username
For example, root's file is /tcb/files/auth/r/root
Have a look at that file. There is all kinds of information there including the encrypted password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:32 AM
04-27-2006 03:32 AM
Re: /tcb/files/auth/ passwords ..
Maybe I didnt word my quesiton right. I am root and I found the password files. I was looking for a way to unscramble the encryped password.
-R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:42 AM
04-27-2006 03:42 AM
Re: /tcb/files/auth/ passwords ..
No there is no direct way to do this. HP-UX does NOT unscramble the hash when checking passwords. Once it is encrypted, it stays that way.
That being said, there are tools available on the Internet that can attempt to figure out what passwords are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:43 AM
04-27-2006 03:43 AM
Re: /tcb/files/auth/ passwords ..
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:52 AM
04-27-2006 03:52 AM
Re: /tcb/files/auth/ passwords ..
A hash is rather a one to many relationship so that the process is not reversible.
You might then ask how does the system know that a password is valid if it cannot compare the response to plaintext? The stored password hash is compared to the output of the same function using the user supplied plaintext key. If the stored passwd hash is identically to the newly hashed password then the login is verified. I'm leaving a little salt out of the recipe but that's the gist of the mechanism.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 10:34 PM
05-04-2006 10:34 PM
Re: /tcb/files/auth/ passwords ..
1.- execute attach perl program.
# crack_password.pl > /tmp/password.txt
2.- Run "crack"
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/crack-5.0/readme.html
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 01:20 AM
05-05-2006 01:20 AM
Re: /tcb/files/auth/ passwords ..
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 06:14 AM
06-01-2006 06:14 AM