hackbar是Firefox的经典插件之一。介绍如下(懒得翻译了)

This toolbar will help you in testing sql injections, XSS holes and site security. It is NOT a tool for executing standard exploits and it will NOT teach you how to hack a site. Its main purpose is to help a developer do security audits on his code. If you know what your doing, this toolbar will help you do it faster. If you want to learn to find security holes, you can also use this toolbar, but you will probably also need a book, a lot of Google and a brain :)

这次提供HackBar Mod by Shariq Malik v2.0.1的增强版,

(只能用于firefox57以下的版本)

由于其网站文件已经访问不了,故又上传到博客园。

http://files.cnblogs.com/files/pcat/hackbar.zip

(本人不保证任何安全问题,如有问题请自负。当你选择下载时就默认遵守我这个规定。)
---------------------------------------------------------------

0x0. 在Firefox上安装未通过验证的扩展

xpi文件是Firefox浏览器的扩展文件,打开Firefox,把xpi文件拖到浏览器界面,firefox就可以安装这个xpi扩展。而Firefox里对于没通过验证的扩展会弹出类似“此附加组件无法安装,因为它未经验证.”的话语。

一个已经过时的解决法子:

在Firefox地址栏中输入about:config,把xpinstall.signatures.required的值设置为false.

现在参考知乎的问答所给的答案(如果也失效的话,自己多关注下知乎)

config.js 放在火狐安装文件夹下
config-prefs.js 放在火狐安装文件夹/defaults/pref 对于Mac OS X的:
config.js放在 /Applications/Firefox.app/Contents/Resources
config-prefs.js放在 /Applications/Firefox.app/Contents/Resources/defaults/pref

以下是config.js文件内容:

//
try {
Components.utils.import("resource://gre/modules/addons/XPIProvider.jsm", {})
.eval("SIGNED_TYPES.clear()");
}
catch(ex) {}

以下是config-prefe.js文件内容:

pref("general.config.obscure_value", 0);
pref("general.config.filename", "config.js");

0x1. hackbar的一些记录

-= Update 2019.06 =-

最早的hackbar的网址:https://code.google.com/p/hackbar/

最早的hackbar的讨论网址(没几个讨论):https://groups.google.com/forum/#!forum/hackbar

目前firefox里的HackBar by SecuriTeam版本已经是要收费的。

最新文章

  1. Disruptor-NET和内存栅栏
  2. LCTT 三岁啦
  3. putty不能连接linxu,报:connection refused
  4. SQL Server:“数据收缩”详解
  5. poj2367 拓扑序
  6. 【Binary Tree Maximum Path Sum】cpp
  7. Web Service学习之八:Soap消息详解
  8. HDU--杭电--3415--Max Sum of Max-K-sub-sequence--暴力或单调队列
  9. css实现网格背景
  10. 话说TP框架里的Vendor这目录是干什么用的啊?类库扩展thinkphp3.1版本
  11. 想进大厂,想收获高薪offer,资深猎头告诉你怎么做......
  12. 《java入门第一季》StringBuffer类小案例
  13. 解决0% [Waiting for headers] 导致的unable to lock the administration directory (/var/lib/dpkg/) is another process using it
  14. Android 插件化技术窥探
  15. EasyPR源码剖析(1):概述
  16. 数据结构——基于java的链表实现(真正理解链表这种数据结构)
  17. 27、 jq 拖拽
  18. git log 高级用法
  19. quic协议实时视频直播
  20. 变不可能为可能 - .NET Windows Form 改变窗体类名(Class Name)有多难?续篇

热门文章

  1. Spring学习之旅(五)极速创建Spring AOP java工程项目
  2. 全方位理解Android权限之底层实现概览
  3. mac版本查看日志命令
  4. TypeScript的概要和简介
  5. thread/threading——Python多线程入门笔记
  6. ERP结账不自动清台的解决办法
  7. Docker & pure-ftpd 快速加建 FTP 服务器
  8. The JSP specification requires that an attribute name is
  9. c/c++ 线性表之单向链表
  10. Hibernate 5 入门指南-基于Envers