Feeding Modules to Auditors?

Pieter's Avatar

Pieter

12 Sep, 2012 11:02 AM

Hey There!
I finally got my setup working, im getting pages back from my custom auditor, so my question is. How do i 'feed' modules to my custom auditor

Thanks!
--Pieter

  1. Support Staff 1 Posted by Tasos Laskos on 12 Sep, 2012 02:16 PM

    Tasos Laskos's Avatar

    Well, modules are auditors too and you'll have to pass the pages to them, like you did before, via the framework.

    framework = Arachni::Framework.new
    framework.push_to_page_queue page_you_want_to_audit
    framework.modules.clear
    framework.modules.load 'xss*', :and, :stuff
    framework.run
    
  2. Tasos Laskos closed this discussion on 12 Sep, 2012 02:16 PM.

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