Skip to content

Commit

Permalink
Merge pull request #133 from LasCC/dev
Browse files Browse the repository at this point in the history
Version 0.5.0
  • Loading branch information
LasCC authored Mar 11, 2023
2 parents 69df774 + 48a85c9 commit e84d42c
Show file tree
Hide file tree
Showing 49 changed files with 2,553 additions and 2,359 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ yarn-error.log
.vscode
.idea
.github
pnpm-lock.yaml
pnpm-lock.yaml
bundle*.zip
33 changes: 15 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
<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="release" src="https://img.shields.io/github/v/release/LasCC/Hack-Tools?color=yellow&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/amo/v/hacktools?color=purple&label=mozilla%20addons&logo=mozilla&style=for-the-badge" />
<img alt="mozilla" src="https://img.shields.io/badge/Firefox-FF7139?style=for-the-badge&logo=Firefox-Browser&logoColor=white" />
</a>
<a href="https://chrome.google.com/webstore/detail/hack-tools/cmbndhnoonmghfofefkcccljbkdpamhi?hl=en" target="_blank">
<img alt="chrome-extension" src="https://img.shields.io/chrome-web-store/v/cmbndhnoonmghfofefkcccljbkdpamhi?style=for-the-badge" />
<img alt="chrome-extension" src="https://img.shields.io/badge/Google%20Chrome-4285F4?style=for-the-badge&logo=GoogleChrome&logoColor=white" />
</a>
<a href="https://github.com/LasCC/Hack-Tools/issues/88" target="_blank">
<img alt="safari-extension" src="https://img.shields.io/badge/Safari-000000?style=for-the-badge&logo=Safari&logoColor=white" />
</a>
<img alt="Downloads" src="https://img.shields.io/github/downloads/LasCC/Hack-Tools/total.svg?style=for-the-badge" />
<img alt="commit" src="https://img.shields.io/github/last-commit/LasCC/Hack-Tools?style=for-the-badge" />
<a href="https://inventory.rawsec.ml/" target="_blank">
<a href="https://inventory.raw.pm/" target="_blank">
<img alt="RawSecInventory" src="https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_for-the-badge.svg" />
<a/>
<img alt="stars" src="https://img.shields.io/github/stars/LasCC/Hack-Tools?style=social" />
<a href="https://lgtm.com/projects/g/LasCC/Hack-Tools/context:javascript">
<img alt="Language grade: JavaScript" src="https://img.shields.io/lgtm/grade/javascript/g/LasCC/Hack-Tools.svg?logo=lgtm&logoWidth=18"/>
</a>
</p>
<p align="center">
<a href="#the-all-in-one-red-team-browser-extension-for-web-pentesters"><b>Introduction</b></a>
Expand Down Expand Up @@ -62,19 +59,19 @@ With the extension you **no longer need to search for payloads in different webs
</div>

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

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

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

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


Expand Down Expand Up @@ -123,22 +120,22 @@ Follow the instructions to create the project the default language should be Swi
```bash
git clone https://github.com/LasCC/Hack-Tools.git
cd Hack-Tools
npm install && npm run build # If you have installed yarn you can replace npm with yarn
npm install && npm run build
```

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**

<img alt="extension_tutorial" src="https://i.imgur.com/0GRfu2K.png" />
<img alt="extension_tutorial" src="https://i.imgur.com/ZHwUTfk.png" />

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

<img alt="extension_tutorial" src="https://i.imgur.com/q41GeAb.png" />
<img alt="extension_tutorial" src="https://i.imgur.com/TLDjLyO.png" />

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

<img alt="extension_tutorial" src="https://i.imgur.com/mL4TVu0.png" />
<img alt="extension_tutorial" src="https://i.imgur.com/fH894v8.png" />

## Authors

Expand All @@ -150,4 +147,4 @@ 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** 😊

