arachni_rest & web
Hi,
I want to automate the scans with gitlab CI/CD and send the scans_report to arachni_web with a call API.
But this it's not possible because the arachni_web and the arachni_rest are isolated.
Do you have another way to resolve this issue ?
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
1 Posted by adam.azuber on 24 Aug, 2018 02:54 AM
I did a similar project. We scan using arachni CLI and import the AFR report using arachni_web_scan_import. The REST api does not produce an AFR report.