MCPcopy Index your code
hub / github.com/ScriptKid-Beta/Unexpected_information

github.com/ScriptKid-Beta/Unexpected_information @v2.3.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.3.1 ↗ · + Follow
24 symbols 51 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Unexpected_information Extensions

Author: xiaowei
Team: Timeline Sec
Email: xiaowei@timelinesec.com

最近写了一个BurpSuite Extensions用来标记请求包中的一些敏感信息、JS接口和一些特殊字段,防止我们疏忽了一些数据包,我将它命名为“Unexpected information”,使用它可能会有意外的收获信息。

介绍

支持列表
  • [x] 身份证信息
  • [x] 手机号信息
  • [x] IP信息
  • [x] 邮箱信息
  • [x] JS文件API接口路径
  • [x] JS文件URL
  • [x] 特殊字段(password、method: "post"...#57)
  • [x] JSON Web Token
  • [x] Shiro(rememberMe=delete)
  • [x] 双向检测
  • [x] 高亮显示
高亮模式
邮箱 -> 黄色
内网IP -> 红色
手机号码 -> 绿色
身份证号码 -> 绿色
其他 -> 无 (只开启Unexpected information标签页)

当如数据包中存在有相关的对应信息(如手机号码、IP地址、邮箱、身份证号码等)存在时HTTP history标签页中的对应请求中自动标记颜色高亮,并且开启一个新的标签页名为”Unexpected information”显示匹配到的信息。

如何使用

BurpSuite >> Extender >> Extensions >> Add >> Extension type: Java >> Select file ...>> 选择对应的插件(Unexpected information.jar)
注意:避免使用中文目录

image-20200913144353237

效果

image-20200913151710096

image-20200913152201413

项目地址

https://github.com/ScriptKid-Beta/Unexpected_information

// jar文件
https://github.com/ScriptKid-Beta/Unexpected_information/releases

最后

欢迎师傅Star,最重要的是如果师傅们有什么建议或者Bug,请在issues里提出来或者公众号留言。

Core symbols most depended-on inside this repo

removeDuplicate
called by 7
src/main/java/burp/Re.java
IdCard
called by 5
src/main/java/burp/Re.java
Phone
called by 4
src/main/java/burp/Re.java
Email
called by 4
src/main/java/burp/Re.java
IP
called by 3
src/main/java/burp/Re.java
js
called by 3
src/main/java/burp/Re.java
Password
called by 2
src/main/java/burp/Re.java
Path
called by 2
src/main/java/burp/Re.java

Shape

Method 21
Class 3

Languages

Java100%

Modules by API surface

src/main/java/burp/Re.java12 symbols
src/main/java/burp/BurpExtender.java12 symbols

For agents

$ claude mcp add Unexpected_information \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact