register_results and reports
Hi,
I have created some plugins doing some special analysis on each
html page of a site, I would like to be able to save each results
in the report but as I can see the register_results
overwrite the plugin result at each call ... Is it possible to
provide the hability to call this function multiple time ? (ie in a
on_each_page
hook for example)
I need that because I want to write a couchdb report and I need the datas being available asap, not at the end of the scan.
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 13 Nov, 2012 02:10 PM
Unfortunately not, you should do it like this: https://github.com/Arachni/arachni/blob/feature/distributed-crawlin...
Tasos Laskos closed this discussion on 13 Nov, 2012 02:10 PM.
Beunwa re-opened this discussion on 13 Nov, 2012 03:00 PM
2 Posted by Beunwa on 13 Nov, 2012 03:00 PM
Ok, thank you, so basicly whats happen if the scan stop before the end, does the clenup method of the plugin is called ?
Support Staff 3 Posted by Tasos Laskos on 13 Nov, 2012 03:05 PM
Depends on what you mean, if it ends cleanly (if you cancel the scan before it's finished for example) then yeah, of course.
If Arachni dies because of a bug or something then obviously no.
Tasos Laskos closed this discussion on 13 Nov, 2012 03:05 PM.