Skip to content

StuffyMonkey/HackingScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published