Skip to content

自动将BurpSuite抓包、重放、爆破中的Unicode编码转换为易于阅读的自然语言编码(UTF-8)

License

Notifications You must be signed in to change notification settings

monstertsl/UnicodeAutoDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnicodeAutoDecoder

自动将BurpSuite抓包、重放、爆破中的Unicode编码转换为易于阅读的自然语言编码(UTF-8)
Auto converts Unicode encodings in Proxy, Repeater, and Intruder into easy-to-read natural language

参考以下两个项目进行创建
Refer to the following two authors create project
https://github.com/amir-h-fallahi/UnicodeDecoder
https://github.com/no001ce/N-DecodeAllUnicode

因为一开始我使用的是UnicodeDecoder,后面发现他会导致在重放和爆破的时候对请求/响应中的中文进行编码,导致无法正常阅读,所以在UnicodeDecoder的基础上,参照N-DecodeAllUnicode进行修改

使用方式

脚本使用python编写,需要先在BurpSuite中配置python环境,安装Jython在Java环境中实现python BurpSuite - Extensions(扩展) - Extensions settings(扩展设置) - Python environment(Python环境) - Location of Jython standalone JAR file(Jython的JAR文件位置) - Select file(选择文件) 选择下载好的Jython

载入插件

BurpSuite - Extensions(扩展) - Installed(安装) - Burp extensions(Burp扩展) - Add(添加) - Extension type(扩展类型) - Python - Extension file - Select file(选择文件) 选择下载好的UnicodeAutoDecoder

演示

未使用

image

使用

image

测试URL

https://aiqicha.baidu.com/index/getCPlaceAjax
https://passport.baidu.com/v2/api/getqrcode

About

自动将BurpSuite抓包、重放、爆破中的Unicode编码转换为易于阅读的自然语言编码(UTF-8)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages