Commit Graph

1549 Commits

Author SHA1 Message Date
Jacob Collins f7f7a09c2c
`egrep` is obsolescent 2022-12-30 09:53:49 +11:00
strasharo 09a17a6571
Merge pull request #1084 from rendszeradmin/master
Hungarian (Magyar) language added to fluxion
2022-05-28 16:15:13 +03:00
Nyilas László 2226f250a1 Hungarian (Magyar) language added to fluxion 2022-04-06 15:39:07 +02:00
deltax f1d2b8a4c5
Merge pull request #1053 from xpz3/master
Close AP Authenticator on Fluxion shutdown
2021-06-11 08:21:13 +02:00
xpz3 359d8485a6 Close AP authenticator on Fluxion shutdown 2021-06-10 05:43:53 +05:30
strasharo cfd6bd30da
Merge pull request #1039 from averov90/master
Captive Portal: added Russian ZyXEL user interface localization
2021-05-11 21:13:16 +03:00
averov90 3f3038fec2
Captive Portal: added Russian ZyXEL UI 2021-05-06 06:24:15 +03:00
strasharo 99d96ec5d2
Remove unused logo
Clone site no longer present.
2021-04-25 14:41:30 +03:00
strasharo e9726618e7
Merge pull request #1032 from iAgonyii/master
Added english Siemens captive portal
2021-04-14 12:33:03 +03:00
Roy 8039842aba fixed some indentation and capitalization 2021-04-12 16:20:29 +02:00
Roy fc3288cf7b Added english Siemens captive portal 2021-04-12 16:04:19 +02:00
strasharo 48c3953716
Merge pull request #1023 from JRRN/patch-2
More Spanish Translations
2021-02-13 09:48:23 +02:00
Rafa 733db19e95
Update es.sh 2021-02-12 23:49:18 +01:00
Rafa d82f120d8c
Update es.sh 2021-02-12 23:48:29 +01:00
Rafa 059ae73ea1
Update es.sh
Review Translations
2021-02-12 23:38:21 +01:00
Rafa 4597ef4646
Update es.sh
More Spanish translations
2021-02-12 23:37:18 +01:00
Rafa 020e49b852
Update es.sh
update Spanish translations
2021-02-12 23:30:48 +01:00
Rafa d7323403a4
Update es.sh
Spanish Translations
2021-02-12 23:27:46 +01:00
strasharo 2feba685d6
Merge pull request #1021 from JRRN/patch-1
Update es.sh
2021-02-11 23:49:16 +02:00
Rafa 4d7441bb64
Update es.sh
Fix Spanish Translations
2021-02-11 16:18:32 +01:00
deltax 7deba629ab
Merge pull request #977 from muhammeteminturgut/master
Add Zyxel router Turkish language support.
2020-12-08 09:13:51 +01:00
deltax 50544b2f4b
Merge pull request #970 from mehul0007-ext/master
Add new fluxion logo.
2020-12-08 01:41:24 +01:00
Muhammet Emin TURGUT d68cbede19 Zyxel router Turkish language support. 2020-10-22 13:56:12 +03:00
strasharo 1ca414b6de
Merge pull request #972 from Beeplov/master
Improved Docs
2020-10-16 21:36:50 +03:00
Beeplov df88a624a1
Update README.md 2020-10-02 08:08:43 +05:30
mehul0007-ext 35987d95f9
updated another logo for fluxion 2020-09-29 21:58:10 +05:30
deltaxflux 098715f04f
Bump fluxion version. 2020-06-17 21:39:25 +02:00
deltax e6bfe4d819
Add GPG signator. 2020-06-17 21:38:37 +02:00
deltaxflux e6547083d6
Fix security vulnerability in jquery < 3.5.0.
Vulnerability:
Jquery below 3.5.0 allows to pass HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code.

Fix:
Bump jquery to 3.5.0.
2020-06-16 23:09:34 +02:00
strasharo d8fa7d62fe
Merge pull request #915 from Ashnwor/master
proper Turkish language support
2020-05-27 02:52:41 +03:00
İlyas 3e481c48fc
proper Turkish language support 2020-05-26 01:23:19 +03:00
strasharo 0c0d7ef4c1
Merge pull request #914 from Ashnwor/master
use utf-8 encoding for Turkish sites
2020-05-25 23:59:54 +03:00
İlyas d717c60eb9
format Turkish sites overall 2020-05-25 23:44:19 +03:00
İlyas 33a5294deb
use utf-8 encoding for Turkish sites 2020-05-25 23:32:31 +03:00
strasharo 679b37e6d3
Merge pull request #911 from drygdryg/master
Russian language fixes
2020-05-22 11:42:32 +03:00
Victor 7f228c86e9 Russian laguage fixes (cosmetic) 2020-05-20 17:30:19 +03:00
Victor 53a659b7fa Russian language fixes 2020-05-20 17:27:59 +03:00
strasharo 4a9a05107d
Bump revision 2020-05-10 15:55:03 +03:00
strasharo 9cba5e7f39
Merge pull request #902 from xpz3/master
CLI Parsing - '-b' should accept a value and '-e' should not shift twice (Fixes #891)
2020-05-10 15:51:27 +03:00
xpz3 a7ef9fdd30 CLI Parsing - '-b' should accept a value and '-e' should not shift twice (Fixes #891) 2020-05-10 17:50:53 +05:30
Matias Barcenas 6e4e5ba3a9 Fixed sequence bug & removed extraneous test code.
Fixed a bug caused by the addition of more password verifiers where the back option would fail.
Removed extranous code that was accidentally left behind while testing.
Fixed a bug with shifting arguments when no shift was needed (no paremeter argument).
2020-04-26 21:37:51 -05:00
Matias Barcenas ebb7cc936f Network-manager, & pyrit optional, plus bug fixes.
Added a command line interface to the Captive Portal attack to prevent stopping the network manager.
Added code to auto-detect and utilize pyrit if available in the system, using alternatives otherwise.
Fixed a bug with some debug text that was outputting to std::out.
2020-04-26 20:08:05 -05:00
Matias Barcenas 597275372b Added discrete options to authenticator.
The authenticator may now be directed to use one of cowpatty, pyrit, or aircrack-ng, for password verification.
2020-04-26 02:46:05 -05:00
Matias Barcenas 0590dc0b63 Changed default behavior to skip update. 2020-04-26 02:41:44 -05:00
Matias Barcenas ee1d46fb3a Optional updates, execution log, & kill lineage.
Change the update behavior by making it optional to the user.
Changed the piping of logs to null, to execution.log in fluxspace.
Added a helper utility for killing parents and their children!
2020-04-26 02:38:29 -05:00
Mat. B 06cb3c7e3f
Corrected regular expression (reverted) 2020-04-17 03:29:18 -05:00
Mat. B de7b563273
Merge pull request #870 from xisohi/master
Huawei Chinese Portal (华为中文门户)
2020-04-08 15:31:36 -05:00
xihi 10283e20f4
华为中文门户
华为中文门户
2020-04-07 20:26:21 +08:00
strasharo 63de74be05
Bump revision. 2020-03-08 10:45:04 +02:00
strasharo 1a7465137d
Merge pull request #853 from xpz3/master
Captive Portal - Fix deauth not launching on restore attack option
2020-03-08 10:43:06 +02:00