arachni vector_feed seems doesnt support cookie
plugin vector_feed seams doesnt request with cookie
yaml like this:
---
- :type: :json
:method: :post
:action: http://xxx.com
:inputs:
gid: 1845521964
- :type: :header
:method: :get
:action: http://xxx.com
:inputs:
Cookie: muid=xxx
arachni scanner doesnt send cookie with POST requests
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 18 Mar, 2016 03:26 PM
You're not actually setting the cookiejar that way, you should use the system options for that.
The
vector_feed
plugin sets vectors to be audited, not system settings.Also, you're providing a header input, not a cookie one, you should use a
cookie
type for that.Cheers
Tasos Laskos closed this discussion on 18 Mar, 2016 06:01 PM.