Skip to content

Instantly share code, notes, and snippets.

@stuartw1
stuartw1 / install-openvpn3-kali.sh
Last active January 26, 2025 11:18
install openvpn3 and dependencies on Kali Linux
#!/bin/bash
# The following commands should install openvpn3 successfully on Kali Linux as of 2023-10-11
# Please check libssl1.1 version is newest at https://packages.debian.org/bullseye/amd64/libssl1.1
# PM me if broken and I will update
# Thanks to the following for bug reports / additions
# asingh-lp, Pyr0technicien
# update packages
sudo apt update
@aerth
aerth / ufw-secure.sh
Created January 12, 2016 22:02
Hardened UFW rules (you customize)
#!/bin/bash
# this lil script was created by aerth at Earthbot.net
# run this to clear your ufw rules and replace with this default medium-high security!
# reset firewall
ufw reset