georghegel's Stars
ffuf/ffuf
Fast web fuzzer written in Go
google/fuzzing
Tutorials, examples, discussions, research proposals, and other resources related to fuzzing
AFLplusplus/AFLplusplus
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
antonio-morales/Fuzzing101
An step by step fuzzing tutorial. A GitHub Security Lab initiative
ml-explore/mlx
MLX: An array framework for Apple silicon
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
onhexgroup/Conferences
Conference presentation slides
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
xvzc/SpoofDPI
A simple and fast anti-censorship tool written in Go
Stichting-MINIX-Research-Foundation/minix
Official MINIX sources - Automatically replicated from gerrit.minix3.org
torvalds/linux
Linux kernel source tree
cfenollosa/os-tutorial
How to create an OS from scratch
RPISEC/Malware
Course materials for Malware Analysis by RPISEC
struct/mms
Modern Memory Safety in C/C++
corkami/pics
File formats dissections and more...
HackTricks-wiki/hacktricks
Welcome to the page where you will find each trick/technique/whatever I have learnt in CTFs, real life apps, and reading researches and news.
3b1b/manim
Animation engine for explanatory math videos
karpathy/LLM101n
LLM101n: Let's build a Storyteller
exelban/stats
macOS system monitor in your menu bar
TH3xACE/SUDO_KILLER
A tool designed to exploit a privilege escalation vulnerability in the sudo program on Unix-like systems. It takes advantage of a specific misconfiguration or flaw in sudo to gain elevated privileges on the system, essentially allowing a regular user to execute commands as the root user.
nmap/nmap
Nmap - the Network Mapper. Github mirror of official SVN repository.
boostorg/stacktrace
C++ library for storing and printing backtraces.
ryo-ma/github-profile-trophy
🏆 Add dynamically generated GitHub Stat Trophies on your readme
ihebski/A-Red-Teamer-diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
VirusTotal/yara
The pattern matching swiss knife
zardus/wargame-nexus
A sorted and updated list of security wargame sites.
google/security-research
This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code.
AFLplusplus/LibAFL
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Gallopsled/pwntools
CTF framework and exploit development library