Commit Graph

1397 Commits

Author SHA1 Message Date
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
strasharo d6ec5602cf
Merge pull request #399 from Un1Gfn/patch-5
spelling: phising -> phishing
2018-02-19 20:49:53 +02:00
Darren Wu b3e9d54f47
spelling: phising -> phishing 2018-02-19 12:06:12 +00:00
deltax 4478e4fce2
Merge pull request #386 from Mi-Al/master
Added Russian translation
2018-02-14 15:36:16 +01:00
Alexey Miloserdov b765d9577c
Update README.md 2018-02-13 11:18:38 +03:00
Alexey Miloserdov d8b764228b
Update README.md 2018-02-13 11:18:04 +03:00
Alexey Miloserdov 24943139ae
Update README.md 2018-02-13 11:16:37 +03:00
root b51e3e3b36 Added Russian language 2018-02-13 11:09:51 +03:00
root 649171eaff Updated to v4-development 2018-02-13 11:06:54 +03:00
deltax c54fbdf51a
Create Help.sh 2018-02-03 11:54:15 +01:00
deltax dbe190f534
Update README.md 2018-02-01 16:56:38 +01:00
Erik Dubois bb8a3f63f3 Merge branch 'v4-development' of https://github.com/FluxionNetwork/fluxion into v4-development 2018-02-01 16:46:43 +01:00
Erik Dubois 7d02446082 Update revision number 2018-02-01 16:46:24 +01:00
deltax 70bdc01232
Update README.md 2018-02-01 16:43:45 +01:00
Erik Dubois 46a8114a3b Add build option for arch linux 2018-02-01 16:22:40 +01:00
Erik Dubois b8e948039d Minor man page tweaks 2018-01-31 18:28:38 +01:00
Erik Dubois 488818edc4 Add man page 2018-01-31 14:57:43 +01:00
Erik Dubois ec094539b4 Change preference file 2018-01-31 13:53:13 +01:00
Erik Dubois d1a5d666f4 Fix #364 2018-01-31 13:20:33 +01:00
William Todt bb824a0934 Minor code changes and tweaks 2018-01-25 21:29:04 +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
deltax 26ecea2a51
Rename arguments.md to README.md 2018-01-20 11:57:29 +01:00
deltax 0e6b638d86
Create arguments.md 2018-01-20 10:17:44 +01:00
Matias Barcenas b980ea21db Fixed clean SSID bug & minor auto-mode bug.
The clean SSID wasn't being set when then -e flag was passed.
The auto-mode wasn't auto-checking automatically found hash files.
2018-01-20 02:54:55 -06:00
Matias Barcenas be08c68bfa Fixed missing attack parameters bug. 2018-01-20 02:44:30 -06:00
Matias Barcenas 58a6dc10c3 Merge branch 'v4-development' of github.com:FluxionNetwork/fluxion into v4-development 2018-01-19 15:55:07 -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
deltax 004fe9abb6
Minor auto tweaks 2018-01-19 21:49:53 +01:00
deltax 03850c56a5
Update .gitignore 2018-01-19 21:47:32 +01:00
Matias Barcenas 890c7199df Added preferences script to git-ignore. 2018-01-19 14:02:43 -06:00
Matias Barcenas 9fce798206 Fixed interface restoration bug & enhanced notices. 2018-01-19 13:59:15 -06:00
Matias Barcenas 51c35d470f Implemented missing AP service selection & bug fixes. 2018-01-18 01:17:26 -06:00
Matias Barcenas 32466ef94e Minor bug fix and removal of outdated content. 2018-01-18 01:16:47 -06:00
Matias Barcenas eadfceeae7 Upgraded AP services for Fluxion V4. 2018-01-18 01:14:32 -06:00
Matias Barcenas c66d11feb3 Removed Fluxion V3. 2018-01-17 23:25:53 -06:00
Matias Barcenas 9e719e22ea Removed obsolete interface-selection subroutine. 2018-01-17 23:23:22 -06:00
Matias Barcenas 6a5efbdbdd Added detection support for WPA-TKIP. 2018-01-17 23:22:03 -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 b15c6ec55c Fixed hash non-reset & verification bug. 2018-01-17 23:11:04 -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
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