Commit Graph

58 Commits

Author SHA1 Message Date
Bilux de5d2d0fb5
Updated Arabic translation for Handshake Snooper. 2018-04-30 14:12:50 +01:00
Matias Barcenas ca455fc29a
Fixed second parameter bug (outdated global). 2018-04-28 05:36:22 -05:00
root d644528180 Updated Russian translation 2018-04-24 00:25:21 -04:00
Matias Barcenas 74d2814f4e Updated Handshake Snooper language files. 2018-04-23 14:39:46 -05:00
Matias Barcenas 3fe501138d Fixed bug caused by outdated global identifier.
The monitoring time was failing to display in the attack logger.
Clarified a commented piece of code, explaining the exclusion.
2018-04-23 01:12:02 -05:00
Matias Barcenas f8f9bb70b6 Captive Portal target tracking implemented. 2018-04-23 00:19:14 -05:00
Matias Barcenas 147147b631 Handshake Snooper target tracking implemented. 2018-04-22 22:16:37 -05:00
Matias Barcenas a95b67efd9 Merge remote-tracking branch 'origin/master' into resumable-attacks 2018-04-22 18:36:47 -05:00
xihi 1868dec6e7
Update zh.sh 2018-04-07 14:16:51 +08:00
Matias Barcenas 428cdcb731 Fixed interface loading bug & enabled resuming option. 2018-03-17 13:53:48 -05:00
Matias Barcenas e6a5b268c7 Began implementation of attack resume system. 2018-03-17 00:55:43 -05:00
Matias Barcenas 488b1141c3 Corrected globals' style to follow guidelines. 2018-03-16 21:23:38 -05:00
Matias Barcenas fe2618e4c1 Fixed bug preventing passive Handshake Snooper attacks.
The passive attack was missing the jammer interface, used for capturing.
2018-03-13 22:37:08 -05:00
root b51e3e3b36 Added Russian language 2018-02-13 11:09:51 +03:00
Matias Barcenas 915fddccd4 Fixed interface initialization & tweaked defaults.
Fixed a bug caused by a failure to initialize interfaces after selection.
Tweaked some default values, when using auto-mode.
2018-01-19 15:53:46 -06:00
Matias Barcenas cdbce5dbf6 Fixed minor bugs caused by obsolecense. 2018-01-17 15:26:04 -06:00
Matias Barcenas 304939d0b9 Upgraded Handshake Snooper attack plus bug fixes.
Finished upgrading Handshake Snooper for Fluxion V4.
Updated Handshake Snooper Fluxion service globals to newer identifiers.
Added back-track checking to undo functions.
Added Jammer interface selection step to Handshake Snooper sequence.

Fixed bug failing to return error code with Fluxion's sequencing framework.
2018-01-17 00:33:22 -06:00
Matias Barcenas e37c200989 Fixed parameter bug & removed localized targetting. 2018-01-16 23:14:04 -06:00
Matias Barcenas fb70dc0158 Handshake Snooper migration & bash bug workaround.
Started upgrade of Handshake Snooper to fluxion 4.
Redefined array constants as variables due to bash bug discovered.
2018-01-11 00:20:41 -06:00
Emax d05e78ecdd Updated italian localization 2018-01-01 21:02:17 +01:00
William Todt 26fec898e1 Set styleguide and minor changes 2017-12-31 17:02:12 +01:00
Matias Barcenas 16932796c0 Added unstaged files from past commit. 2017-12-30 23:49:20 -06:00
Matias Barcenas a6732771f8 Improved Handshake Snooper abort response time.
The Handshake Snooper arbiter could abort after waking from interval sleep.
Flags sent to the script while waiting were enqueued, and triggered later.
The snooper & jammer stayed up while the arbiter slept even after aborting.
Users though they had to manually close the snooper and jammer.
The problem was more apparent the longer the sleep interval chosen was.
2017-12-25 19:13:03 -06:00
zartaz 4489d3a346
Update el.sh 2017-12-24 18:15:27 +02:00
zartaz dd90067c29
Update el.sh 2017-12-24 17:40:37 +02: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
deltaxflux 23b5488094 Minor tweaks 2017-12-13 06:53:56 +01: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 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 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 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 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
c0mrade69 13fc149767
Create sk.sh
missing sk language file
2017-11-30 21:32:20 +01:00
Matias Barcenas 2e7ccf2eab Added missing arbiter globals to language files. 2017-11-30 01:49:31 -06:00
Matias Barcenas ac88fecde8 Added new globals to language scripts. 2017-11-29 23:28:29 -06:00
Matias Barcenas ddf830ab5e Improved the Handshake Snooper attack.
The verifier may now run asynchronously, or synchronously for slow systems.
The attack temporarily halts deauthenticators to allow client reconnection.
The attack's checking interval is now customizable.
The attack offers better user feedback via a dynamic log.
2017-11-29 23:19:42 -06:00
Matias Barcenas 29cd8c3186 Minor improvements to Handshake Snooper. 2017-11-28 22:46:00 -06:00
deltax 5508a592c0
Revert "aireplay-ng deauth sleep fix" 2017-11-26 18:36:47 +01:00
sadboyzvone 042daeb408 aireplay-ng deauth sleep fix 2017-11-25 14:29:09 +01:00
sems d145fc6313 Update tk.sh 2017-09-12 13:05:07 +03:00
v4nduul 153ab9b672 Update fr.sh
Some more french translation.
2017-09-11 22:21:20 +02:00
deltaxflux 94e6c94c13 Fix bad translation, add ui for handshake 2017-09-10 13:20:08 +02:00
SiNaPsE 1f6deadafd translate UI 2017-08-27 11:27:11 +02:00
Matias Barcenas 64b0368de4 Added attack translations using Google.
Yeah, they need improvement.
2017-08-26 17:14:11 -05:00
Matias Barcenas 9bb79000f4 Improved fluxion & attacks' language support.
Languages are now identified using the ISO language standard internally.
Attacks' translations have been relocated to their respective bundle.
Attacks' identifiers are now translatable using the native tag.
2017-08-26 14:55:10 -05:00