- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Crack software V5.0
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
11-26-2001 01:23 PM
11-26-2001 01:23 PM
Crack software V5.0
I am on HP-UX 10.20 and V10.20 Ansi/C compiler.
Thanks
Lolu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 01:28 PM
11-26-2001 01:28 PM
Re: Crack software V5.0
I'm running crack to check/evaluate passwords. It works great, but needs quite some time to run. Several passwords were cracked at our office, and changed accordingly, root was however NOT cracked :-)))))))))
I recall that I had to modify the script to run it on HP-UX. I believe I had to change the/some PATH variable in the script. I'll check tomorrow at the office.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 01:29 PM
11-26-2001 01:29 PM
Re: Crack software V5.0
http://hpux.asknet.de/hppd/hpux/Sysadmin/crack-5.0/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 01:38 PM
11-26-2001 01:38 PM
Re: Crack software V5.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 01:45 PM
11-26-2001 01:45 PM
Re: Crack software V5.0
correct, I also had to create the sub-directories.
The errors are caused by a path variable, or sequence of directories in the path. I fixed it, but cannot recall the solution at the moment; I'll check tomorrow.
On the other hand, Harry's link might be a faster solution for you. I'll try it myself; it might be a solution for servers without Ansi C.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 01:53 PM
11-26-2001 01:53 PM
Re: Crack software V5.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 02:19 PM
11-26-2001 02:19 PM
Re: Crack software V5.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 02:30 PM
11-26-2001 02:30 PM
Re: Crack software V5.0
see the help file, on how to join /etc/passwd and passwords into one file on trusted systems.
The supplied script works like a charm. I've also imported a passwd file and passwords from a Sun Solaris server and they merged neatly with the script.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 11:25 PM
11-26-2001 11:25 PM
Re: Crack software V5.0
below the diff of the original and my current Crack :
< CRACK_PATH=/usr/local/bin:/usr/ccs/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/ucb:
/usr/etc:$PATH
---
> CRACK_PATH=/opt/ansic/bin/:/usr/local/bin:/usr/ccs/bin:/usr/sbin:/sbin:/usr/bi
n:/bin:/usr/ucb:/usr/etc:$PATH
Ansi C needs to be in the path!
Edit filenames of passwd and shadow files in scripts/shadmrg.sv and run it to join them to one file.
good luck,
Thierry.