Skip to content

Commit

Permalink
Update wiresec.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oanderoficial authored Jul 16, 2022
1 parent eb490e0 commit 7e64e52
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions wiresec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo -e $red" ___ _____(_)_____________ _____________ _______ "
echo -e $red" __ | /| / /__ / __ ___/_ _ \__ ___/_ _ \_ ___/ "
echo -e $red" __ |/ |/ / _ / _ / / __/_(__ ) / __// /__ "
echo -e $red" ____/|__/ /_/ /_/ \___/ /____/ \___/ \___/ "
echo -e $yellow" Autor: Anderson.b.Silva | 35 Tools | GIT |$green v.1.1 "
echo -e $yellow" Autor: Anderson.b.Silva | 37 Tools | GIT |$green v.1.1 "
echo ""
echo -e $yellow "[#]"$red "*** Wireless Attacks *** "
echo -e $red " *** É necessário ter o git instalado ***"
Expand All @@ -30,7 +30,7 @@ echo -e $okegreen "[!] Os Arquivos baixados se encontram em /wiresec"
echo -e $orange
echo ""

select i in Aircrack/ng Asleap Airflood Airgeddon Airopy Airoscript Bluelog BlueMaho Bluepot BlueRanger Bluesnarfer Bully coWPAtty crackle eapmd5pass Fern/Wifi/Cracker fluxion Ghost/Phisher GISKismet gr-scan kalibrate-rtl KillerBee Kismet mdk3 mfcuk mfoc mfterm Multimon-NG PixieWPS Reaver redfang RTLSDR-Scanner Spooftooph Wifi-Honey Wifitap Wifite Todos sair
select i in Aircrack/ng Asleap Airflood Airgeddon Airopy Airoscript airpwn Bluelog BlueMaho Bluepot BlueRanger Bluesnarfer Bully coWPAtty crackle eapmd5pass Fern/Wifi/Cracker fluxion Ghost/Phisher GISKismet gr-scan kalibrate-rtl KillerBee Kismet mdk3 mfcuk mfoc mfterm Multimon-NG PixieWPS Reaver redfang RTLSDR-Scanner Spooftooph Wifi-Honey Wifitap Wifite Todos sair
do

case "$i" in
Expand Down Expand Up @@ -136,6 +136,23 @@ echo -e ""
echo -e "$orange wiresec v.1.1"
;;

airpwn)
echo -e "$yellow *** Baixando airpwn ***"
git clone https://github.com/ICSec/airpwn-ng.git
clear
echo -e " __ __ (_) _ __ ___ ___ ___ ___ "
echo -e " \ \ /\ / / | | | '__| / _ \ / __| / _ \ / __| "
echo -e " \ V V / | | | | | __/ \__ \ | __/ | (__ "
echo -e " \_/\_/ |_| |_| \___| |___/ \___| \___| "
echo -e ""

echo -e "$okegreen [TOOL: airpwn]"
echo -e ""
echo -e " $okegreen [!] Download Completo! Os Arquivos baixados se encontram em /wiresec"
echo -e "$cyan [!] Para chamar o menu de opções pressione ENTER "
echo -e "$orange wiresec v.1.1"
;;

Bluelog)
echo -e "$yellow *** Baixando Bluelog *** "
git clone https://github.com/MS3FGX/Bluelog.git
Expand Down Expand Up @@ -667,6 +684,9 @@ echo -e ""
git clone https://github.com/patrickhno/Airoscript.git
echo -e "$okegreen [!] Download Completo!"
echo -e "$yellow [********************************]"
git clone https://github.com/ICSec/airpwn-ng.git
echo -e "$okegreen [!] Download Completo!"
echo -e "$yellow [********************************]"
git clone https://github.com/MS3FGX/Bluelog.git
echo -e "$okegreen [!] Download Completo!"
echo -e "$yellow [********************************]"
Expand Down

0 comments on commit 7e64e52

Please sign in to comment.