winterrdog
Thinking in terms of TS/Node.js, Python, Rust, Go and C/C++. Though I've serious depth in C/C++, Go & Node.js
No_such_file_or_directoryEarth realm
Pinned Repositories
cloneit
A cli tool to download specific GitHub directories or files
FUD-UUID-Shellcode
fast_entropy_calc
Calculate the Shannon entropy of the provided file.
high-ride-api
A simplified ride-sharing backend API developed in NestJS, which includes features like user registration, ride requests, and driver availability management. Something like the Uber trip system
local-book-library
Local book Library website written in Express (Node)
odin-blog-api
An exercise by The Odin Project( TOP ) to create a blog. It has both a front & back end
shellcode-myner
Extracts shellcode from any specified binary/object file.
sqlyte-db
A small database like SQLite that can do CRU( create, read & update ) and store data as B-Trees. Clearly written in C.
tryhackme-free-rooms
a list of 390+ Free TryHackMe rooms to start learning cybersecurity with THM
ZombieThread_pp
Another Meterpreter code injection technique using C++ that attempts to bypass Win-Def. This repo is a C++ adaptation of @Bl4ckM1rror 's C# version.
winterrdog's Repositories
winterrdog/tryhackme-free-rooms
a list of 390+ Free TryHackMe rooms to start learning cybersecurity with THM
winterrdog/sqlyte-db
A small database like SQLite that can do CRU( create, read & update ) and store data as B-Trees. Clearly written in C.
winterrdog/odin-blog-api
An exercise by The Odin Project( TOP ) to create a blog. It has both a front & back end
winterrdog/high-ride-api
A simplified ride-sharing backend API developed in NestJS, which includes features like user registration, ride requests, and driver availability management. Something like the Uber trip system
winterrdog/x86-bootloader
A hobby project to learn how to make a bootloader. Written in C and x86 Assembly
winterrdog/c-hash-map
this is a pure C project i took on to learn the details of how to implement a hash table aka hash map aka associative array.
winterrdog/chosen-chat-app
a personal portfolio project geared to learning websockets and real-time chats or updates
winterrdog/leechy-torrent
a bit torrent cli client that implements Bittorrent v1.0 that only leeches( downloads ) rather than seeding as well
winterrdog/build-gcc-cross-compiler
a bash script for debian systems to build a gcc cross-compiler for os development or other applications.
winterrdog/byob
An open-source post-exploitation framework for students, researchers and developers.
winterrdog/cloneit
A cli tool to download specific GitHub directories or files
winterrdog/compiled-backends
this is a repo where i keep my toy backend projects written in core low-level languages e.g. C++ or Rust
winterrdog/dsa-practice
useless i am using to cement my data structures & algorithms skills + JS
winterrdog/FUD-UUID-Shellcode
Another shellcode injection technique using C++ that attempts to bypass Windows Defender using XOR encryption sorcery and UUID strings madness :).
winterrdog/lib-xmem
a C library with functions to handle memory management with out-of-memory handling
winterrdog/mm-allocator
a simple memory allocator written in pure C with reimplementations of malloc,calloc,realloc and free using singly linked lists. inspired by https://github.com/arjun024/memalloc
winterrdog/Node-v3-safe
NodeJS Library for Flutterwave for Business (F4B) v3 APIs. Forked and fixed security vulnerabilites.
winterrdog/skills-copilot-codespaces-vscode
My clone repository for learning how to use github copilot from learn.microsoft.com
winterrdog/term-bash
a simple bash terminal emulator. very raw and young in design
winterrdog/winterrdog
Config files for my GitHub profile.
winterrdog/cyber-blog-templates
templates for your next website/blog projects
winterrdog/dl-essentials
my personal work on DL models
winterrdog/harry-porter-character-api
This is a simple api to get harry porter characters by making external requests to http://hp-api.onrender.com/api.
winterrdog/ldrgen
Template-based generation of shellcode loaders
winterrdog/nest-js-intro-course
i did this as an intro to nestjs and documenting rest apis
winterrdog/NodeExpressMongoDBDockerApp
Node.js with MongoDB Docker App Demo. A course from pluralsight
winterrdog/proxychains-ng
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
winterrdog/sockets-check
A small client-server setup i wrote up quick for practice. Used sockets API for Linux
winterrdog/usl-game
A web based game to teach children sign language alphabet
winterrdog/vintage-record-store
a project i took to expand my horizon into Go land on the backend. It's about a small vintage record store with create & read functionality only, with an in-memory DB