Commit Graph

149 Commits

Author SHA1 Message Date
deltax f7a8db7843
Add cowpatty to dependency list
- Minor bug fixes
2018-05-05 16:08:43 +02:00
Matias Barcenas f7bb8f2a49 Upgraded revision to reflect significant bug fixes. 2018-05-04 13:15:42 -05:00
Matias Barcenas 1b0bfb7990 Removed auto-mode on detection of CLI parameters.
Auto-mode will have to be explicitly set with the --auto flag.
2018-05-04 13:03:58 -05:00
Matias Barcenas e9a862f3f3 Fixed prefix constant scope bug. 2018-05-04 12:55:36 -05:00
Matias Barcenas 676f5a9b7b Changed recommened handshake verfier. 2018-05-04 12:52:53 -05:00
Matias Barcenas c288943f66 Fixed two bugs related to interface allocation.
Allocated interfaces were being identified with indexes in intervals of two.
Reidentification failures were potentially not being detected.
2018-05-03 18:30:56 -05:00
Matias Barcenas 53087e6907 Fixed issue with airmon-ng interface allocator.
The issue was caused by improper grep selection.
Fixed a future bug with deallocation, caused by improper sequencing.
2018-05-03 16:55:06 -05:00
Matias Barcenas fa6b7a2caf Added cowpatty as a hash verifier option. 2018-05-02 19:50:28 -05:00
deltaxflux 982f658e15 Improve compatibility between different OS 2018-05-02 20:50:31 +02:00
Matias Barcenas f4d9ba5736 Incremented revision to reflect recent changes. 2018-04-27 18:01:31 -05:00
Matias Barcenas 32b945fca1 Added tracker interface query tip. 2018-04-27 18:00:11 -05:00
Matias Barcenas d40dcb4507 Fixed multiple bugs with the updating system. 2018-04-25 04:08:57 -05:00
Matias Barcenas fb247c7492 Fixed minor cosmetic bug. 2018-04-23 14:40:57 -05:00
Matias Barcenas a89befd423 Updated fluxion general language files. 2018-04-23 14:02:54 -05:00
deltax 412bf22081
Fix revision number
- Important for autoupdate
2018-04-23 18:46:05 +02:00
Matias Barcenas d41dd05829 Fixed restoration bug choice. 2018-04-23 00:18:12 -05:00
Matias Barcenas e31beafcbc Fixed potential restoration detection bug.
Fixed a bug caused by not cleaning loaded restoration subroutines after attack.
2018-04-22 22:59:16 -05:00
Matias Barcenas 147147b631 Handshake Snooper target tracking implemented. 2018-04-22 22:16:37 -05:00
deltaxflux e5beddfe1a Disable screen ratio calculation if bc isn't installed 2018-04-22 13:24:14 +02:00
deltaxflux 940ed0653a Minor changes: Change debug function 2018-04-22 13:21:49 +02:00
Matias Barcenas 74d35a64cd Disabled dynamic target tracking option temporarily. 2018-03-16 21:00:48 -05:00
Matias Barcenas a6ac7d7ca7 Implemented dynamic target tracking hooks.
The service is available for attacks requiring target-change notifications.
2018-03-16 17:34:28 -05:00
Matias Barcenas b52884ef72 Began implementation of dynamic target tracking.
Partially implemented the captor monitoring daemon.
2018-03-16 00:23:03 -05:00
Matias Barcenas da92d965c7 Fixed bug cause by outdated conditional. 2018-03-14 14:20:08 -05:00
Matias Barcenas d9088b76ce Corrected ratio parameter. 2018-03-14 14:07:13 -05:00
Matias Barcenas 6cc7a3f87c Fixed bug with parameter loading. 2018-03-14 14:04:44 -05:00
Matias Barcenas 65529511e9 Fixed a bug where attacks weren't being reset. 2018-03-13 22:15:03 -05:00
Matias Barcenas 546774f4c5 Fixed a bug with returning from entering a hash path.
The bug was caused by using $? with an if block, to get the result of the
subroutine tested by that same if conditional. This was always evalutating
to the error code given before the conditional, which was 0 (success).
2018-03-13 18:56:49 -05:00
Matias Barcenas dc0ab6d855 Fixed scope bug with installer definitions + posix functions. 2018-03-13 16:01:28 -05:00
deltax 90cdea81b8
Fix filetype 2018-03-13 21:13:59 +01:00
Matias Barcenas c66d11feb3 Removed Fluxion V3. 2018-01-17 23:25:53 -06:00
William Todt 26fec898e1 Set styleguide and minor changes 2017-12-31 17:02:12 +01:00
Matias Barcenas 63773bc0b6 Fixed bug & added missing language files.
Fixed a minor bug caused by a literal placed outside a format specifier.
Added english placeholder files for missing language files.
2017-12-30 23:44:36 -06:00
root a892810f16 Fixed missing quotes bug & suppressed rfkill error.
Fixed a bug caused by a blank variable not being quoted (syntax error).
Redirected rfkill's error to log file when no wireless devices are available.
2017-12-30 22:45:48 -06:00
Matias Barcenas 78dd4c8b73
Revert "Minor change regarding recent events." 2017-12-30 22:10:10 -06:00
rad4day 2c3f9a5f5a
Minor change regarding recent events. 2017-12-31 00:54:01 +01:00
deltaxflux b3718510a3 Minor changes 2017-12-22 13:57:15 +01:00
Matias Barcenas e3b9b72009 Fixed multiple bugs related to character escaping.
Fixed a bug with the authenticator where the wrong SSID was displayed.
Fixed a bug with the authenticator's network log, same as above.
Fixed a bug with the hash path prompt, same as above.
Added another character as candidate for SSID substitution (backslash).
2017-12-22 01:40:06 -06:00
Matias Barcenas 85f692b50e Fixed a bug caused by unescaped strings. 2017-12-21 22:15:44 -06:00
Matias Barcenas 33a22c1eaa Added support for UTF-8 ESSIDs & bug fixes.
Added support for ESSIDs containing non-ASCII and other special characters.
Fixed a bug which would prevent exiting when the debug flag was active.
Fixed a bug where attacks' unprep_attack wasn't being called on abort.
Fixed a bug where fluxion_show_ap_info was escaping some ESSIDs.

