Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 979 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 979 Bytes

fapdoc

fapdoc is an export/import tool for pwndoc, it allow exporting pwndoc's findings to different formats. Currently importing is supported from csv and burpsuite, exporting is supported on csv and jira.

Setup

install requirements:

$ cd fapdoc
$ pip3 install -r requirements.txt

Setup your config:

$ cp config.example.ini config.ini

Examples

Get available pwndoc's audits:

$ ./fapdoc.py -l

Get available findings per audit:

$ ./fapdoc.py -a [audit_id]

Get a finding:

$ ./fapdoc.py -a [audit_id] -f [finding_id]

Send a finding to jira as new issue:

$ ./fapdoc.py -a [audit_id] -f [finding_id] -e jira

Export an audit to csv:

$ ./fapdoc.py -a [audit_id] -e csv export.csv

Import findings from burpsuite:

$ ./fapdoc.py -a [audit_id] -i burpsuite burp_report.xml

Donations

Donations are welcome via PayPal, thank you.