An open API service indexing awesome lists of open source software.

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.

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