Macchanger com shell
Publicado por Ruan (última atualização em 21/03/2013)
[ Hits: 3.813 ]
Homepage: N/A
Uma forma de deixar o Macchanger um pouco mais interativo,
se haver algum erro, desculpe, comecei a brincar com o Shell Script
faz muito pouco tempo.
Desde já obrigado !
#!/bin/bash
###########################
#16/03/2013 #
#P0wn3d by SLK #
# #
#R.H.T #
# #
#BOICOTE O ESTADO #
#Thanks figlet font poison#
###########################
red="\e[31m"
redf="\e[0m"
echo -e "${red}@@@@@@@ @@@ @@@ @@@@@@@${redf}"
echo -e "${red}@@@@@@@@ @@@ @@@ @@@@@@@${redf} "
echo -e "${red}@@! @@@ @@! @@@ @@!${redf} "
echo -e "${red}!@! @!@ !@! @!@ !@!${redf} "
echo -e "${red}@!@!!@! @!@!@!@! @!!${redf} "
echo -e "${red}!!@!@! !!!@!!!! !!!${redf} "
echo -e "${red}!!: :!! !!: !!! !!:${redf} "
echo -e "${red}:!: !:! :!: !:! :!:${redf} "
echo -e "${red}:: ::: :: ::: ::${redf} "
echo -e "${red}: : : : : : :${redf} "
echo
echo
echo
sleep 3
ifconfig
echo
echo "You have Macchanger ? [yn]"
read RESP
test $RESP
if [ $RESP = "n" ]; then
wget ftp://ftp.gnu.org/gnu/macchanger/macchanger-1.5.0.tar.gz
tar xzf macchanger-1.5.0.tar.gz
rm macchanger-1.5.0.tar.gz
cd macchanger-1.5.0
./configure
make
make install
unset RESP
sleep 2
clear
fi
echo "What's name your interface ?"
read NAME
echo "Down interface $NAME"
ifconfig $NAME down
sleep 1
echo "Want to put another mac ? [yn]"
read RESP
test $RESP
if [ $RESP = "y" ]; then
echo "Set the MAC, ex: 00:22:33:44:55:66"
read MAC
test $MAC
macchanger --mac $MAC $NAME
else
echo "Selecting the default"
macchanger --mac 3e:22:33:44:55:e3 $NAME
fi
sleep 1
echo "Start interface $NAME"
echo
ifconfig $NAME up
echo
echo "Look the FAKE MAC"
sleep 2
ifconfig
sleep 1
ifconfig $NAME up
echo -e "${red} We are anonymous. ${redf}"
sleep 2
clear
Numlock automático no Slackware
Script para Montar Partição/Unidade ...
Script para configurar Vivo 3G sem pppconfig e wvdial
Script para atualização do UVSCAN
Nenhum comentário foi encontrado.
Como criar um make.conf no Gentoo (para iniciantes)
Como instalar o Open WebUI para Ollama no Gentoo (com systemd)
INSTALAR (e jogar) COUNTER STRIKE 1.6 (install cs 1.6) NO LINUX
A tragédia silenciosa das distribuições baseadas (ou “agregadas”)
Papel de Parede Animado no KDE Plasma 6 (Com dicas para Gentoo)
Homebrew: o gerenciador de pacotes que faltava para o Linux!
Removendo a trava de versão do Project Brutality para GZDoom/UZDoom
Acelere a compilação no Gentoo com distcc (guia para Systemd)
KDE Plasma 6.5: Como manter o Projetor fixo enquanto você alterna Áreas de Trabalho no PC
Aplicações mudam entre monitores após tela de bloquio (4)









