Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
#
# Check if an OpenVPN server runs on a given UDP or TCP port.
#
import os
import sys
import time
import hmac
import hashlib
@freb
freb / vol
Created April 28, 2021 21:48
#!/bin/env python3
import os
import time
import subprocess
import argparse
# Maps a string contained in name, description, or product_name to our custom name
custom_names = {
"Plantronics_Blackwire_5220": "PLT 5220",