Skip to content

Instantly share code, notes, and snippets.

View EricTurner3's full-sized avatar

Eric Turner EricTurner3

View GitHub Profile
@EricTurner3
EricTurner3 / gist:e722119b8d1863ae95cde33df3d062a9
Created June 11, 2021 17:13
Python One-Liner UUID Generate (no hyphens)
python -c "import uuid; print(str(uuid.uuid4()).replace('-',''))"
@EricTurner3
EricTurner3 / functions.php
Created March 2, 2022 19:17
Add emgithub embed to Wordpress
<?php
//Add this function to your /wp-content/themes/<yourtheme>/functions.php
//It uses emgithub.com to spawn an embed for your github code on a Wordpress Bloc
//Derived from https://crunchify.com/how-to-embed-and-share-github-gists-on-your-wordpress-blog/
// 2 Mar 2022
/**
*
* Example: https://github.com/EricTurner3/cybersecurity/blob/main/HackTheBox/challenges/forensics/redfailure/decrypt.cs