<a href="https://www.paypal.me/hacktoolsEXT" target="_blank"><img src="https://paymentweek.com/wp-content/uploads/2014/09/paypal-copy-1024x489.png" alt="Paypal" style="height: 50px !important;width: auto !important"></a>
<a href="https://www.paypal.me/hacktoolsEXT" target="_blank"><img src="https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white" alt="Paypal" style="height: 30px !important;width: auto !important"></a>
161 changes: 86 additions & 75 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,87 @@
{
"name": "hack-tools",
"version": "1.0.0",
"description": "The all in one Red team browser extension for web pentesters",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack --mode production && rm -f ./dist/*.map",
"watch": "webpack --watch",
"zip_moz": "zip -r bundle_moz.zip dist/*",
"zip_chrome": "zip -r bundle_chrome.zip dist/",
"zip_all": "yarn zip_moz && yarn zip_chrome",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Ludovic COULON & Riadh BOUCHAHOUA",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/helper-call-delegate": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.15.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.2",
"@types/antd": "^1.0.0",
"@types/crypto-js": "^4.0.2",
"@types/pretty": "^2.0.0",
"@types/react-query": "^1.2.9",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/use-persisted-state": "^0.3.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"react-hot-loader": "^4.13.0",
"react-refresh": "^0.11.0",
"style-loader": "^3.3.1",
"typescript": "^4.4.3",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"browserslist": [ ">0.2%", "not dead", "not op_mini all" ],
"dependencies": {
"@ant-design/icons": "4.7.0",
"@hot-loader/react-dom": "^17.0.1",
"@types/chrome": "^0.0.164",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.9",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"antd": "4.16.13",
"antd-mask-input": "0.1.15",
"axios": "^0.24.0",
"crypto-js": "^4.0.0",
"escape-quotes": "^1.0.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"pretty": "^2.0.0",
"rc-queue-anim": "^2.0.0",
"react": "latest",
"react-chrome-extension-router": "^1.3.1",
"react-clipboard.js": "2.0.16",
"react-dom": "latest",
"react-query": "^3.33.1",
"react-refresh-typescript": "^2.0.2",
"react-syntax-highlighter": "^15.4.5",
"sm3": "^1.0.3",
"ts-loader": "^9.2.6",
"use-persisted-state": "^0.3.3"
}
}
"name": "hack-tools",
"version": "1.0.0",
"description": "The all in one Red team browser extension for web pentesters",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack --mode production && rm -f ./dist/*.map",
"watch": "webpack --watch",
"zip_chrome": "rm -f './dist/*.map' && zip -r bundle_chrome.zip dist/",
"zip_moz": " rm -f './dist/*.map' && sed -i 's/\"manifest_version\": 3/\"manifest_version\": 2/g' ./dist/manifest.json && sed -i 's/\"action\":/\"browser_action\":/g' ./dist/manifest.json & zip -r bundle_moz.zip dist/*",
"zip_all": "yarn zip_chrome && yarn zip_moz",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Ludovic COULON & Riadh BOUCHAHOUA",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/helper-call-delegate": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/crypto-js": "^4.1.1",
"@types/pretty": "^2.0.1",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/use-persisted-state": "^0.3.1",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"react-hot-loader": "^4.13.1",
"react-refresh": "^0.14.0",
"style-loader": "^3.3.1",
"typescript": "^4.9.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@ant-design/compatible": "^5.1.1",
"@ant-design/cssinjs": "^1.6.1",
"@ant-design/icons": "4.8.0",
"@ant-design/pro-card": "^2.3.0",
"@ant-design/pro-layout": "^7.10.0",
"@hot-loader/react-dom": "^17.0.2",
"@types/chrome": "^0.0.206",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@uiw/react-md-editor": "^3.20.5",
"antd": "5.1.0",
"antd-mask-input": "2.0.7",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"darkreader": "^4.9.58",
"escape-quotes": "^1.0.2",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"mermaid": "^9.4.3",
"pretty": "^2.0.0",
"rc-queue-anim": "^2.0.0",
"react": "^18.2.0",
"react-chrome-extension-router": "^1.4.0",
"react-clipboard.js": "2.0.16",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.18.0",
"react-query": "^3.39.3",
"react-refresh-typescript": "^2.0.8",
"react-syntax-highlighter": "^15.5.0",
"sm3": "^1.0.3",
"ts-loader": "^9.4.2",
"use-persisted-state": "^0.3.3"
}
}
5 changes: 3 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { Router } from 'react-chrome-extension-router';
import { BackTop } from 'antd';
import { FloatButton } from 'antd';
import { QueryClientProvider, QueryClient } from 'react-query';
import LayoutApp from './components/LayoutApp';
import ReverseShell from './components/linux/ReverseShell';
Expand All @@ -17,13 +17,14 @@ const App = () => {
);
};


ReactDOM.render(
<QueryClientProvider client={queryClient}>
<LayoutApp>
<Router>
<App />
</Router>
<BackTop />
<FloatButton.BackTop />
</LayoutApp>
</QueryClientProvider>,
document.getElementById( 'app' )
Expand Down
Loading

0 comments on commit e84d42c

Please sign in to comment.