Custom Auditor Problem
So, im using the code You send me, but im having some issues. all my audits are in a module called Aurora::Audits each audit is a def self.auditname ( f ) where f is framework.
when calling the audit this happens.
/Aurora.rb:64:in ads': undefined
method
forms_from_response' for Aurora::Audit:Module
(NoMethodError)
How to 'fix' this?
--Pieter
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 30 Aug, 2012 02:45 PM
The script I sent you was developed to be passed to
arachni_script
[1,2] which includes some namespaces to make dev easier and prevent having to typeArachni::
all the time.Put this under
Aurora::Audits
:[1] http://arachni-scanner.com/wiki/Executables#wiki-arachni_script
[2] https://github.com/Arachni/arachni/blob/experimental/bin/arachni_sc...
Tasos Laskos closed this discussion on 30 Aug, 2012 02:47 PM.