List of all possible issues that Arachni can produce

Patrick's Avatar

Patrick

08 Apr, 2013 10:20 AM

Hi Tasos

A few issues that I have been struggling with:

1) Is there an easy way to list all possible issues (including name, modname, etc) that Arachni can produce?

2) What is the best unique identifier for an Arachni issue when parsing the XML (I am thinking "internal_modname")?

3) How is the internal_modname determined? (I can't find it in the "self.info" method of the module files)

Many thanks (as always!)

Patrick

  1. Support Staff 1 Posted by Tasos Laskos on 08 Apr, 2013 03:29 PM

    Tasos Laskos's Avatar
    1. Each module logs a single type of Issue and you'll find that data in .info[:issue].
    2. The "digest" string is a unique SHA1 hash which identifies a logged Issue.
    3. It's the Ruby classname of the module -- I don't like that, I'd much rather it'd be the shortname, like "xss", "xss_tag" etc.
  2. Tasos Laskos closed this discussion on 08 Apr, 2013 03:29 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