https://github.com/ghostmanager/ghostwriter
The SpecterOps project management and reporting engine
https://github.com/ghostmanager/ghostwriter
informationsecurity penetration-testing red-team reporting
Last synced: 7 days ago
JSON representation
The SpecterOps project management and reporting engine
- Host: GitHub
- URL: https://github.com/ghostmanager/ghostwriter
- Owner: GhostManager
- License: bsd-3-clause
- Created: 2019-07-16T21:19:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T21:55:22.000Z (28 days ago)
- Last Synced: 2025-04-23T22:24:50.536Z (28 days ago)
- Topics: informationsecurity, penetration-testing, red-team, reporting
- Language: Python
- Homepage: https://ghostwriter.wiki
- Size: 193 MB
- Stars: 1,491
- Watchers: 25
- Forks: 202
- Open Issues: 19
-
Metadata Files:
- Readme: DOCS/README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Mintlify Starter Kit
Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including
- Guide pages
- Navigation
- Customizations
- API Reference pages
- Use of popular components### Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
```
npm i -g mintlify
```Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```### Publishing Changes
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
#### Troubleshooting
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`