Update flux
This commit is contained in:
parent
007f24df69
commit
87b6d3e4c7
|
@ -18,8 +18,8 @@ clear
|
||||||
DUMP_PATH="/tmp/TMPflux"
|
DUMP_PATH="/tmp/TMPflux"
|
||||||
# Number de desautentificaciones
|
# Number de desautentificaciones
|
||||||
DEAUTHTIME="30"
|
DEAUTHTIME="30"
|
||||||
revision=5
|
revision=2
|
||||||
version=0.17
|
version=0.18
|
||||||
IP=192.168.1.1
|
IP=192.168.1.1
|
||||||
RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
|
RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
|
||||||
|
|
||||||
|
@ -486,7 +486,7 @@ if [ $FLUX_DEBUG != 1 ]; then
|
||||||
if [ "$revision" != "$revision_online" ]; then
|
if [ "$revision" != "$revision_online" ]; then
|
||||||
|
|
||||||
cp $0 $HOME/flux_rev-$revision.backup
|
cp $0 $HOME/flux_rev-$revision.backup
|
||||||
curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0" -L https://sites.google.com/site/deltaxflux/flux -s -o $0
|
curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0" -L https://sites.google.com/site/deltaxflux/fluxion -s -o $0
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo -e ""$red"
|
echo -e ""$red"
|
||||||
|
|
Loading…
Reference in New Issue