Skip to content
View racoten's full-sized avatar

Block or report racoten

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
racoten/README.md

Racoten — Portfolio

GitHub Trophies


Overview

Computer engineer focused on low-level programming, offensive security, and system internals.
This portfolio reflects hands-on work across malware development, red team tooling, operating systems, and full-stack engineering. Everything here was built to understand how systems actually work—and how they break.


Selected Projects

  • Execute .NET assemblies fully in-memory while bypassing ETW & AMSI
    BetterNetLoader

  • Protect executable memory regions using PAGE_NOACCESS + section hiding
    PageNoAccess-SectionHider

  • Achilles Remote Administration Tool
    Sysadmin-focused RAT with offensive design principles (private)

  • Command & Control Framework (C# / Go)
    Modular C2 architecture with custom agents and transport
    Capstone

  • Mini Facebook Clone
    Java, JSP, Tomcat, MySQL
    Mini Facebook

  • Operating Systems Algorithms & Data Structures (C++)
    Operating Systems Project

  • Digital clock designed with logic circuits (Multisim)

  • Doctor appointment registration system (Visual Basic)

  • Patient & physician visit management using data structures & algorithms (C++)

  • Portable charger electronic design (Multisim)

  • Elevator control circuit emulation (Multisim)

  • Blood donation non-profit database (MySQL)


Technologies & Tooling

Programming & Systems

  • Languages: C, C++, C#, Go, Rust, Java, Python
  • Frameworks & Platforms: .NET, Android Studio
  • Databases: MySQL, SQLite
  • Tooling:
    Visual Studio, Visual Studio Code, Git, GitLab, TeamCity, Ansible
  • Reverse Engineering & Debugging:
    Ghidra, Immunity Debugger, x64dbg / x86dbg, Process Hacker

Cybersecurity

  • Red Teaming / Offensive Security
  • Malware Development & Analysis
  • Reverse Engineering
  • Vulnerability Assessment
  • Network Security
  • SIEM / SOAR
  • Microsoft Defender for Endpoint
  • Microsoft Sentinel
  • Kaspersky & Trend Micro
  • Kali Linux

Computer Engineering

  • Cloud application development & deployment
  • Operating systems development
  • Algorithms & data structures
  • Linux administration & hardening
  • Windows internals
  • Electrical & logic circuit design
  • Desktop & web development
  • Database design & management
  • Mathematics:
    • Discrete Mathematics
    • Numerical Methods
    • Calculus I & II

Current Focus

  • Red team tooling and operator-grade development
  • Building C/C++, C#, and Go tooling for EDR evasion and ASR rule bypassing
  • Research into ETW/AMSI patching, DLL unhooking, loaders, and injection techniques

Contact

  • Discord: _racoten_

Popular repositories Loading

  1. BetterNetLoader BetterNetLoader Public

    A version of NetLoader, Execute Assemblies and Bypass ETW and AMSI using Hardware Breakpoints

    C 121 12

  2. CannonLoader CannonLoader Public

    Just a nice little shellcode loader using unconventional methods to avoid using signatured APIs

    C++ 23 1

  3. PageNoAccess-SectionHider PageNoAccess-SectionHider Public

    This is a little PoC to use PAGE_NOACCESS to protect a memory buffer from being accessed.

    C++ 5

  4. ExecuteAssembly_NamedPipes ExecuteAssembly_NamedPipes Public

    Forked from N4kedTurtle/ExecuteAssembly_Mailslot

    C++ 1

  5. nishang nishang Public

    Forked from samratashok/nishang

    Nishang - Offensive PowerShell for red team, penetration testing and offensive security.

    PowerShell

  6. Section-3-Building-a-Basic-Web-Application-from-Udemy-Course Section-3-Building-a-Basic-Web-Application-from-Udemy-Course Public

    Go