Commit Graph

19 Commits

Author SHA1 Message Date
Matias Barcenas 0dd1e084c8 Started fluxion 4 development.
This version will focus on providing robust services for the attack scripts.
Development and migration will happen in the new "fluxion" script file.

The following are currently being implemented, or have been implemented:
* Core fluxion globals, including paths and workspace.
* Core sanity checks, including xterm and super user checks.
* Core library includes & library scripts' configuration.
* Command line interface parameter parsing & loading.
* User preferences importing, loading, & handling.
* Configurables (prefererences & CLI flags) are properly handled.
* Fluxion startup and shutdown behaviour refactored.
* Handler subroutines are loaded & configured properly.
* A small sequencing framework, to refactor some run-loops.
* A small universal interface-allocation & retrival framework.
* A couple of fluxion used helper subroutines.
* A candidate fluxion run-loop.
2018-01-05 18:32:57 -06:00
William Todt 26fec898e1 Set styleguide and minor changes 2017-12-31 17:02:12 +01:00
root a892810f16 Fixed missing quotes bug & suppressed rfkill error.
Fixed a bug caused by a blank variable not being quoted (syntax error).
Redirected rfkill's error to log file when no wireless devices are available.
2017-12-30 22:45:48 -06:00
Matias Barcenas b7a4fa2e6e Adjusted fluxion & libs interface colors. 2017-11-30 22:16:26 -06:00
Matias Barcenas ead90d1f5b Fixed minor prompt styling issue. 2017-11-30 20:58:54 -06:00
Matias Barcenas 0b9f8413f4 Improved InterfaceUtils function return value. 2017-09-02 14:34:47 -05:00
Matias Barcenas 8e21a367c6 Refactored & improved some algorithms. 2017-08-31 17:31:05 -05:00
Matias Barcenas 2ca9b029b2 Refactored interface selection algorithm. 2017-08-31 15:08:43 -05:00
Matias Barcenas 9944355832 Fixed InterfaceUtils bug & refactored WI check.
Fixed a bug caused by lingering hex markers from device descriptors.
Refactored wireless interface checking for future extensibility.
2017-08-30 15:55:16 -05:00
deltaxflux dd168237d9 Fix default permissions 2017-08-22 22:36:29 +02:00
Matias Barcenas 39afb4c8b7 Added anti-redefinition headers to library scripts. 2017-08-22 14:23:08 -05:00
Matias Barcenas 20521337e4 Fixed a bug introduced last commit by outdated statements. 2017-08-20 15:19:40 -05:00
Matias Barcenas 663045e4f0 Fixed bug affecting empty name (phy#) files. 2017-08-20 15:08:42 -05:00
Matias Barcenas 75d015af5c Finished implementation of airmon-ng independence. 2017-08-18 01:52:51 -05:00
Matias Barcenas dd33314fa8 Fixed minor bugs affecting InterfaceUtils. 2017-08-17 23:24:29 -05:00
Matias Barcenas e6058201cb Implemented physical, hardware & chipset for InterfaceUtils. 2017-08-17 23:11:21 -05:00
Matias Barcenas 21ae874efb Added driver finder method (thanks to Guilles@stackoverflow). 2017-08-17 18:01:17 -05:00
Matias Barcenas 4092d969f7 Suppressed grep file not found error. 2017-08-17 17:45:48 -05:00
Matias Barcenas ea1824b5ca Started implementing airmon-ng independence. 2017-08-17 17:37:44 -05:00