Skip to content

Commit

Permalink
Add screenshot of text report and kiviat chart
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianVollmer committed Nov 17, 2023
1 parent 35efffc commit 2185003
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ BloodHound database.
Example:

```
$ hashcathelper analytics -f text \
$ hashcathelper analytics \
-H dc01.ntds \
-A dc01.ntds.out \
-F kerberoastable_accounts.txt
-F kerberoastable_accounts.txt \
-f text -o report.txt
```

The report comes as text, HTML, or in JSON. The different sections contain
Expand All @@ -77,6 +78,9 @@ different degrees of detail:
* 3: Include full credentials of certain accounts, such as which accounts have blank passwords or clusters of accounts with the same passwords
* 4: Include a full list of all credentials

![Example analytics report in text format](doc/txt_report.png)


### Subcommand "db"

Use this subcommand to interact with the database.
Expand Down Expand Up @@ -198,7 +202,11 @@ Average length of cracked passwords 8.39 9.58 0.84
```

The last column shows the percentile. It should be read as "this result is
better than X% of all other results", so higher is better.
better than X% of all other results", so higher is better. These values can
be visualized as radar chart using third-party tools:

![Example radar chart](doc/radar.png)


### UPN Suffix

Expand Down
Binary file added doc/radar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/txt_report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2185003

Please sign in to comment.