The Box Breaker and Script Creator
Offensive Security Specialist, Application Engineer, Developer, Researcher, Electrical Engineer, Bird Dad and Idiot.
- Some great words to describe myself!
From jobs to personal projects, I've encountered many different situations, met many diverse people and unwillingly learned new programming languages (looking at you PHP).
My combined experience helps drive the thought process behind all my projects and allows me to constantly strive towards improvement of my current projects or development of great and new ideas!
You may have heard of me from my work as the software development lead for The Scorebot Project or my custom C2 framework XMT. If not, it might be from one of my other numerous Projects that or you may have ran into me as a Blue Teamer (which in case, Hi! lol).
Regardless, my main goal is constantly improving my own work and being able to pass on the things I've learned to others.
If you ever play the Pros Versus Joes CTF or are at any major InfoSec con (BSidesLV, BSidesDC, BSidesDE, Shmoocon, Defcon, Blackhat, etc..) you might just run into me! I can always be found wherever the dank memes are.
Don't forget to peek at my Twitter to check up on the shenanigans that I'm getting into or to get a heads up on any updates to my projects!
Twitter Activity
- Finally made the push to add all the new features and goodies to ThunderStorm! 😈
Added support for the latest release of XMT and support for the newer/extended features (like old #golang support) were added into JS/CS!
#redteam #programming #Python
http://dij.sh/ts@iDigitalFlame
- RT @gdead: In April I will be checking Nebraska off my List of States I’ve Visited. Come join us :)@gdead
- RT @internetofshit: cursed faucet@internetofshit
- RT @Alh4zr3d: Red Teamers: Obfuscate! Simple XOR for enc/decoding in C/C++:
void XOR(char* d, size_t d_len) {
const char k[] = "abc";
int j = 0;
for (int i = 0; i < d_len; i++) {
if (j == sizeof(k) - 1) j = 0;
d[i] = d[i] ^ k[j];
j++;
}
}
#redteam@Alh4zr3d
- RT @MalwareJake: Is it really a "best practice" if most orgs can't implement it?@MalwareJake
- Gooood Evening #hackers!
Finally pushed the latest XMT update into git! 🥳
This new version adds: Support for WinXp (go1.10), Memory Improvements and Encryption changes!
Also I fixed ALOT of bugs!
ThunderStorm update soon!
http://dij.sh/xmt
#redteam #programming #golang@iDigitalFlame
- RT @defcon201nj: You're at @defcon. You go to check the time and see this. Thoughts?@defcon201nj
- RT @trashp4ndasec: What was it before it was #DNS?@trashp4ndasec
- Was asked during my talk about XMT why I didn't add DH keys (didnt have time)
BUT NOW, The implementation of ECDH key sync is complete!
By default secp521r1 keys are generated and used for comms
Server PubKey pinning can also be enabled for more cautious ops
#redteam #programming@iDigitalFlame
- RT @TomLawrenceTech: It's important to reduce threat surface by disabling services that are not used.@TomLawrenceTech