GitPedia
bit4woo

bit4woo/knife

A burp extension that add some useful function to Context Menu 添加一些右键菜单让burp用起来更顺畅

23 Releases
Latest: 2y ago
knife v2.3v2.3Latest
bit4woobit4woo·2y ago·May 6, 2024
GitHub

FindUrlAndRequest菜单功能更新 新增2个菜单:CopyJsOfThisSite、ChangeToUploadRequest 代码优化,修复多个bug 将SQLMap和Nmap等执行命令的功能合并为 “run cmd”功能,支持添加自定义命令 ChineseTab重写,支持语法高亮和自动换行,方便阅读 支持配置项搜索和多选操作

knife v2.2v2.2
bit4woobit4woo·3y ago·April 25, 2023
GitHub

更新“Find URL And Request”功能 更新chinese中文显示面板逻辑,及时刷新避免有时显示不一致的问题 端口扫描逻辑优化,多个host在同一个命令行中完成扫描,避免打开太多窗口 更新dismiss功能,规则更清晰也更容易自行编辑处理。 让proxy中的数据包编辑更改可视化,更容易判断数据处理规则是否正确 数据包修改更新、丢弃转发的规则类型更丰富,适应更多场景。

knife v2.1v2.1
bit4woobit4woo·3y ago·November 20, 2022
GitHub

📋 What's Changed

  • Bump gson from 2.3.1 to 2.8.9 by @dependabot in https://github.com/bit4woo/knife/pull/45
  • Bump commons-text from 1.6 to 1.10.0 by @dependabot in https://github.com/bit4woo/knife/pull/53

New Contributors

  • @dependabot made their first contribution in https://github.com/bit4woo/knife/pull/45
  • Full Changelog: https://github.com/bit4woo/knife/compare/v2.0...v2.1
knife v2.0v2.0
bit4woobit4woo·4y ago·December 31, 2021
GitHub

📋 Changes

  • 更新SQLMap和Nmap的实现逻辑,配置自由度更高
  • 更新为多个参数插入Payload的功能
  • 更新Dismissed功能,可对不同的URL和HOST采取不同的措施(丢弃或转发)
  • 更新配置操作、合并等逻辑,更便捷的配置合并和冲突解决逻辑
  • 更新说明文档
  • 新增响应包下载功能,尤其适合文件读取漏洞爆破利用后的文件下载
  • 新增显示显示中文的Tab,可以切换显示编码
  • 调整默认参数配置,适配mac系统
  • + 1 more
knife v1.9v1.9
bit4woobit4woo·5y ago·February 20, 2021
GitHub

1、更新dismiss功能,支持url级别控制,支持丢弃请求和标灰请求两种模式 2、以二进制流保存response的功能 3、用不同编码查看数据包的功能 4、更新run sqlmap等需要启动console的功能,支持以模拟输入方式和bat文件启动两种方式运行 5、修复多个bug

knife v1.8v1.8
bit4woobit4woo·6y ago·May 25, 2020
GitHub

1、使用模拟输入(Robot)来实现SQLMap等外部命令的输入,以支持命令行的历史记录,方便自行编辑命令(windows\kali\ubuntu测试通过,MAC未通过)。 2、支持以二级菜单显示所有knife的菜单,减少对burp右键菜单的占用,可通过Put_MenuItems_In_One_Menu参数配置(@喵大人的建议)。 3、json参数遍历逻辑优化,使Insert XSS的功能可以更好地支持JSON参数。 4、updateCookie功能中输入值逻辑判断优化。 5、setcookie的逻辑优化避免rehook操作,以修复在logger++中一个请求出现2次的问题。 6、U2C逻辑优化,以修复tab消失的bug。 7、openwithBrower逻辑优化,尽量避免中文导致的getSelectionBounds不准确问题,url拼接逻辑优化。 8、调整菜单顺序,将个人使用频率高的菜单前移。 9、dismiss功能的处理方式改为“不拦截”,弃用之前的直接drop方式(@喵大人的建议)。

