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
root
320350ffaa
correct readme
2017-08-12 08:53:08 +03:00
strasharo
45cc561d8a
Merge pull request #66 from FluxionNetwork/revert-63-master
...
Revert "Starting implementing Leet language (1337)"
2017-08-12 08:38:36 +03:00
strasharo
9b1b03bc2b
Revert "Starting implementing Leet language (1337)"
2017-08-12 08:36:50 +03:00
root
4476c41081
comment out dhcpd
2017-08-12 08:03:50 +03:00
Matias Barcenas
d3f46cbd10
Quick fix for scanner output width auto-adjust.
2017-08-11 21:49:34 -05:00
Matias Barcenas
8e3511e921
Updated fluxion.sh comments & tweaked scanner code.
2017-08-11 18:38:52 -05:00
Matias Barcenas
6a13f9e0f1
Merge branch 'master' of github.com:FluxionNetwork/fluxion
2017-08-11 13:54:48 -05:00
deltax
838391aa6a
Merge pull request #63 from Blaxou/master
...
Starting implementing Leet language (1337)
2017-08-11 12:55:24 +02:00
Sismondi
4cde127df2
Starting implementing Leet language (1337)
2017-08-11 12:52:14 +02:00
Matias Barcenas
f4ad6b8531
Routing restoration relocation & language auto fix.
...
Moved the routes restoring code & forwarding to the proper unset function.
Refactored some code in set_lang. that should only happen when auto is off.
2017-08-11 03:29:47 -05:00
Matias Barcenas
2602de8738
Changed signal to quality & fixed value bug.
2017-08-11 00:03:54 -05:00
Matias Barcenas
71076314ee
Changed interface search expression to support more OSs.
2017-08-10 23:34:16 -05:00
Matias Barcenas
c15bd1b7bc
Lang. globals, paths, exitmode update & bugfixes.
...
Updated fluxion and attacks scripts to use the updated language global identifiers.
Quoted some paths that handn't already been quoted (potential spacing issues).
Updated the exitmode function to deal with FLUXION-started only processes.
Fixed a bug where the "WI not supported" message was displayed when no AP were found.
Added an IO function to handle dynamic, static-text, substitution.
2017-08-10 22:02:12 -05:00
Matias Barcenas
1876c9db8d
Added all missing globals in language files.
2017-08-10 21:58:10 -05:00
deltax
aaa0efc225
Rename Deutsche.lang to Deutsch.lang
2017-08-10 19:44:38 +02:00
deltax
a70c76ee0c
Fix credits
2017-08-10 15:18:32 +02:00
strasharo
497a48eb97
Merge pull request #58 from MPX4132/master
...
Scanner bug, missing language globals, missing directories & quoted paths.
2017-08-10 14:57:18 +03:00
Matias Barcenas
4a47ee2f88
Fixed mawk vs gawk bug & added missing quotes.
2017-08-09 23:30:23 -05:00
Matias Barcenas
c5a15bcb6c
Updated commented code.
2017-08-09 20:33:17 -05:00
Matias Barcenas
03c1921f95
Fixed a bug with hostapd.conf's path.
2017-08-09 20:16:16 -05:00
Matias Barcenas
9bcaff15bc
Added quotation marks for space-containing paths.
2017-08-09 20:11:29 -05:00
Matias Barcenas
c9f369d9df
Fixed directory creation & added quotes.
2017-08-09 19:31:32 -05:00
Matias Barcenas
65707e2529
Fixed handshake directory missing bug.
2017-08-09 18:36:23 -05:00
Matias Barcenas
4985ff9c04
Non-existent hash messages show for 3 seconds.
2017-08-09 17:29:13 -05:00
Matias Barcenas
13d40dec93
Updated updater match regex & language files.
2017-08-09 16:25:26 -05:00
Matias Barcenas
fe35c9033a
Fixed hash name normalization bug, & scanner bug.
...
Fixed a bug where custom hash names weren't being normalized on copy.
Fixed a bug where scanner would go back to scan results rather than rescan.
Also removed some stray break statements that were no longer necessary.
2017-08-09 15:17:18 -05:00
strasharo
b3e1c8ffb7
Merge pull request #57 from MPX4132/master
...
Fixed updater bug, awk bug, & hash path bug.
2017-08-09 22:04:42 +03:00
Matias Barcenas
7961921755
Fixed updater bug, awk bug, & hash path bug.
...
Fixed an issue with the updater where I accidentally misspelled version.
Fixed an issue caused by different version of awk (mawk vs gawk).
Fixed an issue caused by an expansion operator in a read statement.
2017-08-09 13:49:44 -05:00
deltax
fadf5d00c8
Merge pull request #54 from Blaxou/patch-1
...
Minor change on the french translation
2017-08-09 15:24:40 +02:00
Blaxou
096054cdba
Update français.lang
2017-08-09 12:59:55 +02:00
deltax
6f7b2e705d
Merge pull request #52 from MPX4132/master
...
Refactor fluxion
2017-08-09 06:45:49 +02:00