Code Monkey home page Code Monkey logo

infernal-twin's Introduction

This tool is created to aid the penetration testers in assessing wireless security. Author is not responsible for misuse.

Usage: python InfernalWireless.py (from the same folder where you codes exist)

thank you for reading.

For any comments and suggestions please email on [email protected]

NOTE: Please make sure to run the 'configure under File menu to install required software'

FAQ:

  1. I have a problem with connecting to Database

Solution:

There seem to be few issues with Database connectivity. The solution is to create a new user on the database and use that user for launching the tool. Follow the following steps.

  1. Delete dbconnect.conf file from the Infernalwireless folder

2.run the following command from your mysql console.

mysql>use mysql;

mysql> CREATE USER 'root2'@'localhost' IDENTIFIED BY 'enter the new password here';

mysql> GRANT ALL PRIVILEGES ON *.* TO 'root2'@'localhost' WITH GRANT OPTION;

  1. Try to run the tool again.

    @lightos thank you for mentioning fix.

Release Notes:


Release

NEW FEATURES:

  • GUI Wireless security assessment SUIT

  • Impelemented

-- WPA2 hacking

-- WEP Hacking

-- WPA2 Enterprise hacking

-- Wireless Social Engineering

-- SSL Strip

-- Report generation

--- PDF Report

--- HTML Report

-- Note taking function

-- Data is saved into Database

-- Network mapping

-- MiTM

-- Probe Request

CHANGES:

  • Improved compatibility

  • Report improvement

  • Better NAT Rules

BUG FIXES:

  • Wireless Evil Access Point traffic redirect
  • Fixed WPA2 Cracking
  • Fixed Infernal Wireless
  • Fixed Free AP
  • Check for requirements
  • DB implementation via config file
  • Improved Catch and error
  • Check for requirements
  • Works with Kali 2

Coming Soon:

  • Parsing t-shark log files for gathering creds and more

  • More attacks.

BUGS exptected:

  • wireless card might not be supported

  • windodw might crash

  • freeze

  • a lot of work to be done, but this tool is still being developed.

Thanks and Credits:

  • Special thanks to all my friends for comments

  • creators:

-- Aircrack

-- SSL Strip

-- Online Community

-- others whom I forgot to mention.

infernal-twin's People

Watchers

James Cloos avatar Ulises Cuñe 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.