- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tools or scripts to find out validate users in HP ...
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
07-23-2009 09:23 PM
07-23-2009 09:23 PM
Tools or scripts to find out validate users in HP UNIX with embedded passwords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2009 10:16 PM
07-23-2009 10:16 PM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2009 10:36 PM
07-23-2009 10:36 PM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2009 04:51 AM
07-24-2009 04:51 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
You asked this very question earlier this month. The responses you received were universally that it was not a trivial exercise and would probably yield very fuzzy results.
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1354107
Based on the point assignments you provided, and the resurrection of this query, it seems that you don't like the "not easy" answer.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2009 08:08 AM
07-24-2009 08:08 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2009 11:26 AM
07-27-2009 11:26 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
now what are you referring to? Passwordless ssh or some such?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 12:11 AM
07-29-2009 12:11 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
That may be login from local or remote, once the user is logged in how to authenticate and identify user has logged normal password or through embedded password.
Regards
Dr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 12:58 AM
07-29-2009 12:58 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
Still don't know what you mean by an embedded password.
There is no mechanism to check user password used while logged in.
If you obtain permission from your management, you can do what I used to do at prior jobs.
I took a copy of the /etc/passwd file and ran crack against it.
When it guessed user passwords, I reported to management that password guidelines were not being followed. I was not permitted to use /etc/default/security to enforce guidelines. Go figure.
I can provide you with instructions and code to compile to run crack on your password file.
Another trick I used was looking at last and lastb output.
Many of my users in Chicago were fond of the password Cubs1 or cubs1. Perhaps it was due to the ineptitude of that baseball club.
But I digress, Sometimes these brilliant users typed their password instead of their user name, showed up in lastb output. Then I tried that password with a telnet/ssh login and reported the users.
I didn't like being a snitch, but was ordered to maintain security and saw the logic of it.
If you want instructions on how to use crack, obtain management permission (highly recommended) and post back, perhaps do some reasonable interim point assignment and myself or someone else will provide you instructions on how to do it.
A google search of itrc forums will also provide you these instructions, I have posted them before.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 01:20 AM
07-29-2009 01:20 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 01:28 AM
07-29-2009 01:28 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
Everyone uses encrypted passwords.
The password is encrypted before it is stored in the /etc/passwd file.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 01:47 AM
07-29-2009 01:47 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
How to confirm that user password is encrypted mode, is there any tool or script to validate this?
Regards
Dr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 02:02 AM
07-29-2009 02:02 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
Passwords are either default, stored in /etc/passwd, Trusted, or Shadowed.
If these terms are not what you want, you will have to stop using "encrypted" and "embedded" and show us an example of what you want to find.
It seems like you are using words with a different meaning that what we understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 02:06 AM
07-29-2009 02:06 AM
Re: Tools or scripts to find out validate users in HP UNIX with embedded passwords.
Password information is "encrypted" for lack of a better word before being stored in /etc/passwd.
If you are testing that the password is complex enough to meet standards you can do what I recommended earlier and attempt to crack the password using the crack tools.
You seem to have a fundamental misunderstanding here and can't seem to state a goal. If you want to make sure passwords meet standards then test them. Or enforce standards with /etc/default/security settings.
There is a man page and at least 100 ITRC forums posts that say how to do that.
sEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com