patator
patator copied to clipboard
Please add a method to insert cookies with accept_cookie=1 and http_fuzz module
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?