Module tutorial
Hello,
The plugin tutorial is very helpfull, may be you could create
the same for creating modules ?
By the way what is the main differences between modules and plugins
? I'm a bit confused about that.
Ben
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 Sep, 2012 05:24 PM
Here's a brief description of the different component types: https://github.com/Arachni/arachni/wiki/Developer-guide
As for a module tutorial, if you look at the code of the existing modules you'll get all the info you need. The API has plenty of documentation as well so if you need to know what a method does you can check it out.
I could write an article providing some pointers but it'd be sort of redundant because if you want to write a module you can pick one of the existing ones that is close to what you want to do and base yours on its code.
2 Posted by Beunwa on 10 Sep, 2012 06:13 PM
I will do that, thank you
Tasos Laskos closed this discussion on 10 Sep, 2012 09:57 PM.
Tasos Laskos re-opened this discussion on 11 Sep, 2012 12:33 AM
Support Staff 3 Posted by Tasos Laskos on 11 Sep, 2012 12:33 AM
You may find this helpful too: http://support.arachni-scanner.com/kb/writing-plugins/introduction
And since you asked about it, so will others (probably) so I'm going to write (at least) an "Introduction" article for all component types.
Edit: Module intro: http://support.arachni-scanner.com/kb/writing-modules/introduction
Tasos Laskos closed this discussion on 11 Sep, 2012 01:33 AM.