Skip to content

Instantly share code, notes, and snippets.

@doylefermi
doylefermi / wifikill.sh
Last active September 27, 2021 18:38 — forked from FedericoPonzi/wifikill.sh
A Wifikill made in bash using nmap and arpspoof.
#!/bin/bash
#Federico Ponzi
#GPLv2
usage()
{
echo "Usage: $0 [-all][-list][-i] xxx.xxx.xxx.xxx"
}
help()