Commit Graph

1124 Commits

Author SHA1 Message Date
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 00dfab2842
Clarified README's introductory paragraph. 2017-12-12 00:58:43 -06: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 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 28f2d24629 Restored overwritten translations. 2017-12-06 23:13:00 -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 2004fc1c87 Fixed conditional_bail bug not stopping attacks. 2017-12-05 21:20:20 -06:00
Matias Barcenas 413027e881 Corrected annoyance with diagnostics script. 2017-12-05 21:12:23 -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 1e7b724d5d Restored Fluxion Scanner's xterm.
Signal interrupt is also sent to airodump-ng, gracefully terminating it.
2017-12-05 16:52:27 -06:00
Matias Barcenas 7ab63da737 Fixed (bug) and improved AP services.
Fixed a bug where once an AP was selected, it could not be changed.
The AP service will now explicitly wait for xterm's child (AP service PID).
Removed killing every process using the same service in the system.
2017-12-05 16:44:54 -06:00
Matias Barcenas a76f5a7a57 Added support for basic 5GHz scanning. 2017-12-04 03:05:23 -06:00
Matias Barcenas 4cd3bf233c
Removed Kali version & replaced with rolling. 2017-12-04 01:49:44 -06:00
Matias Barcenas 39129eaa6a Disabled portal's SSL & added connectivity check domain. 2017-12-03 21:55:54 -06:00
Matias Barcenas a50a95e18e Fixed an issue caused by killing airodump-ng.
The issue was caused by sending SIGTERM rather than SIGINT to airodump-ng.
To fix the issue, we execute airodump-ng in the background & send SIGINT.
2017-12-02 05:08:20 -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 e587942f32 Updated & corrected some language files. 2017-12-01 16:06:43 -06:00
Matias Barcenas a6a4261ebd Added missing safety checks & state updates. 2017-12-01 16:05:55 -06:00
Matias Barcenas 1c905a10d3 Fixed minor bug caused by sleep & race conditions.
The bug cased Handshake Snooper to relaunch the deauth. after aborting.
2017-12-01 04:18:39 -06:00
Matias Barcenas e1c9834d2c Upgraded revision to reflect significant bug fixes. 2017-12-01 03:57:04 -06:00
Matias Barcenas de9db6cdc5 Tweaked, fixed, and updated Handshake Snooper.
Removed 10 seconds verification interval to allow deauths more down time.
Added 60 seconds verification interval to allow for longer snooping times.
Added synchronicity recommendation, favoring sychronous to prevent issues.
Updated language files to reflect interval changes & recommendations.
Fixed a bug caused by outdated code preventing returning from certain point.
Tweaked the sequence, and timing of deauthenticators to improve performance.
2017-12-01 03:35:54 -06:00
Matias Barcenas f26406bc6b Enhanced arbiter's completed message notification. 2017-11-30 23:13:18 -06:00
Matias Barcenas 62022980bc Fixed a bug with the synchronous arbiter.
The bug was causing a failure to restart the monitoring process after death.
2017-11-30 22:49:39 -06:00
Matias Barcenas 8edc452564 Arbiter log times & color corrections.
Added log times to all entries in the arbiter log.
Corrected some colors missed in the previous round of updates.
2017-11-30 22:46:13 -06:00
Matias Barcenas b7a4fa2e6e Adjusted fluxion & libs interface colors. 2017-11-30 22:16:26 -06:00
Matias Barcenas 6cdd09ebeb Redefined normal & italicized color codes. 2017-11-30 21:35:12 -06:00
Matias Barcenas 6fddd2e8a4 Redefined color codes depending on style. 2017-11-30 21:17:18 -06:00
Matias Barcenas ead90d1f5b Fixed minor prompt styling issue. 2017-11-30 20:58:54 -06:00
Matias Barcenas 765d2b2f56 Added completion tip to arbiter. 2017-11-30 17:00:27 -06:00
Matias Barcenas 973abf75f7 Fixed bug caused by usage of outdated parameter.
Fixed a bug affecting the creation of the handshake's directory.
2017-11-30 15:15:31 -06:00
deltax 917f0b11f3
Update ISSUE_TEMPLATE.md 2017-11-30 22:06:09 +01:00
deltax a60a5906e1
Merge pull request #283 from c0mrade69/patch-8
Create Slovak.lang
2017-11-30 21:49:01 +01:00
c0mrade69 2228dc59c9
Create Slovak.lang
generic slovak captive portal
2017-11-30 21:48:20 +01:00
deltax f4daa4a2f0
Merge pull request #282 from c0mrade69/patch-7
Create sk.sh
2017-11-30 21:39:31 +01:00
c0mrade69 13fc149767
Create sk.sh
missing sk language file
2017-11-30 21:32:20 +01:00
Matias Barcenas a119ac413c
Merge pull request #281 from c0mrade69/patch-6
Update sk.sh
2017-11-30 14:14:25 -06:00
c0mrade69 83df142b55
Update sk.sh 2017-11-30 21:09:16 +01:00
deltax 5dbc80bfdd
Merge pull request #280 from c0mrade69/patch-5
Update sk.sh
2017-11-30 21:08:35 +01:00
c0mrade69 30c224f78c
Update sk.sh
updated few fields
2017-11-30 20:59:48 +01:00
Matias Barcenas ffb0b347b8
Merge pull request #278 from c0mrade69/patch-4
Added revision to fluxion’s header.
2017-11-30 05:38:54 -06:00
c0mrade69 38e710c764
Update fluxion.sh
header will show also revision, not only version : eg. FLUXION 3.5  < Fluxion Is The Future >
2017-11-30 12:18:49 +01:00
Matias Barcenas 92f9883ecc Clarified warning of Aircrack verification. 2017-11-30 02:43:08 -06:00
Matias Barcenas 2e7ccf2eab Added missing arbiter globals to language files. 2017-11-30 01:49:31 -06:00
Matias Barcenas 9ed40a2f16 Fallback to English on missing language file. 2017-11-30 01:48:14 -06:00
Matias Barcenas 5b846901e1 Upgraded revision to reflect significant change. 2017-11-29 23:31:26 -06:00