Skip to content

Instantly share code, notes, and snippets.

View benkelly's full-sized avatar
😶‍🌫️

ben benkelly

😶‍🌫️
View GitHub Profile
@benkelly
benkelly / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created March 13, 2025 13:21 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code

Tesla Key Card Protocol

Researched by Robert Quattlebaum [email protected].

Last updated 2020-02-03.

Image of Tesla Key Card Image of Tesla Model 3 Key Fob

@benkelly
benkelly / covid_improved.rb
Created March 17, 2020 22:12 — forked from donalod/covid_improved.rb
covid_improved.rb
#!/usr/bin/env ruby
# Requires you to install "spark" with ports or homebrew + the below gems.
require "csv"
require 'time'
require 'httparty'
require 'colorize'
require 'tty-progressbar'
@benkelly
benkelly / README.md
Created July 2, 2019 07:57 — forked from steve-jansen/README.md
Stop and start Symantec Endpoint Protection on OS X

This script enables you stop and start Symantec Endpoint Protection on OS X

Installation

sudo curl https://gist.github.com/steve-jansen/61a189b6ab961a517f68/raw/sep -o /usr/local/bin/sep
sudo chmod 755 /usr/local/bin/sep
sudo chown root:staff /usr/local/bin/sep