Skip to content

Instantly share code, notes, and snippets.

@rghose
rghose / ghe-revealer.rb
Last active March 6, 2025 17:20 — forked from iscgar/ghe-revealer.rb
Works with GHE3.13 as well
#!/usr/bin/sudo ruby
#
# revealer.rb -- Deobfuscate GHE .rb files.
#
# This is simple:
# Every obfuscated file in the GHE VM contains the following code:
#
# > require "ruby_concealer.so"
# > __ruby_concealer__ "..."