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 10, 2022
1 parent 7da4d5d commit dd2d9e2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion wiresec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo -e $okegreen "[!] Os Arquivos baixados se encontram em /wiresec"
echo -e $orange
echo ""

select i in Aircrack/ng Asleap airgeddon 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 airgeddon Airopy 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 @@ -83,6 +83,23 @@ echo -e ""
echo -e "$orange wiresec v.1.1"
;;


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

echo -e "$okegreen [TOOL: Airopy]"
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

0 comments on commit dd2d9e2

Please sign in to comment.