• Stars
    star
    166
  • Rank 227,748 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A script to find all Wifi Networks in the area and try the 100K most used passwords

Hacker tools

My personnals test in networks hacks.

WiFi Bruteforce

A Python script to find all Wifi Networks in the area and try the 100K most used passwords on them.

DOWNLOAD/INSTALL

1ยบ - Download framework from github

git clone https://github.com/madeindjs/Wifi_BruteForce.git

2ยฐ - Install Python & requirements

sudo apt-get install python
sudo curl https://bootstrap.pypa.io/get-pip.py -o /get-pip.py
sudo python /get-pip.py
sudo pip install scapy
sudo pip install wifi


3ยบ - Set execution permitions

cd Wifi_BruteForce
sudo find ./ -name "*.sh" -exec chmod +x {} \;
sudo find ./ -name "*.py" -exec chmod +x {} \;

4ยบ - Run main tool

sudo python __main__.py

TODO:

  • add a percentage
  • send on pip
  • more & more

Author

Rousseau Alexandre

License

GNU GENERAL PUBLIC LICENSE

More Repositories

1

api_on_rails

Learn best practices to build an API using Ruby on Rails 5/6
Ruby
366
star
2

Crystagiri

An Html parser library for Crystal (like Nokogiri for Ruby)
Crystal
135
star
3

active_storage-send_zip

Create a zip from one or more Active Storage objects
Ruby
44
star
4

nestjs-graphile-worker

A Nest.js wrapper for Graphile Worker
TypeScript
34
star
5

market_place_api_6

Code example of API on Rails 6 book https://github.com/madeindjs/api_on_rails
Ruby
22
star
6

workflow.ts

TypeScript + Sequelize ORM + Express.js
TypeScript
20
star
7

rest-api.ts

Free ebook to learn best practices to build an API using Node.js and Typescript.
TypeScript
17
star
8

Rocket_MVC

An MVC web application built with Rocket.rs & Diesel.rs
Rust
15
star
9

Super-Markdown

a Python library to export a complex Markdown file into a standalone HTML file.
Python
7
star
10

recipe_scraper

A web scraper to get a Marmiton, 750g or cuisineaz's recipe
Ruby
6
star
11

vscode-notable

VSCode plugin to take Markdown notes following Notable format.
TypeScript
4
star
12

vscode-markdown-tags

VSCode plugin to handle Markdown tags
TypeScript
4
star
13

invoice-generator-pdf

Generate PDF invoice using PDFMake from JSON definition.
JavaScript
2
star
14

vscode-markdown-move

Move, promote and demote Markdown section in VSCode
TypeScript
2
star
15

killer-game

generate Killer game for a party
JavaScript
2
star
16

fooder

An web-based application to easilly create a restaurant website
Ruby
1
star
17

build_my_portfolio

A resume / portfolio generator without database requirement.
PHP
1
star
18

jMarkdown

A Markdown editor with live HTML preview
Java
1
star
19

the-godfather.tech

TypeScript
1
star
20

Zombie-Outbreak

A 'Zombie Apocalypse' simulator created in Python
Python
1
star
21

market_place_api

Ruby
1
star
22

dcim_orgnzr

Organize your picture library according to EXIF data.
TypeScript
1
star
23

ScrawlEO

Web Scrawler for Android.
Java
1
star
24

pomodore_manager

a Pomodore manager written only Python
Python
1
star
25

locadb

Locadex API using Typescript and MongoDB
TypeScript
1
star