Commit Graph

1489 Commits

Author SHA1 Message Date
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
deltax 145c6b134c
Add arch installation 2018-04-22 14:01:35 +02: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
deltax 20f737ef97
Disable error messages 2018-04-22 13:09:34 +02:00
deltax 78672b0e31
Add internet connection check 2018-04-22 10:42:44 +02:00
rad4day 791ce4da4e
Merge pull request #470 from djmeero/patch-1
Fix clients not appearing in Captive Portal attack, as described in Issue #393, provided by @djmeero.
2018-04-21 22:20:45 +02:00
djmeero 141f1b9343
Update attack.sh
Changing line 872 and using readarray will resolve "Clients online" not appearing issue.
2018-04-21 21:25:52 +03:00
deltax 16965ec192
Merge pull request #459 from rad4day/patch-1
Fix ISSUE_TEMPLATE.md
2018-04-11 06:36:19 +02:00
rad4day 03092e9aee
Update ISSUE_TEMPLATE.md
Updated the hint about html comments.
2018-04-10 23:16:18 +02:00
strasharo 8699c0f4b0
Merge pull request #450 from xisohi/patch-8
Update zh.sh
2018-04-07 08:50:10 +02:00
strasharo 5a4b7a3e5b
Merge pull request #449 from xisohi/patch-7
Update zh.sh
2018-04-07 08:49:27 +02:00
strasharo 832a44f2a7
Merge pull request #448 from xisohi/patch-6
Update zh.sh
2018-04-07 08:48:35 +02:00
xihi 7e60d44ccc
Update zh.sh 2018-04-07 14:26:45 +08:00
xihi eebaeb59d5
Update zh.sh 2018-04-07 14:21:04 +08:00
xihi 1868dec6e7
Update zh.sh 2018-04-07 14:16:51 +08:00
deltax 274721b624
Upload and update chipset list
- Make it easier if the chipset is suitable
- Maybe auto check in the future.
2018-04-06 16:54:55 +02:00
deltax ab1681d5eb
Merge pull request #444 from rad4day/captive_portal_fix
Captive portal fix
2018-04-05 15:29:13 +02:00
deltax 5e786ec236
Merge pull request #443 from rad4day/diagnostics-fix
Fixed the Fluxion-Version parameter
2018-04-05 11:16:59 +02:00
Tobias Manske 75ab642358
Fixed and optimized iptables ruleset 2018-04-05 11:02:23 +02:00
Tobias Manske 669e510b44
Fixed and optimized iptables ruleset 2018-04-05 10:56:56 +02:00
Tobias Manske 347bab9fce
Improved DNS python script, made it PEP8 compliant 2018-04-05 10:53:30 +02:00
Tobias Manske 002a6f76a5
Fixed the Fluxion-Version parameter 2018-04-05 09:14:29 +02:00
deltax 57cfb63ff3
Merge pull request #430 from xisohi/patch-4
Update zh.sh
2018-03-28 13:13:39 +02:00
xihi 7df9b9f3d6
Update zh.sh 2018-03-27 14:44:42 +08:00
deltax 38ccf7e078
Tweak README
- Add some links (Discord,Gitter,Website)
2018-03-17 23:20:14 +01:00
Matias Barcenas 428cdcb731 Fixed interface loading bug & enabled resuming option. 2018-03-17 13:53:48 -05:00
deltax 746b893b0d
Add Discord link 2018-03-17 19:53:33 +01: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 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 c939e0f04a Added MAC parameter to aircrack-ng capture target. 2018-03-15 14:18:06 -05:00
Matias Barcenas cd55ebca8c Fixed potential issue caused by network-manager.
When using multiple interfaces, the network manager was causing problems.
Specifically, when attempting to use different master & monitor interfaces.
2018-03-14 15:17:41 -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 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
Matias Barcenas 65529511e9 Fixed a bug where attacks weren't being reset. 2018-03-13 22:15:03 -05:00
Matias Barcenas 6792fedc39 Fixed bug caused by assumption of custom portal.
The contents of the generic portal were trying to be copied from the custom
portals' directory, rather than from generic/assets.
2018-03-13 20:50:28 -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
deltax a5de81c5b0
Minor tweaks
- Remove credits because they are not longer required
- Install man pages by default
2018-03-13 22:40:33 +01:00
deltax 0de729a680
Add iptables-rules to ignore list 2018-03-13 22:12:27 +01: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 2853d91a82 Corrected preferences identifier & file name. 2018-03-13 13:37:45 -05:00
Matias Barcenas 2cd07dd57b Fixed bug caused by syntax error. 2018-03-12 13:00:49 -05:00
deltax c597427fcb
Merge pull request #413 from FluxionNetwork/v4-development
Introduce fluxion v4
2018-03-10 14:27:39 +01:00