Error when using vector_feed plugin

viezz.labz's Avatar

viezz.labz

08 Mar, 2018 07:28 AM

Hi,

I'm trying to run a scan via exported vectors.yml file from previous recording using arachni proxy plugin, there's some errors occurred and arachni didn't found any issue. With normal scan (visiting target url via proxy and scan using the same arachni instance) it can found an issue, but if I export the vectors and use that in another arachni instance using vector_feed plugin it doesn't work, when I look through the log arachni did found the issue, then there's error regarding the browser cluster "undefined method `to_msgpack' for #Arachni::Element::Header:0x00000002d2f378"

when using same instance I use this command:
./arachni --plugin='proxy' --checks=xss* --scope-page-limit=0 http://testphp.vulnweb.com

when using vector_feed:
./arachni --plugin="vector_feed:yaml_file=vectors.yml" --checks=xss* --scope-page-limit=0 http://testphp.vulnweb.com

Here's I attached the vector file and the logs snipplet.

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Already uploaded files

  • vectors.yml 1.95 KB
  • using_vector_feed.png 80.6 KB
  • using_same_instance.png 14.6 KB
  • error-16113.log 102 KB

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

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