Skip to content

Instantly share code, notes, and snippets.

@bjia56
bjia56 / blinkpoc.py
Created November 8, 2024 06:57 — forked from jakecrowley/blinkpoc.py
Blink IMMIS PoC
import subprocess
import threading
from time import sleep, time
import requests
import socket
import ssl
BASE_API_URL = "https://rest-u026.immedia-semi.com"
## REPLACE THESE WITH YOUR OWN VALUES
@bjia56
bjia56 / MakeOpenVPN.sh
Created June 18, 2017 19:41 — forked from laurenorsini/MakeOpenVPN.sh
MakeOpenVPN.sh by Eric Jodoin
#!/bin/bash
# Default Variable Declarations
DEFAULT="Default.txt"
FILEEXT=".ovpn"
CRT=".crt"
KEY=".3des.key"
CA="ca.crt"
TA="ta.key"