Skip to content

Instantly share code, notes, and snippets.

@deargle
deargle / _README.md
Last active November 12, 2021 14:10
List of Mturk premium qualification types
@deargle
deargle / client.conf
Last active February 16, 2024 20:14
OpenVPN server.conf and client.conf
##############################################
# Sample client-side OpenVPN 2.0 config file #
# for connecting to multi-client server. #
# #
# This configuration can be used by multiple #
# clients, however each client should have #
# its own cert and key files. #
# #
# On Windows, you might want to rename this #
# file so it has a .ovpn extension #
@deargle
deargle / install-nessus.sh
Last active May 3, 2024 06:37
Install nessus
#!/bin/bash -ex
# run as root
wget -O nessus.deb https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/12207/download?i_agree_to_tenable_license_agreement=true
dpkg -i nessus.deb