Skip to content

Releases: esc0rtd3w/wifi-hacker

WiFi Hacker Shell Script

15 May 06:11
Compare
Choose a tag to compare
Pre-release

Test Build 2

  • Merged "checkForEmptyBSSID", "checkForEmptyESSID", and "checkForEmptyChannel" into "checkForEmptyCredentials" function.
  • Removed "arAttackDeAuthOnRetry" function. This was a duplicate and now uses "arAttackDeAuth" function instead.

WiFi Hacker Shell Script

15 May 03:42
Compare
Choose a tag to compare
Pre-release

Test Build 1

  • Cleaned up "stopMonitorMode" function.
  • Added support for bully, used for WPS attacks.
  • Fixed issue with active network connection not force disconnecting before attacks begin.
  • Updated text for several menus.
  • Fixed (mostly) the issue with backup ZIP files overwriting old backups.

WiFi Hacker Shell Script

14 May 00:11
Compare
Choose a tag to compare
Several Fixes and Updates [1.5 Final]

- Fixed "Clean Session Files" and Clean Capture Files" options from
Extras Menu.

- Added progress text for "cleanCaptureFiles", "cleanSessionFiles", and
backupSessionFiles" functions.

- Updated code to handle new cleaning invoked backup options for
"backupSessionFiles" function.

WiFi Hacker Shell Script

07 May 03:44
Compare
Choose a tag to compare
  • Updated WPS attack to use PixieDust as a default option after 10 second timeout if no selection is made.
  • Added a manual interface name override option to "getWirelessInterfaces" function. Set manually to wlan0, wlan1, wlan2, etc. This will automatically display during normal execution and you may ignore it for defaults.
  • Added a "refresh" flag that is set to hide override text on subsequent calls to "getWirelessInterfaces" function.
  • Added "bannerSlim" function to use a "Title Only" banner for disclaimer and unreleased menus.
  • Updated text for gathering target info on all the different encryption types.
  • Updated sleep messages for WPS attacks.
  • Fixed PixieDust option not setting correctly if nothing is selected at menu choice.
  • Updated text for all banners. Changed the main title text and domain name.
  • Fixed all the killProcess functions to now kill the process until it no longer shows up under process list.
  • Added a force exit for aircrack-ng before cracking attempt. This attempts to fix the corrupt errors when scanning IVS and CAP files.
  • Fixed previous Airodump and Aireplay windows not closing when launching a new dump session for WEP Attack Menu.
  • Added "findCaptureFiles" function to list all available cap, ivs, csv, netxml files for cracking.
  • Added terminal colors to a "setTerminalColors" function.
  • Added "checkUpdate" and "getUpdate" functions to grab the newest shell script directly.
  • Updated text on stats banner. Changed "Interface Name: " to "Interface: " to allow for longer ESSID names without flooding to the next line.

WiFi Hacker Shell Script

07 May 18:58
Compare
Choose a tag to compare
Pre-release

Test Build 2

WiFi Hacker Shell Script

07 May 09:29
Compare
Choose a tag to compare
Pre-release

Test Build 1

  • Added "aireplay-ng" and "packetforge-ng" to dependency check.
  • Added terminal background colors and updated foreground text color selection.
  • Added a "more" option that can be typed under WEP Attack Menu. This menu has "TCP Dump", "Generate ARP Packet", "Forge ARP Request", and "Replay ARP Request" options.

WiFi Hacker Shell Script

06 May 18:07
Compare
Choose a tag to compare
Pre-release

Test Build 4

WiFi Hacker Shell Script

06 May 14:06
Compare
Choose a tag to compare
Pre-release

Test Build 3

WiFi Hacker Shell Script

06 May 00:50
Compare
Choose a tag to compare
Pre-release

Test Build 2

WiFi Hacker Shell Script

05 May 12:48
Compare
Choose a tag to compare
  • Added support for AirCrack Suite v1.2+ using the new wlanXmon format instead of monX.
  • Fixed "wlanXmon" error in Kali Linux 2.x caused by new AirCrack Suite 1.2+. See "fixKaliTwoMonError" function for more info.
  • Added a function to check the Linux version running.
  • Removed Honeypot Mode from the banners. It has been relocated to the Advanced Menu.
  • Added "$interfaceName" and "$interfaceMode" variables.
  • Added interfaceName to the stats banner. This will display the current interface name (wlan0, mon0, wlan0mon, etc).
  • Added interfaceMode to the main banner. Valid Interface Modes are 0=Managed / 1=Monitor Standard / 2=Monitor New / 3=Monitor Other / 4=Unknown
  • Added "Open Interface Options" item to Extras Menu.
  • Added "Interface Up", "Interface Down", "Interface Managed", and "Interface Monitor" to Extras Menu. The Up and Down functions affect the interface ONLY for monitor mode (mon0, mon1, wlan0mon, wlan1mon, etc) currently. Please use Enable/Disable Channel Hopping to bring up/down a managed interface (i.e. wlan0, wlan1, etc).
  • Added support for all new Reaver arguments and options for Kali 2.x build.
  • Added airodump-ng WPS scanning options to now show WPS connections without using wifite to show them.
  • Removed the wifite window from being launched with standard WPS attack. Replaced by --wps flag in airodump-ng.
  • Added "fixAirmonCompat" function to send the command to kill any processes that may interfere.
  • Removed the "initAirmon" function that was inactive.
  • Added the airmon-ng conflicting process fix to Extras Menu.
  • Added "wlanXmon" interfaces for monitor mode termination. A better way of doing this will be done soon!
  • Fixed not returning to Extras Menu from "Open Interfaces Menu".
  • Added "isDebugMode" variable to show/hide certain areas that may need additional testing output. Disabled by default.
  • Fixed default WEP dump scanning channel hopping during attack.