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

能否增加一个在history中去除重复请求的功能 #83

Open
johncai2016 opened this issue Apr 30, 2024 · 2 comments
Open

能否增加一个在history中去除重复请求的功能 #83

johncai2016 opened this issue Apr 30, 2024 · 2 comments

Comments

@johncai2016
Copy link

在最新版的burp中可以使用bambda的功能可以很快找到感兴趣的请求,但是它却无法去重,比如很多请求其实是一样的。这样在测试的时候就会花费很多时间。比如我想把一些请求批量发送到越权的插件上去,但是重复的请求是要花费时间再去查看的。如果可以在history这边就去重了,那批量发送到别的插件也会方便很多,麻烦考虑一下,谢谢!

@bit4woo
Copy link
Owner

bit4woo commented May 11, 2024

Burp API中,没有能直接删除history中记录的功能。有什么实现思路吗

@johncai2016
Copy link
Author

我有个想法你看看行不行,那就是把经过history的消息加上一个duplicate note, 然后再借助bambda表达式
return !requestResponse.annotations().notes().equalsIgnoreCase("duplicated request");

我看到你有给请求加了类似的note. ’auto changed by knife‘

当然如果可以直接用bambda来过滤那就更快更方便了。

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

2 participants