p0dalirius / pwndocapi

A python library to interact with Pwndoc instances for pentest reports generation
https://podalirius.net/
GNU General Public License v3.0
14 stars 3 forks source link
pentest pwndoc report

A python library to interact with Pwndoc instances for pentest reports generation.
PyPI GitHub release (latest by date) Python pip build YouTube Channel Subscribers

Features

Examples of usage

Create a new audit

import pwndocapi

p = pwndocapi.pwndoc("192.168.1.19", 8443, verbose=True)
p.login("username", "password")
# Create a new audit
audit = p.audits.create("PoC Audit", "fr", "TI Externe")
print("audit:", audit)

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.