Commit Graph

877 Commits

Author SHA1 Message Date
Matt 8d32a14c01 Center the logo 2017-08-16 15:03:15 -04:00
Matt dc36434a44 Replace the ridiculously large logo 2017-08-16 15:02:08 -04:00
Matt 0a9c120c16 Remove unused files
Installer was enhanced and deprecated arch-install
2017-08-16 14:58:02 -04:00
Matias Barcenas d62b99dca5 Merge pull request #78 from Geczy/master
fixed untracked files
2017-08-16 13:44:44 -05:00
Matt 49219edceb locale was not being used 2017-08-16 14:38:12 -04:00
Matt 9a51b65766 fixed untracked files 2017-08-16 14:35:06 -04:00
Matias Barcenas a90390518a Merge pull request #77 from Geczy/master
Updates to license, .gitignore, markdown files, & general cleanup.
2017-08-16 13:26:17 -05:00
Matt 6189852121 add *.log files to gitignore 2017-08-16 14:22:19 -04:00
Matt 69b782c85c Remove more HTML from MD 2017-08-16 14:14:28 -04:00
Matt 1c5b08d413 remove html from an MD file 2017-08-16 14:14:09 -04:00
Matt 57d3003d22 remove updates language
useless to show
2017-08-16 14:12:37 -04:00
Matt f1edd0ba5b update installation readme 2017-08-16 14:10:50 -04:00
Matt 3de1c36a48 Update readme disclimaer
Removes childish language
2017-08-16 14:09:01 -04:00
Matias Barcenas 20176abb27 Tweaked authenticator code with advice from Geczy. 2017-08-16 13:05:06 -05:00
Matt ee79799828 add general .gitignore
mac, linux, sublime from official repo https://github.com/github/gitignore/tree/master/Global
2017-08-16 14:03:19 -04:00
Matt 30dd790216 Remove useless docs folder
Move LICENSE to root dir where it belongs according to Github spec
2017-08-16 14:01:38 -04:00
Matias Barcenas 64cbf71830 Fixed FLUXIONAuto functionality. 2017-08-16 01:01:51 -05:00
Matias Barcenas 8c523d0a6f Added flag for scanner's manufacturer field. 2017-08-15 23:27:51 -05:00
Matias Barcenas fe2308ab77 Minor optimization for portal globals replacement. 2017-08-15 19:57:04 -05:00
Matias Barcenas 9463b90896 Removed obsolete commented code. 2017-08-15 19:36:19 -05:00
Matias Barcenas 5636768d5e Added support for linset-built portals.
Added support for portals that were designed to work with linset.
Updated two portals to adapt them for the new dynamic response.
2017-08-15 14:30:04 -05:00
Matias Barcenas 1ce39090dd Left-justified the scanner's security field. 2017-08-15 01:20:59 -05:00
Matias Barcenas 2118da90ed Left-justified the wireless interfaces' descriptor. 2017-08-15 00:33:37 -05:00
Matias Barcenas f9d5f9b8be Fixed a bug with APTargetMaker & removed extraneous statement. 2017-08-14 22:57:40 -05:00
Matias Barcenas 8d60fd4229 Fixed a bug affecting APTargetMakerID & APTargetMaker. 2017-08-14 22:43:14 -05:00
Matias Barcenas f631680ed4 Created an optimized solution for the last patch. 2017-08-14 21:54:31 -05:00
Matias Barcenas 2687ecaea6 Fixed a couple of issues (outdated) with FormatUtils. 2017-08-14 20:28:37 -05:00
Matias Barcenas aabe322633 Shortened banner printing delay time. 2017-08-14 18:50:02 -05:00
Matias Barcenas bed09e813f Fixed FormatUtils bug caused by outdated replacement. 2017-08-14 18:23:50 -05:00
Matias Barcenas 0a2ce6fcd1 Rewrote FormatUtils for performance & fixed bugs.
Rewrote FormatUtils to correct bad performance (sluggish on slow systems).
Changed FormatUtils API to accomodate for new performance enhancements.
Added a new literal to FormatUtils's formats, the double asterisk (**).
FormatUtils will now replace all asterisks, double asterisk (**).

Fixed an issue caused by long ESSIDs and long interface driver descriptors.
2017-08-14 17:13:47 -05:00
Matias Barcenas 490fea94ff Fixed wrong AP service configuration location. 2017-08-14 04:14:23 -05:00
Matias Barcenas 615da0f702 Corrected wording in the disclaimer section. 2017-08-13 15:02:48 -05:00
Matias Barcenas b154c26ae8 Updated FormatUtils & applied to portal selection. 2017-08-13 04:24:18 -05:00
Matias Barcenas 9a041d95bd Rewrote target AP view to utilize FormatUtils. 2017-08-13 00:25:53 -05:00
Matias Barcenas 8e0a37218b Fixed a bug affecting slow system and AP services.
The bug was caused by a constant wait time, rather than dynamic.
The bug was more likey to affect the airbase-ng service.
2017-08-12 22:36:36 -05:00
Matias Barcenas 1aa3d96c8a Fixed missing spacers, transitions & captorPID bug.
Added all missing spacers after a choice operation (missing echo).
Rearranged fluxion_header algorithm to make transitions smoother.
Fixed a bug where captorPID might be missed (not waiting [enough] for it).
2017-08-12 21:23:22 -05:00
Matias Barcenas af07814b8e Fixed a dependency-check bug introduced last commit. 2017-08-12 20:08:55 -05:00
Matias Barcenas fb316c25be Tweaked fluxion header and reenabled banner animation. 2017-08-12 19:18:53 -05:00
Matias Barcenas 33c26d3444 Rewrote header auto-resizing using FormatUtils. 2017-08-12 17:46:49 -05:00
Matias Barcenas a0ac4510e0 Rewrote scanner results auto expansion with FormatUtils. 2017-08-12 17:24:14 -05:00
Matias Barcenas ad89264442 Implemented FormatUtils & used for startup banner.
The new horizontal utility utilizes the * token for centering.
* Every field with the token %*s will autofill the remaining space.
* Field tokens may be any valid format specifier, plus the asterisk.
* > Example: printf "%*s %.*s %*d" "col1" "col2" "3.0" (notice asterisk)
* > Example: printf "%*b %s" "\e[1;33mThis is red text\e[0m" "this is not"

Use the new utilities to center the startup banner and other messages.
2017-08-12 15:43:39 -05:00
Matias Barcenas 15494058aa Resized channel field from 4-spaces down to 2. 2017-08-12 10:02:58 -05:00
deltax cbac83c589 Update install.sh 2017-08-12 16:29:05 +02:00
deltax dff6c0ec0c Submodules are not longer required 2017-08-12 16:23:42 +02:00
deltax 7489dd5b01 Update README.md 2017-08-12 15:44:38 +02:00
deltax 290b63d4b3 Merge pull request #68 from FluxionNetwork/revert-63-master
Revert "Starting implementing Leet language (1337)"
2017-08-12 11:56:35 +02:00
deltax 145a76da4d Revert "Starting implementing Leet language (1337)" 2017-08-12 11:56:21 +02:00
Matias Barcenas c142177cda Fixed security field line-jump bug 2017-08-12 01:13:17 -05:00
root b911b3e9fb update readme 2017-08-12 09:06:58 +03:00
root f89f2ced8c set executable bit on scripts https://github.com/FluxionNetwork/fluxion/issues/60 2017-08-12 09:01:35 +03:00