|
Yaptest
|
|
Jul 15, 2007 at 07:50 PM |
|
During larger pentests, it's quite possible you'll acquire logon credentials for tens, hundreds or even thousands of systems. After a while it becomes hard to track which systems you know usernames for, which ones you've got passwords for, etc. Yaptest can help you keep track of all your logon credentials. Here are some of its features: - Ability to parse credentials from passwd, shadow and pwdump-style files
- Ability to parse group membership information from /etc/group and enum4linux output
- Enter arbitrary logon information into the database from the command line
- Command-line querying of the credentials database
- Uses John the Ripper to crack hashes that haven't been cracked yet
- Can use Rainbow Tables (via rcrack) to crack LANMAN and NTLM hashes
Examples of the type of query you can make include: - Show me all the usernames we've found for host 10.0.0.1
- Show me all the systems which have the username "bob"
- Show me all the members of the adminstrators group on 10.0.0.1
- Show me all the passwords we know for the user "bob"
- Show me all the LANMAN hashes we've collected
Query results are all tab-delimitted so are easily cuttable and greppable. |
|
Last Updated ( Nov 01, 2008 at 11:56 AM )
|
|
Read more...
|