OSDev . Linux internals . IPv6/P2P networking . eBPF . CTI/OSINT . distributed infrastructure
ethical-buddy@github:~$ ./profile --load
USER Suryansh Deshwal
HANDLE ethical-buddy
ROLE Systems & Security Engineer / Researcher ,
BUILDS kernels, network runtimes, terminal tools, security research labs
PLATFORM I Use Arch B.T.W ... sometimes BSD.
EDITOR helix / Vim , Zellij .
MISSION Build / breaK low supporting systems. Break assumptions. Ship useful systems.
# Asking for privacy is not being anti-national.I do not just want to use systems. I want to know why TF they work, and how to build better ones, Because i really need a better one ahhhh...
|
syscalls . memory . VFS . tracing . eBPF |
IPv6 . P2P . relays . DHT . SD-WAN, eBPF |
OSINT . RE . runtime security . threat intel |
|
A self-hosting fabric for persistent node identity, encrypted forwarding, service discovery, DHT lookup, relays, and peer-to-peer infrastructure. |
A POSIX-inspired OS project for exploring boot, memory, interrupts, execution, syscalls, processes, filesystems, and kernel architecture. |
|
A keyboard-driven Linux file manager written in Go for people who would rather stay in the terminal. |
A practical playground for understanding kernel behavior, low-level interfaces, tracing, security, and implementation details through experiments. |
|
Led CyberSecure-X at IDIAS as a first-of-its-kind on-device physical network, real-world CTF organized in September 2025. Built around hands-on security thinking: real devices, real network behavior, practical exploitation paths, and competition pressure closer to real infrastructure than a normal browser-only CTF. |
|
|
Contributed to OWASP Juice Shop / MultiJuicer and Sniffnet. Comfortable reading unfamiliar codebases, landing targeted changes, and working inside real maintainer constraints. |
|
|
Maintains public projects across OSDev, Linux internals, terminal tooling, IPv6-native distributed infrastructure, and security research. Public GitHub footprint: 47 repositories, 69 stars, and a profile centered on kernels, tools, and security projects from scratch. |
ββββββββββββββββββββββββββββββββββββββββ
β APPLICATIONS β
β CLIs . CTI . automation . services β
βββββββββββββββββββ¬βββββββββββββββββββββ
β
βββββββββββββββββββΌβββββββββββββββββββββ
β DISTRIBUTED SYSTEMS β
β P2P . DHT . relays . identity β
βββββββββββββββββββ¬βββββββββββββββββββββ
β
βββββββββββββββββββΌβββββββββββββββββββββ
β NETWORK β
β IPv6 . routing . packets . tunnels β
βββββββββββββββββββ¬βββββββββββββββββββββ
β
βββββββββββββββββββΌβββββββββββββββββββββ
β LINUX / KERNEL β
β eBPF . syscalls . VFS . memory β
βββββββββββββββββββ¬βββββββββββββββββββββ
β
βββββββββββββββββββΌβββββββββββββββββββββ
β HARDWARE β
β x86-64 . boot . interrupts . CPU β
ββββββββββββββββββββββββββββββββββββββββ
I like working down here.
| kernels, systems programming, networking, performance-sensitive code | |
| network daemons, distributed systems, infrastructure, terminal tools | |
| safe systems programming, security tooling, network monitors | |
| research automation, OSINT, CTI, exploit support tooling | |
| x86-64 boot flow, architecture debugging, CPU-level understanding |
Open operating_systems.yml
operating_systems:
- kernel architecture
- deterministic / replay-oriented execution
- schedulers, VFS, memory and syscalls
- low-level observabilityOpen networking.yml
networking:
- IPv6-first infrastructure
- decentralized service discovery
- peer-to-peer overlay networks
- SDN and packet processing
- high-performance packet pathsOpen security.yml
security:
- kernel / runtime security
- reverse engineering
- threat intelligence and OSINT
- secure distributed systems
- real-world CTF infrastructure
Static fallback if external cards rate-limit:
47 repos . 69 stars . 59 followers . pinned systems/security projects
package main
func main() {
me := Engineer{
Name: "Suryansh Deshwal",
Handle: "ethical-buddy",
Builds: []string{
"IPv6-native distributed infrastructure",
"operating-system and kernel experiments",
"terminal-first Linux tools",
"security research and real-world CTF labs",
},
OptimizesFor: "technically difficult work that teaches something real",
}
me.ReadTheImplementation()
me.QuestionTheAbstraction()
me.Ship()
}


