yaptest

Storing Misc Host Information With Yaptest

As of version 0.0.7 yaptest is able to store arbitrary information about hosts.  This is particularly useful on large tests.  This page provides a few examples of how to use the yaptest-host-info.pl script.

Yaptest Update: v0.0.7

Yaptest has had a lot of new features added over the last few months and I’m stuggling to get them all written up and released.  v0.0.7 is the first of several releases.  Download yaptest v0.0.7 here . It is now possible to interrupt scans and resume them later.  This is really handy for big multi-day […]

Interrupting and Resuming Scans With Yaptest

As of yaptest v0.0.7 it is possible to interrupt scans and resume them later without duplicating lots of the scanning you’ve already completed.  This feature is intended primarily for multi-day pentests where you need to stop your scan at the end of each day, then resume where you left off the next morning. This page […]

Installing Yaptest on Mac

Deanx gave gave me some very useful hints on how to get yaptest working on Mac.

Yaptest Update: v0.0.6

This release of yaptest adds supports for more tools, fixes some bugs and has partial support for keeping track of which users belong to which groups of the systems you’ve comrpomised.  The full list of changes is shown below.  The yaptest installation page has links to the newly supported tools if you want to download […]

Yaptest

Full details about Yaptest can be found on its project page .  If you’re after the download link, it’s on the installation page.

Yaptest Update: v0.0.5

Yaptest is now also able to call John the Ripper to crack NTLM hashes (v0.0.4 only supported LANMAN hashes).  It’s also possible to specify your own command line for calling John The Ripper (incase you want to run the MPI version of John under mpiexec for example).  For those particularly troublesome LANMAN hashes, yaptest is […]

Yaptest Configuration Wizard

Some users commented that the creation of new tests (i.e. databases and “test area”) was unnecessarily difficult.  Version 0.0.5 of yaptest now includes a interactive Wizard, yaptest-wizard.pl that takes users step by step through setting up a new test.  The old method using yaptest-new.pl and yaptest-new-test-area.pl is still supported. Thanks to all those who have […]

Yaptest v0.0.4 Released

Usernames and passwords found during testing are now automatically entered into the credentials database (e.g. windows usernames from SNMP or RID cycling, passwords guessed by hydra).  Yaptest is now also able to call John the Ripper to crack password hashes from the credentials database that haven’t already been cracked.  I’ve update the Managing Login Credentails […]

Yaptest Update: v0.0.3

I just released a new version of Yaptest.  The biggest enhancement is being able to store the login credentials in the database.  The yaptest-credentials.pl script can be used to list the systems that you’ve found logins for.  See here for a proper explanation of yaptest’s new password management features. The CHANGELOG lists the new tools […]