You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, When I try to add Cookies during usages of http_fuzz module, only option i found is header='Cookie: session=MIUz1lb1xEXdAp3pgpkOkh4fb44cSY3I; but the problem is, when I set accept_cookie=1, request start to send double cookie header.
I also checked Source and Yes! There is a note in patator.py source about double header problem but then, what is the solution to load cookies?
The text was updated successfully, but these errors were encountered:
surajsinghbisht054
changed the title
Please add a method to insert cookies with accept_cookie=1 with http_fuzz module
Please add a method to insert cookies with accept_cookie=1 and http_fuzz module
Jun 8, 2020
Actually, When I try to add Cookies during usages of http_fuzz module, only option i found is
header='Cookie: session=MIUz1lb1xEXdAp3pgpkOkh4fb44cSY3I;
but the problem is, when I set accept_cookie=1, request start to send double cookie header.I also checked Source and Yes! There is a note in patator.py source about double header problem but then, what is the solution to load cookies?
The text was updated successfully, but these errors were encountered: