Commit Graph

63 Commits

Author SHA1 Message Date
Matias Barcenas 51c35d470f Implemented missing AP service selection & bug fixes. 2018-01-18 01:17:26 -06:00
Matias Barcenas f0151e3efc Virtual interface creation & minior bug fixes.
The attack will create a virtual interface if using the interface twice.
Virtual interface creation & management needs to be moved to main script!

Fixed minor bugs caused by outdated sequencing & identifiers.
2018-01-17 23:18:10 -06:00
Matias Barcenas 065bec6b0f Started upgrading the Captive Portal attack.
Rewrote sections of the script to follow the coding style guide closer.
Implemented and adapted attack requirements for Fluxion v4.
Implemented the script loop using the sequencing framework.
Updated usage of old services to new, including global identifiers.
Implemented and added command line interface flag control.
Some refactoring & removing outdated code.
2018-01-17 15:29:05 -06:00
William Todt 26fec898e1 Set styleguide and minor changes 2017-12-31 17:02:12 +01:00
Matias Barcenas 98ebe0a266 Added standard captive portal redirect code. 2017-12-24 17:41:16 -06:00
Matias Barcenas cf23366f87 Fixed connectivity emulation bug.
The bug was recently introduced by lighttpd's global redirection directive.
The global redirection ignored special domains used for emulation.
2017-12-24 15:05:20 -06:00
Matias Barcenas 3e1a30805b Configured lighttpd for global redirection.
Lighttpd has been configured to redirect everything to captive.gateway.lan.
2017-12-24 14:45:14 -06:00
Matias Barcenas 22d4d64d8d Added new redirect domain for Android devices. 2017-12-23 12:20:19 -06:00
Matias Barcenas ef09b4adac Fixed a recent bug caused by a missing directory.
The bug was caused by a new procedure trying to access a missing directory.
The directory was only created once a password attempt occured.
Removed inert code (code that wasn't doing anything).
2017-12-22 17:14:57 -06:00
Matias Barcenas 3ef08c80e7 Fixed a bug caused by a lack of quotes. 2017-12-22 16:35:21 -06: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 086693782b Fixed bug caused by usage of unsanitized SSID. 2017-12-21 21:32:23 -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
deltax 4437004dea
Update attack.sh 2017-12-17 10:00:56 +01:00
deltaxflux 154b121af0 Dynamic xterm windows 2017-12-14 21:04:55 +01:00
deltaxflux 1da7740c8f Fix missing if statement 2017-12-14 14:07:43 +01:00
deltaxflux c3e42e5ac9 Translate De 2017-12-13 14:23:27 +01:00
deltaxflux 23b5488094 Minor tweaks 2017-12-13 06:53:56 +01:00
deltaxflux ecb3a25da2 Add mac adress to netlog file 2017-12-12 22:24:52 +01:00
Matias Barcenas 9d59bd7555 Consolidated Android connectivity domains. 2017-12-09 03:49:56 -06:00
Matias Barcenas 1f6f1a5753 Added captive portal triggering for Android 6. 2017-12-09 02:16:13 -06:00
Matias Barcenas 2be78a6c2d Captive Portal now optinally emulates connectivity.
The Captive Portal attack can now emulate an internet connection optionally.
2017-12-06 22:20:22 -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 d6e35fef00 Added optional SSL & reworote back option.
The user now has control of whether or not to enable lighttpd's SSL.
The go-back option has been rewritten for readability & simplicity.
Minor improvements to extensibilty for future authenticators (only has 1).
2017-12-05 21:22:06 -06:00
Matias Barcenas ee4d84e59f Removed captive portal suppression in iOS.
Redirecting was taking too long due to hiding the captive portal.
The iOS client would hang, waiting for a secure connection from lighttpd.
SSL is disabled, so no response would be recieved in a sane amount of time.
2017-12-05 16:54:46 -06:00
Matias Barcenas 39129eaa6a Disabled portal's SSL & added connectivity check domain. 2017-12-03 21:55:54 -06:00
Matias Barcenas 54b0165db4 Added some warning suppression to Android & iOS.
For iOS, the warnings are suppresed up to the current version (11.2).
For Android, the warnings are suppresed for only some versions (varies).
2017-12-02 03:15:31 -06:00
Matias Barcenas a6a4261ebd Added missing safety checks & state updates. 2017-12-01 16:05:55 -06:00
deltax d6d794f9fe Apply issue #160 2017-09-12 16:04:28 +02:00
Matias Barcenas 59f4373b7a Fixed bug with non-wireless interfaces. 2017-09-03 16:12:55 -05:00
Matias Barcenas e420d52856 Removed ifconfig and replaced with ip. 2017-09-03 15:57:37 -05:00
Matias Barcenas e7470e3130 Fixed Captive Portal bugs & minor dialog fix. 2017-09-02 19:47:03 -05:00
Matias Barcenas 6b266120d3 Added wireless AP service detection & start. 2017-09-02 15:48:36 -05:00
Matias Barcenas 7c52bfe8f4 Fixed bugs in Captive Portal attack.
Fixed a bug caused by outdated language identifiers.
Fixed a bug caused by a missing conditional in *set_interface function.

NOTICE: The back button appears to be bugged, but it's actually not.
NOTICE: The reason for that is that it skips subroutine steps.
2017-09-02 15:35:51 -05:00
Matias Barcenas 79c406a5cf Added rogue network interface selection.
Rogue network interface selection is now available.
Rogue network may now be bound to either wireless or ethernet interfaces.
2017-09-02 14:28:45 -05:00
Matias Barcenas 07fb55faf3 Refactored interface initialization. 2017-08-30 16:41:09 -05:00
Matias Barcenas b513f65109 Fixed potential xterm bug. 2017-08-30 16:01:38 -05:00
deltaxflux dd168237d9 Fix default permissions 2017-08-22 22:36:29 +02:00
Matias Barcenas 8cb32c92d3 Fixed a bug causing generic portals missing as option. 2017-08-22 14:28:23 -05:00
Matias Barcenas 511a485f30 Relocated generic portal's assets to its attack. 2017-08-21 10:18:31 -05:00
Matias Barcenas 6a7d3baf5a Fixed an issue caused by a lingering file. 2017-08-20 21:38:53 -05:00
Matias Barcenas 9a1464fda4 Fixed a performance issue with the authenticator. 2017-08-20 14:04:22 -05:00
deltax 6eee215708 Ignore gateway ip 2017-08-20 16:03:31 +02:00
deltax af97d19683 Fix issue #97 2017-08-20 14:54:37 +02:00
Matias Barcenas d03f65617c Fixed a bug caused by missing sites directory. 2017-08-18 18:21:24 -05:00
Matias Barcenas ebcc1e4b6d Fixed a bug with authenticator's signal handlers. 2017-08-18 11:12:38 -05:00
Matias Barcenas bf388e5260 Fixed a bug with xterm's background color. 2017-08-18 02:39:52 -05:00