Skip to content

Update README.md #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ credpocalypse_interval [time] - 1m, 5m (default), 10m, 30m, 60m
* Change time interval that Credpocalypse checks watchlist
* View the watchlist

## export_TSv.py
## Parse_cs_bin.py
Parse data from Teamserver .bin files and export as TSVs.

Results will be saved as prefix\_\[data type\].tsv. The default prefix, if not specified, is "export". (e.g. export_credentials.tsv)
Expand All @@ -92,7 +92,8 @@ Set up: `pip3 install javaobj-py3`

Usage:
```
python3 export_TSv.py [--credentials data/credentials.bin] [--listeners data/listeners.bin] [--sessions data/sessions.bin] [--targets data/targets.bin] [--prefix file_prefix_for_results]
python3 parse_cs_bin.py <directory containing CobaltStrike .bin files>

```

## leave\_no\_trace.cna
Expand Down