Saturday 31 October 2015

Infernal-Twin - This Is Evil Twin Attack Automated (Wireless Hacking)



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

Usage

sudo python InfernalWireless.py

How to install 

$ sudo apt-get install apache2
$ sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql

$ sudo apt-get install python-scapy 
$ sudo apt-get install python-wxtools
$ sudo apt-get install python-mysqldb

$ sudo apt-get install aircrack-ng

$ git clone https://github.com/entropy1337/infernal-twin.git
$ cd infernal-twin

$ python db_connect_creds.py 
dbconnect.conf doesn't exists or creds are incorrect
*************** creating DB config file ************
Enter the DB username: root
Enter the password: *************
trying to connect
username root

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: 
  • 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. 


Expected bugs: 
  • Wireless card might not be supported 
  • Windodw might crash 
  • Freeze 
  • A lot of work to be done, but this tool is still being developed. 


No comments:

Post a Comment