Skip to content

Instantly share code, notes, and snippets.

View diamondsea's full-sized avatar

Brian Gallagher diamondsea

View GitHub Profile
@diamondsea
diamondsea / index.php
Created October 10, 2020 05:34 — forked from asgrim/index.php
Crazy Morse-encoded PHP executor. Dirty and quick, no apologies for this code.
<?php
require 'morselib.php';
$morse = new morselib();
eval($morse->decode(file_get_contents("site.morse")));