struct SecurityResearcher {
name: &'static str,
alias: &'static str,
specialty: &'static str,
mindset: &'static str,
}
let me = SecurityResearcher {
name: "Kirk Trychel",
alias: "Teach2Breach",
specialty: "MALicious softWARE",
mindset: "Hack the planet"
};
A sophisticated command and control framework written in Rust
Locate function addresses without EAT parsing
Find DLL base addresses without PEB WALK
Dynamically resolve API function addresses at runtime
Early cascade injection PoC based on Outflank's research
Remote process injections using pool party techniques
Rust implementation of phantom persistence technique
Explore my complete collection of cybersecurity tools and research
# Red Team Operations
┌─────────────────────────────────────────────────────────────┐
│ Malware Analysis ████████████████████████████████████████ │ 100%
│ Reverse Engineering ████████████████████████████████████████ │ 100%
│ Exploit Development ████████████████████████████████████████ │ 100%
│ Process Injection ████████████████████████████████████████ │ 100%
│ Persistence ████████████████████████████████████████ │ 100%
│ Evasion Techniques ████████████████████████████████████████ │ 100%
└─────────────────────────────────────────────────────────────┘
# Programming Languages
┌─────────────────────────────────────────────────────────────┐
│ Rust ████████████████████████████████████████ │ 100%
│ C ████████████████████████████████████████ │ 100%
│ Assembly ████████████████████████████████████████ │ 100%
│ Python ████████████████████████████████████████ │ 100%
│ Other ████████████████████████████████████████ │ 100%
└─────────────────────────────────────────────────────────────┘