Skip to content
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

SysReptor Milestones: Request for Feedback #89

Closed
aronmolnar opened this issue Aug 25, 2023 · 4 comments
Closed

SysReptor Milestones: Request for Feedback #89

aronmolnar opened this issue Aug 25, 2023 · 4 comments

Comments

@aronmolnar
Copy link
Contributor

We have recently defined next possible milestones for the SysReptor project.
Up next are:

However, there is a lot more to make pentest reporting easier. Our future milestones and ideas are:

We created a poll at #88
Please vote :)

Do you have more ideas? Let us know here 👇

@MWedl MWedl pinned this issue Aug 25, 2023
@vysecurity
Copy link

Wonder if there's any chance of a Word Doc output, or even CSV output for just Findings too.

@aronmolnar
Copy link
Contributor Author

Wonder if there's any chance [...] CSV output for just Findings too.

CSV export is rather difficult for a generic solution, because we use complex types in reports, like lists or objects that cannot easily be transformed to CSV.

However, I gave you access to our CLI tool, which is still in pre-alpha state (and a private project still). You can use this to export your reports to JSON, TOML or YAML.

You can git clone and...

pip3 install .
reptor conf
# Interactively add your API token, project details, etc.
reptor projects --export json  # or toml or yaml

@aronmolnar
Copy link
Contributor Author

aronmolnar commented Aug 28, 2023

Wonder if there's any chance of a Word Doc output [...]

docx is a difficult topic. We do not plan to officially support it (mostly due to closed specs, complexity, missing library support, etc.).

I played around with pdf2docx (which could also be integrated to the CLI tool) but the results are far from perfect.

There are issues with background colors. Also, headers and footers are not added as docx-headers/footers, so they are pushed to the next page, as soon as you write in the docx.

Here are two demo reports I converted to docx, just to show...
report.docx
report-oscp.docx

If you have other ideas how to convert or what might otherwise simplify your process for which you need the docx, let us know.

(Thanks for your constant feedbacks, BTW.)

@aronmolnar
Copy link
Contributor Author

@vysecurity we tested a few more solutions for converting PDFs to docx.
We'd recommend Adobe Acrobat which delivers really good results.

@MWedl MWedl unpinned this issue Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants