deltaxflux
2f18a30a98
Fix #5555 , use command -v to check if the programm is installed.
...
Don't use which anymore since it could cause problems if PATH is
not set.
2018-07-03 21:28:37 +02:00
deltaxflux
61228f5548
Enhancement add mdk4 support
2018-06-16 13:05:24 +02:00
Matias Barcenas
94e0c3c6b1
Corrected outdated lib paths.
2018-05-30 12:55:07 -05:00
Matias Barcenas
08a37ecbbf
Updated portals' submodule.
2018-05-24 22:31:25 -05:00
Matias Barcenas
7504d6e3e2
Updated sites' submodule.
2018-05-24 21:45:13 -05:00
Matias Barcenas
cacae7aa4c
Fixed path bugs & incremented revision.
...
Fixed bugs with the Captive Portal attack caused by incorrectly set paths.
Incremented revision to reflect significant changes to path handling.
2018-05-24 19:13:29 -05:00
Matias Barcenas
fa6b7a2caf
Added cowpatty as a hash verifier option.
2018-05-02 19:50:28 -05:00
deltaxflux
982f658e15
Improve compatibility between different OS
2018-05-02 20:50:31 +02:00
Matias Barcenas
d571cc835c
Rewrote mini DNS server to support python 2 & 3.
2018-04-30 19:58:20 -05:00
Matias Barcenas
3a6b9ecae7
Merge pull request #495 from ibilux/patch-4
...
Updated Arabic translation for Captive Portal.
2018-04-30 08:58:30 -05:00
Bilux
591c2e611a
Updated Arabic translation for Captive Portal.
2018-04-30 14:32:08 +01:00
Bilux
de5d2d0fb5
Updated Arabic translation for Handshake Snooper.
2018-04-30 14:12:50 +01:00
Matias Barcenas
ca7fcb0dcc
Reverted changes to NAT & DNS
2018-04-30 02:15:33 -05:00
Bilux
5a8bb632a9
Update Arabic.lang
...
Correct some of the translations
2018-04-29 14:51:31 +01:00
Matias Barcenas
aceda5940a
Fixed a potential resume attack inconsistency bug.
...
The Captive Portal attack verifies the restored hash is for fluxion's target.
2018-04-28 22:34:00 -05:00
Matias Barcenas
ca455fc29a
Fixed second parameter bug (outdated global).
2018-04-28 05:36:22 -05:00
Matias Barcenas
33ab6bcd2d
Fixed a parameter bug (outdated global).
2018-04-28 04:57:34 -05:00
Matias Barcenas
f1650e0f07
Updated portals & authenticator.
2018-04-24 19:36:09 -05:00
Matias Barcenas
9d0b1b7736
Updated sites' submodule.
2018-04-24 12:08:16 -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
21ece945d6
Updated Captive Portal language files.
2018-04-23 14:30:52 -05: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
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
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
strasharo
5a4b7a3e5b
Merge pull request #449 from xisohi/patch-7
...
Update zh.sh
2018-04-07 08:49:27 +02: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
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
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
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
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
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
root
b51e3e3b36
Added Russian language
2018-02-13 11:09:51 +03:00
Erik Dubois
46a8114a3b
Add build option for arch linux
2018-02-01 16:22:40 +01:00
Erik Dubois
d1a5d666f4
Fix #364
2018-01-31 13:20:33 +01:00
Matias Barcenas
488a850162
Added tracker selection, and other minor bug fixes.
...
Added tracker selection to fluxion, querying an interface for tracking.
Fixed a bug where auto-mode was activating on manual mode (no flags).
Added skip option to the generic interface selection function.
Reidentified some targetting subroutines following the convention.
Corrected an outdated language global.
Added the general skip option.
2018-01-20 16:06:45 -06: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
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
Matias Barcenas
cdbce5dbf6
Fixed minor bugs caused by obsolecense.
2018-01-17 15:26:04 -06:00