HackTools

HackTools

Hacktools, is a web extension facilitating your web application penetration tests, it includes cheat sheets as well as all the tools used during a test such as XSS payloads, Reverse shells to test your web application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hack-Tools",
  "version": "0.4.0",
  "description": "The all in one Red team extension for web pentester",
  "browser_action": {
    "default_title": "Hack-Tools",
    "default_popup": "index.html",
    "default_icon": {
      "16": "./src/assets/img/icons/get_started16.png",
      "32": "./src/assets/img/icons/get_started32.png",
      "48": "./src/assets/img/icons/get_started48.png",
      "128": "./src/assets/img/icons/get_started128.png"
    }
  },
  "icons": {
    "16": "./src/assets/img/icons/get_started16.png",
    "32": "./src/assets/img/icons/get_started32.png",
    "48": "./src/assets/img/icons/get_started48.png",
    "128": "./src/assets/img/icons/get_started128.png"
  },
  "manifest_version": 2,
  "devtools_page": "devtools.html"
}