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
以你的修改Cookie代码为例,即使开启Enable Auto Enc/Dec进行repeat发送,cookie仍然保持不变,但是如果右键选中Extensions->Burpy ->Burpy encrypt能够正常修改Cookie值。不知道是我的bp版本(2021.8.1)问题还是,如果是版本问题的话还麻烦提供下你的burpsuite版本号
def encrypt(self, header, body):
'''
Auto Enc/Dec feature require this function
'''
header["Cookie"] = "admin=1"
return header, body
The text was updated successfully, but these errors were encountered:
以你的修改Cookie代码为例,即使开启Enable Auto Enc/Dec进行repeat发送,cookie仍然保持不变,但是如果右键选中Extensions->Burpy ->Burpy encrypt能够正常修改Cookie值。不知道是我的bp版本(2021.8.1)问题还是,如果是版本问题的话还麻烦提供下你的burpsuite版本号
The text was updated successfully, but these errors were encountered: