3nock/SpiderSuite

[Feature Request]: Dealing with parameters

smackerdodi opened this issue · 1 comments

Problem

spider suite doesn't deal with parameters

Solution

dealing with parameters like :
1- give the parameters in GET and POST requests and number of them in each request
2- alert reflected parameters
3- number of occurrence for every param

Alternatives

No response

Additional context

No response

3nock commented

Nice suggestion. In development I did build a similar feature but decided to drop it because I couldn't find an efficient way of logging the parameters, but with the new design I'm working on now I might be able to implement this feature.

I will leave this Issue open so anyone can comment or make in-depth suggestions on how they would like this feature implemented.