Skip to content

The all-in-one Red Team extension for Web Pentester. Added more functionality

Notifications You must be signed in to change notification settings

4ndr34z/Enhanced-Hack-Tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo_hack_tools

Welcome to HackTools 🛠

Version release mozilla chrome-extension Downloads commit RawSecInventory stars Language grade: JavaScript

Introduction   —   Preview   —   Install   —   Build   —   Support

The all-in-one Red Team browser extension for Web Pentesters

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 and much more.

With the extension you no longer need to search for payloads in different websites or in your local storage space, most of the tools are accessible in one click. HackTools is accessible either in pop up mode or in a whole tab in the Devtools part of the browser with F12.

Enhancements

  • Added my PS Revshell
  • Added base64 encoding of PS revshell
  • Added base64 encoding of Netcat revshell
  • Added Integer and Hexadecimal convertion of IP.
  • Added a LOLBAS and GTFOBins pane
  • Some other minor additions

Current functions

  • Dynamic Reverse Shell generator (PHP, Bash, Ruby, Python, Perl, Netcat)
  • Shell Spawning (TTY Shell Spawning)
  • MSF Venom Builder
  • XSS Payloads
  • Basic SQLi payloads
  • Local file inclusion payloads (LFI)
  • Base64 Encoder / Decoder
  • Hash Generator (MD5, SHA1, SHA256, SHA512, SM3)
  • Useful Linux commands (Port Forwarding, SUID)
  • RSS Feed (Exploit DB, Cisco Security Advisories, CXSECURITY)
  • CVE Search Engine
  • Various method of data exfiltration and download from a remote machine

Preview

preview_1

preview_2
preview_3
preview_4
preview_5

You can build the project yourself from the source code

firefox_icon Mozilla Firefox

safari_icon Instructions to build for Safari

Create a safari web extension project using the command below. This is to be run once.

/Applications/Xcode.app/Contents/Developer/usr/bin/safari-web-extension-converter dist

Follow the instructions to create the project the default language should be Swift.

  • Build project.
  • Open Safari and enable unsigned extensions; Develop -> Allow Unsigned Extensions.
  • Open Safari -> Preferences -> Extensions and enable Hack-Tools
  • Click on the extension icon and switch to full screen mode.

Instructions provided by jayluxferro

Build from source code

git clone https://github.com/4ndr34z/Enhanced-Hack-Tools
cd Enhanced-Hack-Tools
npm install && npm run build     # If you have installed yarn you can replace npm with yarn

Once the build is done correctly, webpack will create a new folder called dist

After that you need to go to the extension tab on your chrome based navigator and turn on the developer mode

extension_tutorial

Then click on the load unpacked button in the top left corner

extension_tutorial

Once you clicked on the button you just need to select the dist folder and that's it ! 🎉

extension_tutorial

Authors

👤 Ludovic COULON & Riadh BOUCHAHOUA

Show your support

You can give a ⭐️ if this project helped you !

Note that this project is maintained, developed and made available for free, you can offer us a coffee, it will be very encouraging and greatly appreciated 😊

Buy Me A Coffee

About

The all-in-one Red Team extension for Web Pentester. Added more functionality

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • CSS 3.6%
  • HTML 0.2%