Pinned Repositories
boot2root
🔐 Become a root user and take advantage over the given system
client-server-app
Learning how to create simple client-server app (C#, WPF, WCF, MySQL, Entity Framework)
containers
A light reproduction of the std::vector, std::stack, std::map and std::set provided with custom container rbt
cpp-modules
A set of exercises that implement basic C++ and OOP concepts.
cub3D
A simple ray-casting game, similar to wolfenstein 3D
inception
An introduction to docker-compose used to build and run containers with nginx, mariadb, wordpress, adminer, ftp, redis, cadvisor and prometheus
IRC-Server
IRC server based on TCP/IP protocol to rfc1459 standard
json-parser
A simple JSON parser for C++ projects based on C++98
K8s-cluster
Building cluster with services (LEMP + TIG) using Kubernetes.
webserver
HTTP-server created for educational purposes
nyuuuukie's Repositories
nyuuuukie/json-parser
A simple JSON parser for C++ projects based on C++98
nyuuuukie/boot2root
🔐 Become a root user and take advantage over the given system
nyuuuukie/client-server-app
Learning how to create simple client-server app (C#, WPF, WCF, MySQL, Entity Framework)
nyuuuukie/containers
A light reproduction of the std::vector, std::stack, std::map and std::set provided with custom container rbt
nyuuuukie/cpp-modules
A set of exercises that implement basic C++ and OOP concepts.
nyuuuukie/cub3D
A simple ray-casting game, similar to wolfenstein 3D
nyuuuukie/exam05
nyuuuukie/IRC-Server
IRC server based on TCP/IP protocol to rfc1459 standard
nyuuuukie/libft
Reproduction of the C standard library functions used for working with C-style strings and lists.
nyuuuukie/philosophers
Dining philosophers problem solution.
nyuuuukie/rainfall
🔐 Diving into reverse engineering and exploiting
nyuuuukie/snow-crash
🔐 Explore (and exploit) some vulnerabilities
nyuuuukie/inception
An introduction to docker-compose used to build and run containers with nginx, mariadb, wordpress, adminer, ftp, redis, cadvisor and prometheus
nyuuuukie/K8s-cluster
Building cluster with services (LEMP + TIG) using Kubernetes.
nyuuuukie/webserver
HTTP-server created for educational purposes
nyuuuukie/darkly
🔐 An introduction to the web security. The goal is to find 14 vulnerabilities in the web-app classified by OWASP
nyuuuukie/dr-quine
A simple programs that can produce itself
nyuuuukie/exam06
nyuuuukie/find-pairs-game
A simple game in which you need to find all pairs of cards to win.
nyuuuukie/logo-printer
A funny logo printer
nyuuuukie/mhufflep
nyuuuukie/minitalk
IPC with signals
nyuuuukie/msh
A light reproduction of Bourne Shell (bash) created with levensta
nyuuuukie/nyuuuukie.github.io
nyuuuukie/override
🔐 More reverse engineering and exploiting!
nyuuuukie/pmask
A tiny javascript module that converts phone number by given pattern (mask)
nyuuuukie/postgres-proxy
This project is a simple proxy server that allows to log all sql requests sending through it.
nyuuuukie/test-task
A test task for cloud.ru
nyuuuukie/test-task-mevn-app
An application to store and modify clients' data.
nyuuuukie/todo-vue
Learning vue.js by building simple todo app