Skip to content

Instantly share code, notes, and snippets.

View keslerm's full-sized avatar
🏒
Hashtag GoBolts

Morgan Kesler keslerm

🏒
Hashtag GoBolts
View GitHub Profile
@keslerm
keslerm / setup.sh
Created March 11, 2016 01:14
Debian 8 Jessie RT2870/3070 Packet Injection for aircrack-ng
#!/bin/bash
if [ "$(id -u)" != "0" ]; then
echo "This script must be run as root" 1>&2
exit 1
fi
version="3.17.1"
archive_root="backports-$version-1"
archive_name="$archive_root.tar.xz"