Skip to content

Instantly share code, notes, and snippets.

View thedarkcolour's full-sized avatar
🟪

thedarkcolour thedarkcolour

🟪
View GitHub Profile
@thedarkcolour
thedarkcolour / check_for_ois.jl
Last active July 29, 2023 19:55
Julia script to check for any usages of ObjectInputStream in mod JARs in case of BleedingPipe exploit
# Script written by thedarkcolour
# To use, drop this script file into a mods folder and run it with the Julia REPL.
# Install ZipFile
using Pkg
Pkg.add("ZipFile")
using ZipFile
wd = @__DIR__