Skip to content

Instantly share code, notes, and snippets.

View ruzzll's full-sized avatar
🎯
Focusing

Russell Keith BF ruzzll

🎯
Focusing
View GitHub Profile
@ruzzll
ruzzll / Sublime Text 3 Build 3103 License Key - CRACK
Last active October 24, 2017 22:38
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
@ruzzll
ruzzll / default.vcl
Created January 18, 2018 10:58
Varnish 4.0 VCL for WordPress
#
# This is an example VCL file for Varnish.
#
# It does not do anything by default, delegating control to the
# builtin VCL. The builtin VCL is called when there is no explicit
# return statement.
#
# See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/
# and https://www.varnish-cache.org/trac/wiki/VCLExamples for more examples.
@ruzzll
ruzzll / deobfuscation.php
Created January 24, 2019 20:20 — forked from MKorostoff/deobfuscation.php
My attempt to de-obfuscate a PHP exploit file discovered on a hacked server.
<?php
/**
* First, we're going to establish an alphabet. We're never going to write code like:
*
* $foo = 'abc'
*
* Because it would be too easy to read. Instead, were' going to write code like:
*
* $alphabet = 'abcdefghijklmnopqrstuvwxyz';