Skip to content

Instantly share code, notes, and snippets.

View agenteph's full-sized avatar

Paulo Henrique (PH) agenteph

  • ImSec / EscolaHacker
  • Imperatriz
View GitHub Profile
#!/bin/bash
# Prof. Paulo Henrique S. Barbosa - agenteph@gmail.com
# @agenteph - 2017
# Script para fazer DeAuth simples e direto.
# Apenas adicione o MAC do Roteador no comando.
#
# Verificando se é ROOT.
if [[ $EUID -ne 0 ]]; then
echo "Você é root?!" 1>&2