Matias Barcenas
290e2764c0
Removed two common tools as dependencies.
2017-08-16 15:20:02 -05:00
deltax
920c17f6a8
Merge pull request #81 from FluxionNetwork/revert-80-master
...
Fix logo
2017-08-16 22:14:29 +02:00
deltax
79225330bf
Revert "Remove unused files"
2017-08-16 22:13:57 +02:00
deltax
846380552a
Change revision
2017-08-16 22:03:51 +02:00
deltax
40f8884fa8
Removed unused files
2017-08-16 22:03:18 +02:00
deltax
6ab33a3c38
Delete add.py
2017-08-16 22:02:51 +02:00
deltax
b09ce8c61b
Update arch-install.sh
2017-08-16 21:57:12 +02:00
deltax
14b762ba72
Merge pull request #80 from Geczy/master
...
Remove unused files
2017-08-16 21:51:07 +02:00
Matias Barcenas
11c466567d
Fixed a bug causing double headers in portal selection.
2017-08-16 14:47:56 -05:00
Matt
438f0d3a3b
Revert "Remove unused files"
...
This reverts commit 0a9c120c16
.
2017-08-16 15:23:28 -04:00
Matias Barcenas
a01a5b4d20
Merge pull request #79 from Geczy/phpfix
...
PHP Tweak
2017-08-16 14:08:52 -05:00
Matt
400bf439f6
Use html in logo
2017-08-16 15:03:57 -04:00
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
Matt
b148fa7610
Merge branch 'master' of https://github.com/FluxionNetwork/fluxion into php
2017-08-16 14:50:05 -04:00
Matt
b616dec778
PHP script updates
...
* ENHANCE. Moves error_reporting to top of parent include. Removes duplication
* ENHANCE. Removes for loop checking for submissions
* FIX. Moves candidate_code to top above the return. Previously candidate_code was always null
2017-08-16 14:50:03 -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