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

Enable Auto Enc/Dec无效果 #34

Open
perkupup opened this issue Jan 22, 2024 · 2 comments
Open

Enable Auto Enc/Dec无效果 #34

perkupup opened this issue Jan 22, 2024 · 2 comments

Comments

@perkupup
Copy link

image
以你的修改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
@mr-m0nst3r
Copy link
Owner

你可以wireshark抓包看一下,如果我没记错的话,虽然你repeater中文本没变,但burp发出去的流量应该是变了。
这个功能我用得不多。

另外,建议使用最新版本的burpy和burp。

欢迎交流讨论。

@hack2012
Copy link

hack2012 commented Jun 4, 2024

试一下header.update({"Cookie":"admin=1"})

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

3 participants