Code Monkey home page Code Monkey logo

aircrack-ng-gui's Introduction

aircrack-ng GUI

An aircrack-ng gui interface using python-gtk3.

996.icu

What can it do?

Performing a bruteforce attack on WPA/WPA2 networks using aircrack-ng and iw.

Usage

To Install On Linux

  • make sure aircrack-ng & xterm are installed
  • Clone the repo git clone https://github.com/t-gitt/aircrack-ng-gui.git
  • cd aircrack-ng-gui/
  • Install the script by sudo python start.py install
  • It should have added the script to /usr/bin/ and you can now run it from the terminal by sudo aircrack-ng-gui.py

Uninstall

  • You can uninstall it through pip by pip uninstall aircrack-ng-gui

To Manually Run The Script

  • make sure aircrack-ng & xterm are installed
  • clone the repo
  • cd aircrack-ng-gui/
  • install dependencies by pip install -r requirements.txt
  • run aircrack-ng-gui by sudo python aircrack-ng-gui/aircrack-ng-gui.py | make sure you are running it with python 3

Airodump-ng output files are saved in /home/$USER/.aircrack-ng-gui/

Screenshots

Main Window

Main Window where user can choose to go to Scan, airmon-ng, and aircrack-ng windows after selecting the interface (wlp4s0)

Alt text

Airmon-ng Window

A window to check, start or stop airmon-ng, along with starting and stopping systemd NetworkManager.service

Alt text

Scanning Window

A wifi access point scanning window. After choosing their interface, the user can scan for wifi ap using iw. Then, after choosing the target ap, they can go to airodump-ng after starting airmon-ng

Alt text

Airmon-ng "with ssid chosen" Window

Very similar to Airmon-ng window, except this one pass the ssid variables "SSID, BSSID, CHANNEL" to Airodump-ng window

Alt text

Airodump-ng Window | 1

To run airodump-ng (via desired terminal emulator) on the targeted SSID and output the file (with the handshake) to a desired file name. | (could be done better using STDERR and subprocess)

Alt text

Airodump-ng Window | 2

After running airodump-ng, the user can use aireplay to send deauthentication packets for desired n times and a desired station to capture the handshake

Alt text

Aircrack-ng Window

After saving the handshake into a cap file, aircrack can be accessed from the main window. The user chooses a .cap file that contain the handshake and a wordlist to perform the bruteforce attack on their desired terminal emulator.

Alt text

Donations

bitcoin

Directory tree

├── LICENSE
├── README.md
├── requirements.txt
├── setup.py
├── start.py
├── aircrack-ng-gui
│  ├── __init__.py
│  └── aircrack-ng-gui.py
└── screenshots
   ├── 1.png
   ├── 2.png
   ├── 3.png
   ├── 4.png
   ├── 5.png
   ├── 6.png
   ├── 7.png
   ├── 8.png
   └── 9.png

aircrack-ng-gui's People

Contributors

t-gitt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aircrack-ng-gui's Issues

syntax error

when am running aircrack-ng-gui/aircrack-ng-gui.py
command_airmon_start= f"sudo airmon-ng start {interface}"
am getting syntax error.kindly bhelp me out.

says to start airmon-ng

running the program and scaning networks and selecting one it send you to the page to start airmon-ng after doing that you click to the button to go to airodump-ng and it asks to start airmon-ng wich is already started

No interface in Aircrack-ng-gui

Hi

Installed and run Aircrack-ng-gui using the instructions on your page.

When Aircrack-ng-gui starts, it does not give an interface on the screen. Please see the screenshot attached.

image

What is the issue? How to fix ?

Thanks
rraj

Syntax Error

When running aircrack-ng-gui on my computer I get SyntaxError: invalid Syntax. This error originates from File "aircrack-ng-gui.py", line 231. I am running this on a RPI3B+.

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.