Password_Cracking.sh 256 B

1234567891011121314
  1. echo ""
  2. echo "Installing Password Cracking Tools"
  3. echo ""
  4. mkdir /opt/Password_Cracking/>/dev/null 2>&1
  5. apt install john -y
  6. apt install hashcat -y
  7. apt install crunch -y
  8. apt install cewl -y
  9. apt install hydra -y
  10. apt install ncrack -y
  11. apt install medusa -y