Added better logging messages to HashUtils.
Added support for special characters to HashUtils.
2017-12-21 20:43:50 -06:00
Matias Barcenas 3df7ec512d Fixed pkg-manager bug, and other minor issues.
Fixed a bug caused by not resetting the package manager after finishing.
The bug occured only when the installer was interrupted.
Removed obsolete code from fluxion's exit procedure.
Added better message feedback to the apt manager.
Updated languages' dialog for new package manager reset notice.
2017-12-20 18:30:09 -06:00
Matias Barcenas bfcb897f23 Minor corrections to style & apt pkg-manager. 2017-12-20 17:21:39 -06:00
deltaxflux efe78f1c7e Minor changes 2017-12-20 15:14:18 +01:00
deltaxflux 154b121af0 Dynamic xterm windows 2017-12-14 21:04:55 +01:00
deltaxflux ecb3a25da2 Add mac adress to netlog file 2017-12-12 22:24:52 +01:00
Matias Barcenas ae0f88ef91 Upgraded revision to reflect significant change.
The Captive Portal attack is now more effective against Android clients.
The attack triggers the captive portal prompt in more versions of Android.
2017-12-09 04:03:36 -06:00
Matias Barcenas 9b8446c957 Enhancements & additions for Captive Portal.
Captive Portal will now target its service PIDs to accurately kill them.
Captive Portal's window arrangement has been enhanced (rearranged).
Captive Portal will now show the web server access log.
2017-12-06 01:54:49 -06:00
Matias Barcenas 2004fc1c87 Fixed conditional_bail bug not stopping attacks. 2017-12-05 21:20:20 -06:00
Matias Barcenas a76f5a7a57 Added support for basic 5GHz scanning. 2017-12-04 03:05:23 -06:00
Matias Barcenas e1c9834d2c Upgraded revision to reflect significant bug fixes. 2017-12-01 03:57:04 -06:00