Skip to content

0x404Ming/fastjsonscan-Intranet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

批量替换 nuclei 模板中的 内置反链

就是替换掉了 yaml 中的 {{interactsh-url}} 占位符

使用yakit自带的反链

image-20240228211756513

将要批量修改的 yaml 与脚本放在同一目录下

image-20240228211852786

脚本使用方法

python Rurl.py ip:端口号

http://192.168.0.117:8090 进行内网 fastjson 漏洞检测; -t 指定我们修改后的 yaml 文件夹即可

nuclei -u "http://192.168.0.117:8090/"  -t C:\Users\Q\Desktop\fastjson\

如下图可视 反链服务器 token 处有具体哪个 poc 执行成功

image-20240228212130301

有 go 环境 直接 安装 nuclei

设置国内代理go env -w GOPROXY=https://goproxy.cn,direct

go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest

About

在内网环境中检测web是否存在fastjson漏洞

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages