Commit Graph

1513 Commits

Author SHA1 Message Date
deltaxflux 2b8815b778 Fluxion 5.1:
- Move external git repository to fluxion
- Modify fluxion internals
- Fix issue #587, check if systemd-resolver is running and kill it
- Fix issue #579, kill running network manager service
- Rewrite instructions
- Bump revision
2018-08-13 20:01:10 +02:00
deltax ca26592074
Merge pull request #590 from xisohi/patch-4
Update language file:
- Improve zh language
2018-08-13 08:18:30 +02:00
xihi e2e1f9513b
xiexie 2018-08-12 12:16:05 +08:00
deltax dfff3723b0
Merge pull request #583 from xisohi/patch-3
Update zh.sh
2018-08-07 08:55:46 +02:00
xihi 49d2268706
Update zh.sh 2018-08-06 20:08:14 +08:00
deltaxflux 0acbfeb5c5 Restore .git folder 2018-08-03 21:08:59 +02:00
deltaxflux ffd7c1e9bb Push latest files 2018-08-03 20:56:15 +02:00
deltaxflux 911858780a Inital commit:
- Push fluxion 1.0 (stable)
    - Update devices list
    - Fix ChipsetUtils
    - Rename Help.sh to HelpUtils.sh
    - Minor diagnostic bug fixes
    - Include all changes until 4.16
2018-08-03 20:48:31 +02:00
Matias Barcenas 153d6caec5 Fixed multiple bugs introduced in commit 3353955. 2018-07-12 00:04:26 -05:00
deltaxflux b615cf7d09 Fix #558
- Minor bug fixes
- Chaned ls 1 -> ls -1
2018-07-11 00:41:38 +02:00
deltaxflux bb5dc2786e Merge branch 'master' of github.com:FluxionNetwork/fluxion 2018-07-10 22:52:04 +02:00
deltaxflux 3353955e1f Minor bash improvements
- use pure bash
- fix escaping seq.
- fix global word spliting
- increase readability
2018-07-10 22:50:19 +02:00
strasharo af7d44fe1f
Merge pull request #557 from kkar/patch-1
el (Greek) corrected
2018-07-09 09:12:25 +03:00
Konstantinos Karakatsoulis 1bbf6f30f4
el (Greek) corrected 2018-07-09 03:56:58 +03:00
deltaxflux 2f18a30a98 Fix #5555, use command -v to check if the programm is installed.
Don't use which anymore since it could cause problems if PATH is
not set.
2018-07-03 21:28:37 +02:00
deltaxflux ee73b8ec54 Fix tiny bug: 2018-06-16 15:16:24 +02:00
deltaxflux 61228f5548 Enhancement add mdk4 support 2018-06-16 13:05:24 +02:00
Matias Barcenas 7de2000334 Improved target tracking interface query tip. 2018-05-30 13:07:09 -05:00
Matias Barcenas 94e0c3c6b1 Corrected outdated lib paths. 2018-05-30 12:55:07 -05:00
Matias Barcenas ee4d243a35 Merge branch 'master' of github.com:FluxionNetwork/fluxion 2018-05-29 18:02:41 -05:00
Matias Barcenas 7292f90369 Merge branch 'master' of github.com:FluxionNetwork/fluxion 2018-05-29 18:02:25 -05:00
deltaxflux fcfc912fef Increase revision number,to signify changes 2018-05-30 00:48:26 +02:00
deltaxflux 0523d1f6d6 Allow to skip dependencies if required with --skip-dependencies 2018-05-30 00:47:13 +02:00
Matias Barcenas ccb9c919b1 Fixed installer bugs suppressed by bash bug.
A bash was caused by a read-only variable overwritten when using source.
The installer will now ask the user before attempting installation again.
2018-05-29 17:44:53 -05:00
deltaxflux 68a90dc684 Fix installer loop #523 2018-05-30 00:38:10 +02:00
deltaxflux 1ebbe20bd7 Colorize output 2018-05-28 15:17:27 +02:00
deltaxflux 6e96e6b10a Modify issue template and pull request template 2018-05-28 15:02:15 +02:00
Matias Barcenas 08a37ecbbf Updated portals' submodule. 2018-05-24 22:31:25 -05:00
Matias Barcenas 7504d6e3e2 Updated sites' submodule. 2018-05-24 21:45:13 -05:00
Matias Barcenas cacae7aa4c Fixed path bugs & incremented revision.
Fixed bugs with the Captive Portal attack caused by incorrectly set paths.
Incremented revision to reflect significant changes to path handling.
2018-05-24 19:13:29 -05:00
Matias Barcenas 0bf7a399a0 Added support for symbolic linking. 2018-05-24 18:44:53 -05:00
Matias Barcenas e4f074b953 Added airmon-ng support for prism[0-9]+ interfaces. 2018-05-19 16:01:50 -05:00
deltax f7a8db7843
Add cowpatty to dependency list
- Minor bug fixes
2018-05-05 16:08:43 +02:00
Matias Barcenas f7bb8f2a49 Upgraded revision to reflect significant bug fixes. 2018-05-04 13:15:42 -05:00
Matias Barcenas 1b0bfb7990 Removed auto-mode on detection of CLI parameters.
Auto-mode will have to be explicitly set with the --auto flag.
2018-05-04 13:03:58 -05:00
Matias Barcenas e9a862f3f3 Fixed prefix constant scope bug. 2018-05-04 12:55:36 -05:00
Matias Barcenas 676f5a9b7b Changed recommened handshake verfier. 2018-05-04 12:52:53 -05:00
Matias Barcenas c288943f66 Fixed two bugs related to interface allocation.
Allocated interfaces were being identified with indexes in intervals of two.
Reidentification failures were potentially not being detected.
2018-05-03 18:30:56 -05:00
Matias Barcenas 53087e6907 Fixed issue with airmon-ng interface allocator.
The issue was caused by improper grep selection.
Fixed a future bug with deallocation, caused by improper sequencing.
2018-05-03 16:55:06 -05:00
Tobias Manske 22a8feb58d
diagnostics.sh: added basic pyrit / scapy version checks 2018-05-03 03:47:36 +02:00
Matias Barcenas fa6b7a2caf Added cowpatty as a hash verifier option. 2018-05-02 19:50:28 -05:00
deltaxflux 982f658e15 Improve compatibility between different OS 2018-05-02 20:50:31 +02:00
Matias Barcenas faa25e1590 Dependencies installer no-connection handling.
The subroutine will return an error code for better error handling.
2018-05-02 11:32:43 -05:00
Matias Barcenas d571cc835c Rewrote mini DNS server to support python 2 & 3. 2018-04-30 19:58:20 -05:00
Matias Barcenas 3a6b9ecae7
Merge pull request #495 from ibilux/patch-4
Updated Arabic translation for Captive Portal.
2018-04-30 08:58:30 -05:00
Matias Barcenas c02b6f8d59
Merge pull request #494 from ibilux/patch-3
Updated Arabic translation for Handshake Snooper.
2018-04-30 08:57:38 -05:00
Bilux 591c2e611a
Updated Arabic translation for Captive Portal. 2018-04-30 14:32:08 +01:00
Bilux de5d2d0fb5
Updated Arabic translation for Handshake Snooper. 2018-04-30 14:12:50 +01:00
Matias Barcenas ca7fcb0dcc Reverted changes to NAT & DNS 2018-04-30 02:15:33 -05:00
Matias Barcenas cf069ce49c
Merge pull request #493 from ibilux/patch-2
Add Arabic language to fluxion
2018-04-29 10:00:56 -05:00