From d61fdd132722a041e2c36823d869a25d25130d57 Mon Sep 17 00:00:00 2001 From: STRSHR Date: Sat, 29 Apr 2017 13:32:14 +0300 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8995203..813c7db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

# Fluxion is the future of MITM WPA attacks Fluxion is a remake of linset by vk496 with (hopefully) less bugs and more functionality. It's compatible with the latest release of Kali (rolling). The attack is mostly manual, but experimental versions will automatically handle most functionality from the stable releases. @@ -24,7 +24,7 @@ This is how the script works. The fake captive portal is set up by the script it The MAC address of the fake access point differs by one octet from the original in order to prevent fluxion deauthenticating clients from itself during the session. ## Installation -``` wget https://raw.githubusercontent.com/strasharo/fluxion/master/install/install.sh && bash install.sh ``` +``` wget https://raw.githubusercontent.com/FluxionNetwork/fluxion/master/install/install.sh && bash install.sh ``` ## Updates If you want to submit a feature, do so by labeling your issue as an "enhancement" or submit a PR. I don't have enough time to make daily changes to fluxion, sorry. @@ -36,7 +36,7 @@ If you want to submit a feature, do so by labeling your issue as an "enhancement ## :scroll: Changelog Fluxion gets weekly updates with new features, improvements and bugfixes. -Be sure to check out the [changelog here] (https://github.com/strasharo/fluxion/commits/master). +Be sure to check out the [changelog here] (https://github.com/FluxionNetwork/fluxion/commits/master). ## :octocat: How to contribute All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated!