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

https://github.com/larsfriese/toolkit

A collection of python scripts for ethical hacking, especially for WiFi cracking.
https://github.com/larsfriese/toolkit

ethical-hacking python-scripts wifi-security

Last synced: about 2 months ago
JSON representation

A collection of python scripts for ethical hacking, especially for WiFi cracking.

Awesome Lists containing this project

README

        

# Toolkit
A collection of python scripts for ethical hacking, especically for WiFi cracking.

### Requirements
- Linux OS
- Python3 + every package listed in the requirements.txt file
- Required installations: Aircrack-ng, Nikto
- For some scripts you might also need an aditional WiFi stick/card

`$ sudo apt-get update`

`$ sudo apt-get install -y aircrack-ng `

`$ sudo apt-get install nikto -y `

### Installation
Download all of the requirements and the scripts and you are ready to go.