Commit Graph

1299 Commits

Author SHA1 Message Date
Matias Barcenas 74d2814f4e Updated Handshake Snooper language files. 2018-04-23 14:39:46 -05:00
Matias Barcenas 21ece945d6 Updated Captive Portal language files. 2018-04-23 14:30:52 -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 d9e4c48b71 Fixed bug with restoring self-gen-certs. 2018-04-23 04:38:00 -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
deltax 8d2304e71b
Merge pull request #473 from FluxionNetwork/resumable-attacks
Resumable attacks
2018-04-23 07:42:22 +02:00
Matias Barcenas f8f9bb70b6 Captive Portal target tracking implemented. 2018-04-23 00:19:14 -05: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
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