An open API service indexing awesome lists of open source software.

https://github.com/specterops/ghostwriter-oplog-populate


https://github.com/specterops/ghostwriter-oplog-populate

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Oplog Populate
Oplog Populate creates a sample client, project, and oplog within a Ghostwriter instance.

This tool demonstrates how to use Ghostwriter's GraphQL API to interact with Ghostwriter's data.

## Getting Started

First, clone the project and install the project requirements.

Thern, fill out the config file with a valid set of Ghostwriter credentials.

![image](https://github.com/user-attachments/assets/ed3d201c-c88e-40bb-8244-6592e8de3827)

Finally, run `oplog_populate.py`. Oplog Populate will create a custom client, project, and operation log and fill the operation
log with data from `/config/oplog.csv`.

If you want a new operation log, delete `/config/oplog.csv` and Oplog Populate will generate a new csv with 5,000 oplog entries.