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
± 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
The text was updated successfully, but these errors were encountered:
wayzate
changed the title
'=' in a cookie prompt an error
'=' in a cookie prompts an error
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
The text was updated successfully, but these errors were encountered: