Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'=' in a cookie prompts an error #1

Open
wayzate opened this issue Jul 21, 2018 · 0 comments
Open

'=' in a cookie prompts an error #1

wayzate opened this issue Jul 21, 2018 · 0 comments

Comments

@wayzate
Copy link

wayzate commented Jul 21, 2018

Error when a cookie contains the character '='

± python pyrbuster.py -t http://ferret.pw -w ./big.txt -e php --cookies 'session=ZwtFp3Nhp86pwUkif4PmL0QLFZI='
Traceback (most recent call last):
File "pyrbuster.py", line 229, in
R_COOKIES = {k:v for k,v in [e.split('=') for e in cookies]}
File "pyrbuster.py", line 229, in
R_COOKIES = {k:v for k,v in [e.split('=') for e in cookies]}
ValueError: too many values to unpack

@wayzate wayzate changed the title '=' in a cookie prompt an error '=' in a cookie prompts an error Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant