reptor allows you automating pentest reporting with SysReptor.
Project description
reptor (alpha version)
reptor allows you to automate pentest reporting with SysReptor.
- Create findings and notes from tool outputs
- Upload evidences (also bulk upload)
- Import data from other reporting tools
GitHub: https://github.com/Syslifters/reptor/
Docs: https://docs.sysreptor.com/cli/getting-started
Setup: https://docs.sysreptor.com/cli/setup
PyPi: https://pypi.org/project/reptor/
Prerequisites
- Python 3.8-3.11
- pip3
Installation
From pypi
pip3 install reptor
Optional dependencies
- translate (requires deepl)
- ghostwriter (requires gql)
- dev (requires pytest)
Install by pip3 install reptor[translate]
.
Install all optional dependencies using pip3 install reptor[all]
From source
git clone https://github.com/Syslifters/reptor.git
cd reptor
pip3 install .
Install optional dependencies by pip3 install .[all]
.
From BlackArch
pacman -S reptor
Usage
[--private-note] [-v] [--debug] [-n NOTETITLE] [--no-timestamp]
[--file FILE]
Examples:
reptor conf
echo "Upload this!" | reptor note
reptor file data/*
cat sslyze.json | reptor sslyze --json --push-findings
cat nmap.xml | reptor nmap --xml --upload
optional arguments:
-h, --help show this help message and exit
-v, --verbose increase output verbosity (> INFO)
--debug sets logging to DEBUG
-n NOTETITLE, --notetitle NOTETITLE
--no-timestamp do not prepend timestamp to note
--file FILE Local file to read
subcommands:
Core:
conf Shows config and sets config
plugins Allows plugin management & development
Projects & Templates:
createproject Create a new pentest project
deletefindings Deletes findings by title
deleteprojects Deletes projects by title
exportfindings Export your project findings as a summary or checklist
file Uploads a file
finding Uploads findings from JSON or TOML
note Uploads and lists notes
project Work with projects
pushproject Push data to project from JSON or TOML
template Queries Finding Templates from SysReptor
translate Translate Projects to other languages via Deepl
Tools:
nessus Nessus vulnerability importer
nmap format nmap output
openvas OpenVAS vulnerability importer
sslyze format sslyze JSON output
zap Parses ZAP reports (JSON, XML)
Importers:
defectdojo Imports DefectDojo finding templates
ghostwriter Imports GhostWriter finding templates
importers Show importers to use to import finding templates
Utils:
packarchive Pack directories into a .tar.gz file
unpackarchive Unpack .tar.gz exported archives
configuration:
-s SERVER, --server SERVER
-t TOKEN, --token TOKEN
SysReptor API token
-k, --insecure do not verify server certificate
-p PROJECT_ID, --project-id PROJECT_ID
SysReptor project ID
--private-note add notes to private notes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reptor-0.17.tar.gz
(139.7 kB
view details)
Built Distribution
reptor-0.17-py3-none-any.whl
(194.0 kB
view details)
File details
Details for the file reptor-0.17.tar.gz
.
File metadata
- Download URL: reptor-0.17.tar.gz
- Upload date:
- Size: 139.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3aae412cde57e811b546941b021de170dc8efe3a0ca4a5734d0a8d825a6b7c7 |
|
MD5 | f474f02ab3d94d2504a1249b6ba10da6 |
|
BLAKE2b-256 | d2bc1dc1a96b5c12c0cd8edcb0b6f8ff060d354e98f1592cb9b7d53273b87760 |
File details
Details for the file reptor-0.17-py3-none-any.whl
.
File metadata
- Download URL: reptor-0.17-py3-none-any.whl
- Upload date:
- Size: 194.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02e41eed5650e1d1832a0c9f318513903c3c8cf325bcb1622c693ce047252af0 |
|
MD5 | 9b6b6f3b1c5fcb718549d71b7f506e9a |
|
BLAKE2b-256 | 7b46116f9f97c44853fc64d27fe8120f13b1fe6cf4bd5c48e13dc9c88dc663fc |