arachni-ui-web
arachni-ui-web copied to clipboard
Parameters inside URL
I have been searching around the docs trying to find out if it is at all possible to have wildcards in testing urls that would also be tested for xss/sqli/general fuzzing.
For example: https://blah.com/shoppinglist/{wildcardparamhere}/item/{wildcardparamhere}/cost
I understand that arachni is great at testing https://blah.com/{anythinghere} so would love to use it for the other scenario.