Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LasCC authored May 22, 2024
1 parent 370bd20 commit 3b9360a
Showing 1 changed file with 43 additions and 40 deletions.
83 changes: 43 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">
<img alt="logo_hack_tools" src="https://i.postimg.cc/GtLdZ2rZ/noun-Panama-hat-1454601.png" />
<h1>Welcome to HackTools 🛠</h1>
<img alt="logo_hack_tools" src="https://i.imgur.com/yoUssC7.png" />
<h1>Welcome to HackTools !</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.4.0-blue.svg?cacheSeconds=2592000&style=for-the-badge" />
<img alt="Version" src="https://img.shields.io/badge/version-1.0-blue.svg?cacheSeconds=2592000&style=for-the-badge" />
<a href="https://addons.mozilla.org/en-US/firefox/addon/hacktools" target="_blank">
<img alt="mozilla" src="https://img.shields.io/badge/Firefox-FF7139?style=for-the-badge&logo=Firefox-Browser&logoColor=white" />
</a>
Expand All @@ -18,7 +18,7 @@
<a/>
</p>
<p align="center">
<a href="#the-all-in-one-red-team-browser-extension-for-web-pentesters"><b>Introduction</b></a>
<a href="#the-all-in-one-browser-extension-for-offensive-security-professionals"><b>Introduction</b></a>
&nbsp;&nbsp;&mdash;&nbsp;&nbsp;
<a href="#preview"><b>Preview</b></a>
&nbsp;&nbsp;&mdash;&nbsp;&nbsp;
Expand All @@ -32,72 +32,75 @@

---

Dear Users,

We're excited to announce a major revamp of our app! Due to recent changes and multiple complications with the browser extension system, we have decided to develop HackTools as a web application moving forward.

To keep you engaged, we have uploaded our latest browser extension build alpha at this link: [https://hacktools.sh](https://hacktools.sh/)

Stay tuned for exciting new features and improvements coming soon!
Thank you for your support.

Best regards,

The HackTools Team
>[!NOTE]
>Dear Users,
>
>We're excited to announce a major revamp of our app! Due to recent changes and multiple complications with the browser extension environment, we have decided to develop HackTools as a web application moving forward.
>
>To keep you engaged, we have uploaded our latest browser extension build alpha at this link: [https://hacktools.sh](https://hacktools.sh/)
>
>Stay tuned for exciting new features and improvements coming soon!
>
>Thank you for your support.
---


### The all-in-one Red Team browser extension for **Web Pentesters**
### The all-in-one browser extension for **offensive security professionals**

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.
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 <kbd>F12</kbd>.

### 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)
- Data Encoding
- Obfuscated Files or Information
- 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

#### Command Palette

With the new version of the extension, a command panel has been added in order to facilitate the use of the experience. The command panel allows you to access all the functions of the extension in a few keystrokes.

To open the command palette, you can use the shortcut <kbd>CTRL</kbd> + <kbd>K</kbd> or <kbd>⌘</kbd> + <kbd>K</kbd> on macOS.

- You can use the <kbd>↑</kbd> and <kbd>↓</kbd> arrow keys to navigate through the different commands.
- <kbd>Enter</kbd> to validate your choice.
- <kbd>⌘</kbd> + <kbd>L</kbd> to toggle the dark theme.
- <kbd>CTRL</kbd> + <kbd>ALT</kbd> + <kbd>1,2,3,4</kbd> to switch between the different tabs.

## Preview

<div align='center'>
<img alt="preview_1" src="./src/assets/img/preview.gif?raw=true" />
<img alt="preview_2" src="https://i.imgur.com/7Q09ZwW.png" />
</div>

<div align='center'>
<img alt="preview_2" src="https://i.imgur.com/74AJxmX.png" />
<img alt="preview_3" src="https://i.imgur.com/JPH0dIW.png" />
</div>

<div align='center'>
<img alt="preview_3" src="https://i.imgur.com/syUdtLS.png" />
<img alt="preview_4" src="https://i.imgur.com/UFZX7xH.png" />
</div>

<div align='center'>
<img alt="preview_4" src="https://i.imgur.com/sGiP3CZ.png" />
<img alt="preview_5" src="https://i.imgur.com/TtfhQf9.png" />
</div>

<div align='center'>
<img alt="preview_5" src="https://i.imgur.com/63xoeVN.png" />
<img alt="preview_6" src="https://i.imgur.com/l8mppjS.png" />
</div>


# Install the extension

<h2>
<img src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/chromium.svg" alt="chromium_icon" title='Chromium' width="25" height="25" style="float:left;" />
Chromium based browser
<img src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/chromium.svg" alt="chromium_icon" title='Chromium' width="35" height="35" style="float:left;margin-right:5px;" />
Chromium based browser
</h2>

You can download the **latest build** [here.](https://github.com/LasCC/Hack-Tools/releases)
Expand All @@ -107,18 +110,18 @@ Or, you can download the extension on the **chrome web store** [here.](https://c
Otherwise, you can build the project yourself from the source code

<h2>
<img src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/firefox.svg" alt="firefox_icon" title='Firefox' width="25" height="25" style="float:left;" />
Mozilla Firefox
<img src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/firefox.svg" alt="firefox_icon" title='Firefox' width="35" height="35" style="float:left;margin-right:5px;" />
Mozilla Firefox
</h2>

You can download **HackTools** on the Firefox browser add-ons [here.](https://addons.mozilla.org/en-US/firefox/addon/hacktools/)

<h2>
<img src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/safari.svg" alt="safari_icon" title='Safari' width="25" height="25" style="float:left;" />
Instructions to build for Safari
<img src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/safari.svg" alt="safari_icon" title='Safari' width="35" height="35" style="float:left;margin-right:5px;" />
Instructions to build for Safari
</h2>

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

```bash
xcrun safari-web-extension-coverter [path_to_dist_folder]
Expand All @@ -131,7 +134,7 @@ Follow the instructions to create the project the default language should be Swi
- Open Safari -> Preferences -> Extensions and enable Hack-Tools
- Click on the extension icon and switch to full screen mode.

*Instructions provided by [jayluxferro](https://github.com/LasCC/Hack-Tools/issues/88)*
_Instructions provided by [jayluxferro](https://github.com/LasCC/Hack-Tools/issues/88)_

### Build from source code

Expand All @@ -157,7 +160,7 @@ Once you clicked on the button you just need to select the **dist folder** and t

## Authors

👤 <a href="http://github.com/LasCC" alt="Github_account_Ludovic_COULON">**Ludovic COULON**<a/> & <a href="http://github.com/rb-x" alt="Github_account_Riadh_BOUCHAHOUA">**Riadh BOUCHAHOUA**<a/>
👤 <a href="http://github.com/LasCC" alt="Github_account_Ludovic_COULON" target="_blank">**Ludovic COULON**</a> & <a href="http://github.com/rb-x" alt="Github_account_Riadh_BOUCHAHOUA" target="_blank">**Riadh BOUCHAHOUA**</a>

## Show your support

Expand Down

0 comments on commit 3b9360a

Please sign in to comment.