Ghostwriter icon indicating copy to clipboard operation
Ghostwriter copied to clipboard

The SpecterOps project management and reporting engine

Results 145 Ghostwriter issues
Sort by recently updated
recently updated
newest added

I'm following the documentation (https://www.ghostwriter.wiki/features/graphql-api) and trying to interface with the GraphQL endpoint Using the example request: ```python import json import requests headers = {"Content-Type": "application/json", } def prepare_query(query, operation):...

bug

I added a preview div above the evidence input. It will generate an if the uploaded evidence is an image. I achieved this by creating a renderPreview function. Additionally, added...

### Issue Currently, only the findings are copied over when cloning a report, which means that the evidence for each finding will not be copied over. ### Description of the...

**Describe the bug** If I am trying to run the installation procedures as outlined in the *Quickstart* section of the documentation, an error occurs du to some incompatibility in a...

bug

The press release for Ghostwriter indicates that SSO can be enabled for the application, but it is unclear how this can be implemented. Documentation of the process would be helpful,...

I'm trying to install Ghostwriter on a server I'm building right now. This server is an Ubuntu 20.10 with docker and contains Portainer and some other containers. Is there somewhere...

**Is your feature request related to a problem? Please describe.** Documentation (https://www.ghostwriter.wiki/features/infrastructure-management/domains-management/monitoring-domains) lists that categorizations are stored in "VENDOR": "CATEGORY" format. It would be great to be able to see...

**Is your feature request related to a problem? Please describe.** My team would like to be able to import domains automatically from GoDaddy. **Describe the solution you'd like** I would...

enhancement
stale

First off, we are loving the new CVSS additions for findings. It makes it a lot easier to start with a baseline severity and just adjust if needed once we've...

enhancement
stale

Hi, I'm trying to get the report list using the dedicated GraphQL API. Unfortunately, the query does not appear to work when used within a Python script. I have run...

bug
help wanted