HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- test trivial passwd
Operating System - HP-UX
1834637
Members
2518
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
05-26-2005 08:41 PM
05-26-2005 08:41 PM
Hi all,
I want to test users's passwd to detect trivial passwds on trusted system (11.11).
I'm able to find if users have passwd found in a trivial passwd dictionnary (use of crypt function).
However, i don't see how can i test : passwd=logname
I'm able to compare encrypt passwd and a "static defined word list", but i don't know how can i compare to a "dynamic strings"
I don't want to use johntheripper or others crackerjack.
Do you have an idea to compare to a "dynamic strings" ?
Thanks for your help
Francois
I want to test users's passwd to detect trivial passwds on trusted system (11.11).
I'm able to find if users have passwd found in a trivial passwd dictionnary (use of crypt function).
However, i don't see how can i test : passwd=logname
I'm able to compare encrypt passwd and a "static defined word list", but i don't know how can i compare to a "dynamic strings"
I don't want to use johntheripper or others crackerjack.
Do you have an idea to compare to a "dynamic strings" ?
Thanks for your help
Francois
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 09:33 PM
05-26-2005 09:33 PM
Solution
Hi Francois,
From the passwd(1) man page:
A password must differ from the user's login name and any reverse or circular shift of that login name. For comparison purposes, an uppercase letter and its corresponding lowercase equivalent are treated as identical.
In other words the passwd command won't let you set passwd=logname so you won't need to test for it. ;-)
regards,
Darren.
From the passwd(1) man page:
A password must differ from the user's login name and any reverse or circular shift of that login name. For comparison purposes, an uppercase letter and its corresponding lowercase equivalent are treated as identical.
In other words the passwd command won't let you set passwd=logname so you won't need to test for it. ;-)
regards,
Darren.
Calm down. It's only ones and zeros...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 12:10 AM
05-27-2005 12:10 AM
Re: test trivial passwd
Hi Darren,
Effectively, you're totaly right, i've passed trought this.
moreover my mind is not clear today, there is no difference in my script between words in dictionnary and "dynamic strings".
Thanks a lot for your help, and sorry for the silly question !
Francois
Effectively, you're totaly right, i've passed trought this.
moreover my mind is not clear today, there is no difference in my script between words in dictionnary and "dynamic strings".
Thanks a lot for your help, and sorry for the silly question !
Francois
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP