XML export will usually include the name of the injected parameter, but not in all cases. In particular, this happens when an injection marker (eg *) is included in the payload eg:
--data="station=102*&SUBMIT=Go!"
... in this case, the element (form parameter station) is not reported as the injected element.
XML export will usually include the name of the injected parameter, but not in all cases. In particular, this happens when an injection marker (eg
*) is included in the payload eg:... in this case, the element (form parameter
station) is not reported as the injected element.