Could arachni Support Custom Scan Plugins?
I think support custom plugins is very very useful, will arachni support it ?
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 Sep 08, 2017 @ 04:26 PM
What do you mean? You can add your own plugins and use them just like any other.
You just need to place them under
components/plugins/
and they'll become available.2 Posted by kxcode on Sep 13, 2017 @ 06:27 AM
is there some guide for checks or plugins development?
or some easier way to add custom checks withour coding
Support Staff 3 Posted by Tasos Laskos on Sep 19, 2017 @ 11:11 AM
Sorry there's no guide.
The best approach would be to check-out the existing checks/plugins and use them as a base for what you want to do.
This will involve a fair amount of coding in Ruby though.