https://github.com/blueorionn/hacktools
A collection of scripts designed to assist with various ethical hacking tasks. This toolkit contains collection of scripts to match my personal needs.
https://github.com/blueorionn/hacktools
Last synced: 3 months ago
JSON representation
A collection of scripts designed to assist with various ethical hacking tasks. This toolkit contains collection of scripts to match my personal needs.
- Host: GitHub
- URL: https://github.com/blueorionn/hacktools
- Owner: blueorionn
- License: mit
- Created: 2025-02-27T11:24:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T06:25:55.000Z (3 months ago)
- Last Synced: 2025-03-09T11:39:51.534Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackTools
A collection of scripts designed to assist with various ethical hacking tasks. This toolkit contains collection of scripts to match my personal needs.
## 🛠Installation
Clone the repository:
```bash
git clone https://github.com/blueorionn/HackTools.git
cd HackTools
```Install dependencies:
```bash
pip install -r requirements.txt
```