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.
- Host: GitHub
- URL: https://github.com/larsfriese/toolkit
- Owner: larsfriese
- Created: 2019-11-04T16:12:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:14:42.000Z (over 2 years ago)
- Last Synced: 2025-04-01T14:14:30.686Z (3 months ago)
- Topics: ethical-hacking, python-scripts, wifi-security
- Language: Python
- Homepage:
- Size: 5.48 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.