Remove dependencies, since wps slaughter isn't used anymore

This commit is contained in:
deltaxflux 2017-07-18 13:06:21 +02:00
parent de83470f50
commit 7ebf0ef03c
5 changed files with 350 additions and 370 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "sites"]
path = sites
url = https://github.com/FluxionNetwork/sites

View File

@ -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. 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 ## Installation
``` wget https://raw.githubusercontent.com/FluxionNetwork/fluxion/master/install/install.sh && bash install.sh ``` ``` git clone --recursive https://github.com/FluxionNetwork/fluxion.git```
## Updates ## 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. 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.

View File

@ -53,8 +53,6 @@ if [ -z "${DISPLAY:-}" ]; then
exit 1 exit 1
fi fi
function mostrarheader(){ function mostrarheader(){
conditional_clear conditional_clear
@ -179,16 +177,7 @@ if ! hash airodump-ng 2>/dev/null; then
else else
echo -e "\e[1;32mOK!"$transparent"" echo -e "\e[1;32mOK!"$transparent""
fi fi
##############################
echo -ne "Bully..........."
if ! hash bully 2>/dev/null; then
echo -e "\e[1;31mInstalling ..."$transparent""
cd /tmp;sudo git clone https://aur.archlinux.org/bully.git 2>/dev/null; cd bully; sudo makepkg; sudo pacman -U *.pkg.tar.xz
xterm $HOLD -title "Installing Bully" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e pacman -S bully
else
echo -e "\e[1;32mOK!"$transparent""
fi
sleep 0.025
############################## ##############################
echo -ne "Curl............" echo -ne "Curl............"
if ! hash curl 2>/dev/null; then if ! hash curl 2>/dev/null; then
@ -357,9 +346,5 @@ else
fi fi
sleep 0.025 sleep 0.025
############################# #############################
xterm $HOLD -title "Remove repositories" -e python remove.py xterm $HOLD -title "Remove repositories" -e python remove.py
git clone https://github.com/molovo/revolver revolver
chmod u+x revolver/revolver
mv revolver/revolver /usr/local/bin

View File

@ -191,15 +191,6 @@ if ! hash airodump-ng 2>/dev/null; then
else else
echo -e "\e[1;32mOK!"$transparent"" echo -e "\e[1;32mOK!"$transparent""
fi fi
##############################
echo -ne "Bully..........."
if ! hash bully 2>/dev/null; then
echo -e "\e[1;31mInstalling ..."$transparent""
xterm $HOLD -title "Installing Bully" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install bully
else
echo -e "\e[1;32mOK!"$transparent""
fi
sleep 0.025
############################## ##############################
echo -ne "Curl............" echo -ne "Curl............"
if ! hash curl 2>/dev/null; then if ! hash curl 2>/dev/null; then

1
sites Submodule

@ -0,0 +1 @@
Subproject commit ff349e7e612fdad12b41afcc37d5a34229b4c267