pavanw3b / sh00t

Security Testing is not as simple as right click > Scan. It's messy, a tough game. What if you had missed to test just that one thing and had to regret later? Sh00t is a highly customizable, intelligent platform that understands the life of bug hunters and emphasizes on manual security testing.
Apache License 2.0
268 stars 60 forks source link

Ability to export? #6

Open n8zwn opened 5 years ago

n8zwn commented 5 years ago

Is there a way export and create a report from my findings as I use sh00t? This would make it so I am not doubling my efforts and writing a secondary report for someone that I am performing a penetration test for.

Also, ETA for Jira integration?

pavanw3b commented 5 years ago

Hey @n8zwn, Thanks for reporting this.

Exporting records and jira integration stories are in our backlog, will soon be addressed. As we are all part-time contributors, it might take some more time. I'm expecting to address in a few weeks or so.

But you can quickly get that done yourself. You can add a custom action in the django admin. Refer this article: http://books.agiliq.com/projects/django-admin-cookbook/en/latest/export.html You can login to the django admin at YOUR_SH00T_URL/admin/ with the credentials you created in the initial set up using createsuperuser command.

I'll discuss about these 2 features with our contributors and will see if we can prioritize them.

Another way would be, if you are interested to contribute to sh00t, we would be glad to onboard you as a contributor. We can help you to get started. Let me know!

Cheers, Pavan