Big IP安全相关工具。
- Cookie Decoder
输入Cookie解密:
./big-ip-hacker cookie --cookie 'xxx'
或者觉得打开浏览器的开发者工具复制太麻烦,直接从地址栏中复制URL,输入URL,根据HTTP请求响应头上的Cookie来解密:
./big-ip-hacker cookie --url 'xxx'
用法:
./big-ip-hacker cookie --cookie 'BIGipServer~Banner~pool-pbanapp.banner-8038=1312824236.26143.0000'
输入非法时的提示:
用法:
./big-ip-hacker cookie --url 'https://ssomgr.utc.edu/'
如果输入的url没有使用big ip:
去release页面下载:
https://github.com/CC11001100/big-ip-hacker/releases
项目克隆到本地:
git clone https://github.com/CC11001100/big-ip-hacker.git
Windows CMD编译:
SET CGO_ENABLED=0
SET GOOS=windows
SET GOARCH=amd64
go build -o gitlab-api-user-enum-exploit.exe main.go
Linux编译:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o gitlab-api-user-enum-exploit main.go
https://ssomgr.utc.edu/
https://185.26.210.10/
https://170.140.125.22/
https://167.16.66.73/
https://185.109.109.36/
https://iam.cloud.nec.com/
对新的方式的cookie解密