m.pen...@gmail.com
unread,Aug 6, 2014, 3:45:49 AM8/6/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zaproxy...@googlegroups.com
Hi,
I am trying to set "referer" filed to the request, the changes are:
the functions that are needed are "setHeader" in "zaproxy/src/org/parosproxy/paros/network/HttpHeader.java",
"setRequestHeader" in "zaproxy/src/org/parosproxy/paros/network/HttpMessage.java",
and set the "parent" of each URL in the "zaproxy/src/org/zaproxy/zap/spider/SpiderTask.java"
i have some problems!
can i use the "parent" parameter defined in the SpiderTask.java to do this work?
i want to define a new "setRequestHeader" with different inputs, but i can't use the "setHeader" function in the "HttpMessage.java" :(
how can i do that?
if you think there is an easier way, let me know :)
Best Regards