christasa's Stars
cloud-hypervisor/cloud-hypervisor
A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal compact footprint. Written in Rust with a strong focus on security.
google/gvisor
Application Kernel for Containers
ionescu007/SimpleVisor
SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
cilium/tetragon
eBPF-based Security Observability and Runtime Enforcement
firecracker-microvm/firecracker
Secure and fast microVMs for serverless computing.
Ridter/Intranet_Penetration_Tips
2018年初整理的一些内网渗透TIPS,后面更新的慢,所以整理出来希望跟小伙伴们一起更新维护~
lima-vm/lima
Linux virtual machines, with a focus on running containers
xdp-project/xdp-tutorial
XDP tutorial
cilium/ebpf
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
golang-standards/project-layout
Standard Go Project Layout
talkgo/night
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
teler-sh/teler
Real-time HTTP Intrusion Detection
containers/podman
Podman: A tool for managing OCI containers and pods.
Kong/kong
🦍 The Cloud-Native API Gateway and AI Gateway.
containerd/containerd
An open and reliable container runtime
kata-containers/kata-containers
Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
kevwan/tproxy
A cli tool to proxy and analyze TCP connections.
spf13/cobra
A Commander for modern Go CLI interactions
quay/claircore
foundation modules for scanning container packages and reporting vulnerabilities
istio/istio
Connect, secure, control, and observe services.
linkerd/linkerd2
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
kwsch/PKHeX
Pokémon Save File Editor
nsmfoo/antivmdetection
Script to create templates to use with VirtualBox to make vm detection harder
apache/incubator-teaclave-sgx-sdk
Apache Teaclave (incubating) SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK.
apache/incubator-teaclave
Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
josephmisiti/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
izackwu/TeachYourselfCS-CN
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS
gojue/ehids-agent
A Linux Host-based Intrusion Detection System based on eBPF.
colesbury/nogil
Multithreaded Python without the GIL
python/cpython
The Python programming language