Add feature to retrieve html report through REST API
I see your very interesting work with the REST API that will
allow me to call Arachni directly in python rather than having to
handle a ruby bridge in order to use RPC calls.
Among the features, one I use often is retrieving the full HTML
report from a scan, and I was wondering if you plan on adding this
to the current extensions available with the REST API ?
Thanks for your work.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 10 Dec, 2015 01:54 PM
Sure, I figured people would be more interested in integration (and thus handling their own presentation of data) when using the REST API but since you need this it's fairly simple to support.
Will let you know once fresh nightlies are up.
Cheers
2 Posted by Guillaume on 10 Dec, 2015 02:07 PM
Thank you for your lightning speed reply.
There's no hurry for the implementation, I won't start before next month.
Support Staff 3 Posted by Tasos Laskos on 10 Dec, 2015 02:09 PM
It's ok I'm almost done, was a simple change.
Support Staff 4 Posted by Tasos Laskos on 10 Dec, 2015 07:09 PM
All done, you can find that in the nighlties, you can grab the report with
GET /scans/:id/report.html.zip
.Cheers
Tasos Laskos closed this discussion on 10 Dec, 2015 07:09 PM.
Guillaume re-opened this discussion on 11 Dec, 2015 08:16 AM
5 Posted by Guillaume on 11 Dec, 2015 08:16 AM
Many thanks, this will come handy.
Tasos Laskos closed this discussion on 11 Dec, 2015 01:50 PM.