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
2
3
4
5
6
7
function disable_hackbar(message=null) {
//$('#alert-license').removeClass('hidden');
//if(message){
// $('#alert-license span').text(message);
//}
license_ok = true;
}

删除存 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
Posted on
April 25, 2020
Updated on
May 23, 2022
Licensed under
本博客所有文章除特别声明外,均采用  协议,转载请注明出处!