/WiFire

Bash script to automatic cracking WiFi passphrase

Primary LanguageShell

#------------------------------COPYRIGHT------------------------------#
# WiFire Versi 0.2 (Automatic crack WPA/WEP key)
# Copyright (C) 2012 Krisan Alfa Timur A.K.A blusp10it
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#------------------------------COPYRIGHT------------------------------#

What is WiFire
==============
Is a bash script created by blusp10it to facilitate
pentester the WiFi password cracking. As can WiFire
do:
   1. AP scanning and detects the encryption technology => Beta 0
   2. Looking client and customize wordlist => Beta 0
   3. Cracking WEP => Beta 0
   4. Cracking WPA => Beta 0

The next project is to add a DoS mode and Injection for
attack. Note, this script would be optimal if
run in OS Back | Track.

Fixed issue:
   1. Error when checking dependencies => Beta 0
   2. Automatically checks wordlist => RC 1
   3. Restoring Network Manager Daemon closed because airmon-ng check kill => RC 1
   4. Make a key report on the working directory => RC 2
   5. Improve performace Deauth => RC 2
   6. Wlan0 Interface besides => RC 3
   7. Wordlist default is "/ pentest/passwords/wordlists/darkc0de.lst" => RC 3
   8. Looping issue fixed => 0.2
   9. Typo fixed (==> 0.2
  10. New banner => 0.2


(C)opyright blusp10it