pablocorbalann / tewcrack

Run a dictionary attack on a Wifi network to get it's password

Home Page:https://linktr.ee/pablocorbalann

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Index


Running tewcrack

Run the following commands

# Clone the repository to your computer using git
git clone https://github.com/pablocorbalann/tewcrack.git
# Move inside the repository
cd tewcrack/
# Install tewcrack to your computer
bash tewcrack.sh

Or in the same line:

git clone https://github.com/pablocorbalann/tewcrack.git && cd tewcrack/ && bash tewcrack.sh

About

Run a dictionary attack on a Wifi network to get it's password

https://linktr.ee/pablocorbalann

License:Other


Languages

Language:Shell 100.0%