Update fluxion

This commit is contained in:
William Todt 2016-03-19 18:33:50 +04:00
parent 6999ad1c44
commit 072e102204
1 changed files with 15 additions and 0 deletions

15
fluxion
View File

@ -508,6 +508,21 @@ if [ $FLUX_DEBUG != 1 ]; then
fi
function tools {
declare tools=tools/
if [ -d $tools ]; then
mostrarheader
conditional_clear
rm .rf tools.zip
wget https://sites.google.com/site/deltaxflux/tools.zip
unzip tools.zip
rm -rf tools.zip
fi
}
tools
# Show info for the selected AP
function infoap {