sabrs0's Stars
sdidyk/mtproto
MTProto implementation in Golang
MikeXydas/ThreadPoolWebServer
A C web server that anwsers simple HTTP GET requests using a thread pool
peppe212/Server_Client_ThreadPool
Server handling multiple clients with the help and efficiency of a thread pool
thetaQ/lotus
Simple Web server in C. Using epoll and thread pool
alon-c/HTTP-Server-with-ThreadPool
Computers Networking Application course - simple C Thread Pool implemantation
matheuspd/Linux-Kernel-Module-Backdoor-Demonstration
A simple example of a linux kernel module that implements a backdoor that can communicate with another computer, receive shell commands, and send the responses of those commands back, i.e., performs a reverse shell. In addition, it can take screenshots and read the user input (keylogger).
SanderDemeester/evil_sysread
Evil Linux kernel module that hooks sys_read system call and lets a user get a reverse shell or execute shellcode in the kernel.
Pdaret/XDP-Module
an XDP Linux Kernel Network Module for OS-semester 401-1
elvin365/Kernel-Module
Linux Kernel module to hook network traffic and save is as pcap file in user mode. Перехват сетевого трафика. Модуль ядра должен сохранять содержимое сетевого трафика в файл в формате pcap.
nyyManni/vswitch
Linux kernel module that implements a virtual network switch
Lyanf/lkm_network_capture
A Linux kernel module that captures network packets.
GrigorenkoPV/networkfs
A linux 5.4.0 kernel module with support for a remote FS with HTTP API
Connor-Grehlinger/Linux_RootKit
A "malicious" program which installs kernel module to make a rootkit, designed for Ubuntu 16.04
alena-zayts/BMSTU_7sem_os_coursework
7th sem BMSTU, Operating systems coursework
MurryPuppins/Parasite
Linux Kernel Module Rootkit with module hiding, RCE/reverse shell, and persistence capabilities
leixiangwu/CSE509-Rootkit
After attackers manage to gain access to a remote (or local) machine and elevate their privileges to "root", they typically want to maintain their access, while hiding their presence from the normal users and administrators of the system. This basic rootkit works on the Linux operating system and is a loadable kernel module which when loaded into the kernel (by the attacker with root privileges) will do the following: 1) Hide specific files and directories from showing up when a user does "ls" and similar commands 2) Modify the /etc/passwd and /etc/shadow file to add a backdoor account while returning the original contents of the files (pre-attack) when a normal user requests to see the file 3) Hides processes from the process table when a user does a "ps" 4) Give the ability to a malicious process to elevate its uid to 0 (root) upon demand
zionlion67/rootkit
Linux kernel module that provides remote backdoor using netfilters , file and pid hiding.
rootfoo/rootkit
Fully functional but simplified Linux Kernel Module (LKM) Rootkit for educational purposes
Zhang1933/linux-rootkit
Remote Linux Loadable Kernel Module (LKM) rootkit (For Linux Kernels 5.x). Shell command execution by ping.
mishnit/Grab
Backend for E-commerce using Go microservices, GRPC, Protobuf, Postgresql, Elastic search, Docker and GraphQL
uid4oe/grpc-web-demo
Dockerized Go microservices and their envoy proxies for a flow which showcases gRPC for Web Clients. Check the medium story!!!
zisluiz/melissa
Melissa project, a bee simulator using Java, JavaFX and JaCaMo, a multiagent system.
faiface/pixel
A hand-crafted 2D game library in Go
yasinkuyu/binance-trader
💰 Cryptocurrency Trading Bot for Binance (Experimental)
torbiak/gopl
Solutions to K&D's The Go Programming Language exercises
patrickbucher/gopl.io
Examples and Exercises from the Book "The Go Programming Language"
krasoffski/goplts
Tasks solutions for book "The Go Programming Language - Alan A. A. Donovan, Brian W. Kernighan" during 2017.