mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-01-11 22:30:35 +01:00
Not all query attributes are supported #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @starek4 on GitHub (Oct 28, 2019).
Originally assigned to: @starek4 on GitHub.
Some attributes may be documented as query attributes, but they do not have to be in the path of the specific endpoint.
Simple example:
This should end with something like:
/hello?message=hello_world, wherehello_worldwill be fuzzed.But the actual behavior is just generating:
/hello, because the parameter message is not defined in path of the endpoint.@starek4 commented on GitHub (Oct 30, 2019):
Implemented by https://github.com/ysoftdevs/wapifuzz/pull/7