Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 1.24 KB

File metadata and controls

44 lines (40 loc) · 1.24 KB

HackingScripts

ATTENTION

All scripts in this repo was created with educational purposes!
I am not responsible for using these scripts by other users

Preliminary preparations

If you want to use this script, you should install aircrack-ng from the official site https://www.aircrack-ng.org/
or you may download it using package managers like apt-get, pacman

Python Script

Instruction how to use python scripts (bash is recommended, but if you really want python)

  1. Open two shell terminals and run them as a root:
su
  1. Run first python script to capture data
python data_capturing.py
  1. While firt script is capturing data - run second script to attack hotspot:
python attack_hotspot.py

Shell Scripts

Instruction how to use bash scripts:

  1. Give yourself permission to execute .sh files:
chmod +x *.sh
  1. Open second terminal as a root:
su
  1. Run file for capturing data with command:
./data_collection.sh
  1. Run file to attack hotspot and enumerate passwords:
./attack_hotspot.sh

NOTE: You have to have /usr/share/wordlists/rockyou.txt file . Or you may change dictionary for cracking in the second scipt