My requirements: replace the original requested cookie with my customized cookie; It is similar to modifying a custom cookie after burp intercepts the request and then sending it;
As shown in Figure 7 and figure 8, if the request of the graph tree structure is not the last request, I do not understand why jessionid = 666666 has changed in the tree structure. I read zap's Javadoc and compared it with
https://github.com/zaproxy/community-scripts/blob/main/httpsender After many attempts, I still cannot replace the cookie in the original request with a custom cookie;
The environment I tried to test was the vulhub image of OWASP. Docker uses a standard image, starting with webswing;
I need help ~ can you provide a script case to replace the original request cookie? Httpsender's script cannot be overwritten