burpsuite插件————AES-Killer的使用

下载地址:https://github.com/Ebryx/AES-Killer

Burpsuite Plugin to decrypt AES Encrypted traffic on the fly

Requirements

  • Burpsuite
  • Java

Tested on

  • Burpsuite 1.7.36
  • Windows 10
  • xubuntu 18.04
  • Kali Linux 2018

What it does

  • The IProxyListener decrypt requests and encrypt responses, and an IHttpListener than encrypt requests and decrypt responses.
  • Burp sees the decrypted traffic, including Repeater, Intruder and Scanner, but the client/mobile app and server see the encrypted version.

NOTE: Currently support AES/CBC/PKCS5Padding encryption/decryption.

How it works

  • Require AES Encryption Key (Can be obtained by using frida script or reversing mobile app)
  • Require AES Encryption Initialize Vector (Can be obtained by using frida script or reversing mobile app)
  • Request Parameter (Leave blank in case of whole request body)
  • Response Parameter (Leave blank in case of whole response body)
  • Character Separated with space for obfuscation on request/response (In case of Offuscation)
  • URL/Host of target to decrypt/encrypt request and response

How to Install

Download jar file from Release and add in burpsuite

Original Request/Response

Getting AES Encryption Key and IV

  • First setup frida server on IOS and Android device.
  • Launch Application on mobile device.
  • Run this frida script on your host machine to get AES Encryption Key and IV.

Decrypt Request/Response

  • Provide SecretSpecKey under Secret Key field
  • Provide IV under Initialize Vector field
  • Provide Host/URL to filter request and response for encryption and decryption
  • Press Start AES Killer

 

### 关于BurpSuite HaE插件不生效的解决方案 #### 插件配置检查 确保HaE插件正确安装并启用。通常,在BurpSuite中加载外部插件后,需确认插件是否正常工作。如果HaE未显示在扩展列表内,则可能是加载失败或路径设置错误[^1]。 #### 配置环境变量 对于某些依赖特定运行时环境的插件来说,可能需要额外配置JVM参数或其他系统级环境变量来满足其执行需求。例如,如果是Java版本兼容性引起的问题,应调整`JAVA_HOME`指向适当版本的JDK,并重启BurpSuite使更改生效。 #### 日志排查 利用BurpSuite自带的日志记录功能定位具体异常原因。当遇到插件无法启动的情况时,查看控制台输出的信息可以帮助理解问题所在。此外,部分复杂插件还会提供独立的日志文件用于调试目的,这些日志往往包含了更详细的报错提示[^2]。 #### 更新与重装尝试 考虑到官方持续更新修复Bug以及优化性能的可能性,建议定期检查是否有新版发布。有时旧版可能存在尚未被解决的小缺陷,升级至最新稳定版本或许就能解决问题。当然,若仍无改善,不妨考虑卸载后再重新安装一次该插件。 #### 测试网络连接状况 由于HaE涉及到了解密HTTPS流量的操作,因此任何影响SSL/TLS握手过程的因素都可能导致其失效。比如防火墙规则阻止了必要的端口通信,或是代理服务器配置不当干扰了正常的会话建立流程等情形都需要逐一排除。 ```python import burpsuite_api as bsapi def check_hae_status(): try: hae_plugin = bsapi.get_extension('HaE') if not hae_plugin.is_active(): print("HaE plugin is inactive.") return False # Additional checks can be added here based on specific requirements. print("HaE plugin appears to be functioning correctly.") return True except Exception as e: print(f"An error occurred while checking the status of HaE: {e}") return None ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

FLy_鹏程万里

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值