You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a "forceDisconnectWiFi" function to help fix active internet connection issues.
Changed the handling of "WiFi Force Disconnect". Now, after accepting the agreement, the main menu will only load if the connection status is "0". If the status is "1", meaning the WiFi is connected to an access point, the "forceDisconnectWiFi" and "checkNetworkStatus" functions are called until the connection is released. This allows for better control of correcting errors resulting in having an active network connection.
Added "ifconfig" and "iwconfig" output to Extras Interface Menu
Merged "checkForEmptyBSSID", "checkForEmptyESSID", and "checkForEmptyChannel" into "checkForEmptyCredentials" function.
Removed "arAttackDeAuthOnRetry" function. This was a duplicate and now uses "arAttackDeAuth" function instead.
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.