Home

Awesome

Infernal-Wireless v3

Release 3

Infernal-Wireless v2.6

Release 2.6.11

Features added and improved:

Infernal-Wireless v2.6

Release 2.6.10

Features added and improved:

Infernal-Wireless v2.6

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

Usage: python InfernalWireless.py (from the same folder where your code exists)

For any comments and suggestions please email on 1337[@]gmail[dot]com

BUG Fixes:

  1. Non ASCII SSID Name used to crash the software. It is fixed now
  2. Warnings on the background is supressed
  3. New Experimental Section is added but under development

Release Notes:

  1. Better User Interface
  2. More Network device controls
  3. Better SSL Strip Control
  4. User / Access Point Deauthentication with auto channel detection of AP
  5. Extra Wireless Scanner to detect Probe Requests, wireless Network scan and connections to AP detection
  6. airgraph-ng suite is better implemented
  7. WPA2 Hacking UI is changed for better control over the attack
  8. WPA2 Enterprise Hacking UI is changed for better control over the attack
  9. Custome Fake Access Point is implemented. Freenet AP is deleted now.
  10. Check for software updates
  11. Wiki page with video links to attacks tutorials
  12. Folder are more structured
  13. Check for prerequesites automatically

FAQ:

I have a problem with connecting to the Database

Solution:

(Thanks to @lightos for this fix)

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;

  3. Try to run the tool again.

Release Notes:

New Features:

Changes:

Bug Fixes:

Coming Soon:

Expected bugs:

Thanks and Credits: