Fixed X-Forwarded for and Cracked HackBar
Last updated on 2 years ago
Firefox下x_forwarded_for无法保存设置好的headers
x_forwarded_for
从Firefox插件目录,复制 x_forwarded_for 出来并解压.
编辑 options.js
156行,在newSettings前添加 let
编辑 options.html
删除 163行的 <script src="browser-polyfill.js"></script>
修改 manifest.json
41行的id值,修改为任意值
删除存 META-INF
整个文件夹
打包为zip,然后上传到Firefox开发者中心进行签名
访问 https://addons.mozilla.org/zh-CN/developers/
使用Firefox账号登录(没有账号请自行注册),登录后,提交新附件组件,选【我自己托管】,按提示操作即可。成功提交后,5分钟左右即可下载签名好的插件。
HackBar
提取 插件并解压,然后编辑 theme\js\hackbar-panel.js
注释 21-25行
1 |
|
删除存 META-INF,重新打包为zip,然后上传到Firefox开发者中心进行签名,签名完下载安装即可。
Reference
https://www.bilibili.com/video/BV1j4411X7Ep?from=search&seid=13023994289158065445
Fixed X-Forwarded for and Cracked HackBar
https://guosec.online/posts/eea35710.html