Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
IPT="/sbin/iptables"
INVALID_TCP_PORTS="32768:32775,137:139,111,115"
INVALID_UDP_PORTS="32768:32775,137:139,111,115"
HIGH_PORTS="1025:65535"
FIREWALL_PATH=""
INET_ADDR=""
INET_DEV=""
https://isc.sans.edu/
@eivanhoe
eivanhoe / eduroam.conf
Last active January 23, 2017 20:45
bare minimum for connecting to eduroam
# Usage: wpa_supplicant -i wlan0 -c eduroam.conf
ctrl_interface=/run/wpa_supplicant GROUP=wheel
update_config=1
network={
# required: network type
ssid="BCIT_SECURE"
key_mgmt=WPA-EAP
eap=PEAP TTLS
# required: client credentials
identity="A00xxxxx"