Home

Awesome

<h3 align="center">Galaxy</h3> <p align="center"> 通过自定义hook脚本自动解密报文,让你像测试明文一样简单。 <br> <br> <a href="https://github.com/outlaws-bai/Galaxy/releases"><img alt="releases" src="https://img.shields.io/github/release/outlaws-bai/Galaxy"/></a> <a href="https://github.com/outlaws-bai/Galaxy/releases"><img alt="downloads" src="https://img.shields.io/github/downloads/outlaws-bai/Galaxy/total?color=orange"/></a> <img alt="begin" src="https://img.shields.io/badge/begin-202406-green"/> <img alt="last commit" src="https://img.shields.io/github/last-commit/outlaws-bai/Galaxy"/> <a href="https://github.com/outlaws-bai/Galaxy/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/outlaws-bai/Galaxy"/></a> <br> <br> <a href="https://github.com/outlaws-bai/Galaxy/releases">Download</a> | <a href="https://github.com/outlaws-bai/Galaxy/blob/main/docs/FAQ.md">FAQ</a> | <a href="https://github.com/outlaws-bai/Galaxy/issues">Issue</a> </p>

🔥 功能介绍

Http Hook

面临的问题

本项目的解决方案

目前其它插件的做法是在用户选择好页面配置后,用被加密的数据调用对应的解密函数完成解密,这样只能满足既定请求。而我们的思路是将请求/响应对象交给你,通过少量代码解密并修改请求/响应对象,这样无论算法组合有多复杂都可以自动解密

已包含多种加解密场景的hook脚本,对于常规算法及逻辑可以做到开箱即用

启用后的效果

进一步了解:Http Hook

其他功能

  1. Parse Swagger Api Doc: 解析swagger文档,生成所有URL的请求,并带入参数、路径、描述。
  2. Bypass Host Check: 绕过服务端在url重定向/ssrf的测试点对host做了验证。
  3. Bypass Auth Of Path: 通过修改Path的方式绕过某些认证/鉴权/拦截。
  4. ...

🎥 效果展示

常规情况

hook

联动sqlmap

linkage-sqlmap

联动xray

linkage-xray

🚀 安装指引

插件下载:Download

插件安装:Extensions -> Add -> Select File -> Next

自行构建:build.gradle -> shadowJar

注意事项:

📶 优势特点

🐛 遇到问题

请先阅读 FAQ历史Issue,无法解决可以提交 Issue 或加群。

📢 交流

如果项目对你有帮助,请 star

扫码添加微信并备注 Galaxy 进群。

<img src="https://raw.githubusercontent.com/outlaws-bai/picture/main/img/image-20240731000104866.png" width="300" height="300"/>

🔯 Stars

Stargazers over time

🔗 常用地址

BurpDownload

BurpJavaDoc

BurpExtExamples

JDK17Download

JDK21Download