knife v1.7v1.7
bit4woobit4woo·6y ago·April 5, 2020
GitHub

移除Hackbar custom payload支持base64格式 将fastjson替换为Gson 更新配置保存导出等逻辑 修复一个bug

knife v1.6v1.6
bit4woobit4woo·6y ago·December 10, 2019
GitHub

新增一个菜单“do active scan”,用于burp 2.*版本 修复一个JSON Tab导致burp卡死的bug 更新U2C和JSON中的逻辑方法 升级依赖包的版本等

knife v1.5v1.5
bit4woobit4woo·6y ago·August 15, 2019
GitHub

1、fix some bug 2、add "insert xss" function 3、switch to use common class "Getter"

knife v1.4v1.4
bit4woobit4woo·6y ago·July 14, 2019
GitHub

knife v1.4 tuning the logic of display some menus tuning the logic of "Update Cookie" & "Set Cookie" To support multiple selection for some menus 优化部分菜单的显示逻辑 优化“update cookie”和“Set Cookie”的实现逻辑 让多个菜单支持多选模式

knife v1.3v1.3
bit4woobit4woo·6y ago·July 2, 2019
GitHub

knife v1.3: Add "Run SQLMap" function 实现一键运行SQLMap的功能

knife v1.2v1.2
bit4woobit4woo·7y ago·May 12, 2019
GitHub

knife v1.2 release: add "dismiss" function : Dismiss useless requests (eg. *.firefox.com *.mozilla.com) from proxy update "update cookie" and "set cookie" function

knife v1.1v1.1
bit4woobit4woo·7y ago·April 24, 2019
GitHub

Add Proxy function Add chunked encode function Add Set cookie with function

knife v1.0knife.v1.0
bit4woobit4woo·7y ago·March 16, 2019
GitHub

1.Update Config GUI 2.Add Chunked Encoding To Menu. 1、更新图形配置界面,更为简单易用。 2、将“分块编码“功能添加到菜单中。参见:https://github.com/c0ny1/chunked-coding-converter

knife v0.9v0.9
bit4woobit4woo·7y ago·January 14, 2019
GitHub

add config save and load function custom payload support 2 variables %host %DNSlogServer add chinese readme 添加中文说明文件 use custom dnslog in xxe and file payload fix a bug in updateheader

knife v0.8v0.8
bit4woobit4woo·7y ago·January 11, 2019
GitHub

big improvement: 1. open URL with your configured browser 2. hackbar++(you can configure payload) 3. auto remove some headers that control cache 4. auto add/update some headers that you configured ......

knife v0.7v0.7
bit4woobit4woo·7y ago·December 14, 2018
GitHub

add function "update header": update header that like token ,authorization.

knife v0.6v0.6
bit4woobit4woo·7y ago·November 9, 2018
GitHub

merge U2C to knife https://github.com/bit4woo/u2c

knife v0.5v0.5
bit4woobit4woo·7y ago·August 13, 2018
GitHub

坚持简洁美原则,删除“U2C”、"copy this cookie","get latest cookie"选项,因为它们都可以间接或通过其他插件实现了。 simple is beautiful, leave real useful menus ,delete others!

knife v0.4v0.4
bit4woobit4woo·7y ago·July 13, 2018
GitHub

fix a little bug in "update cookie" function.

knife v0.3v0.3
bit4woobit4woo·7y ago·July 4, 2018
GitHub

add "update cookie" option. convert java project to maven project. 增加“update cookie”选项,直接一个操作完成repeater中请求的更新!

knife v0.2v0.2
bit4woobit4woo·7y ago·June 29, 2018
GitHub

更新 U2C选项出现的条件,可以在请求等地方使用

knife v0.1v0.1
bit4woobit4woo·8y ago·June 12, 2018
GitHub

first release