Code Monkey home page Code Monkey logo

cafe-wifi-password-finder's Introduction


WIFI-Brute-Force V1.2

Why this project ?

As a software engineer who works in cafes sometimes. After noticing that most passwords in cafes follow a similar pattern which is "the_cafe_name" concatenated with "a_year" like Friends2019 or doncafe2021. Sometimes the cafe name is camel cased and sometimes it isn't so I decided to build on top of an existing wifi password cracker to create this custom cafe wifi cracker based on the cafe name and a range of numbers for the years to be tried so that we don't have to call the cafe owners to ask for the Wifi password! Why? Cuz we are sofware engineers! :D

How to use ?

    usage: [options]
      -h , --help           show this help message and exit
      -s , --ssid           SSID WIFI Target
      -w , --wordlist       list of passwords
      -cn, --cafe-name      the cafe name
      -rs, --range-start    the range start of the years to try
      -re, --range-end      the range end of the years to try
      -v , --version        version

Sample use case:

  python WifiBF.py -s Gharsallah -cn premium -rs 2017 -re 2023

How to use it in your Mac ?

This project can run well on Windows and Linux. Because the dependent module pywifi support for Windows and Linux but not Mac,
here is the way to use WIFI-Brute-Force in Mac.

Step 1. install anaconda

Go https://www.anaconda.com/distribution/ to download anaconda and install it.

Step 2. Use conda to install pywifi for mac

macos_dev branch is a pywifi project for Mac with python 3.5 pyobjc is dependent module for mac pywifi module

  $ conda create -n wifi-brute-force python=3.5  
  $ conda activate wifi-brute-force    
  $ git clone -b macos_dev https://github.com/awkman/pywifi.git  
  $ cd pywifi  
  $ pip install pyobjc   
  $ pip install .  

Now pywifi module for Mac is ready in conda environment, named wifi-brute-force
You can enjoy WIFI-Brute-Force.

🕷️ Available command line options

CopyRight

usage: [options]
  -h , --help           show this help message and exit
  -s , --ssid           SSID WIFI Target
  -w , --wordlist       list of passwords
  -t , --threads        number of threads #Comming soon
  -v , --version        version


Cracking

cafe-wifi-password-finder's People

Contributors

squuv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.