Pinned Repositories
ARPRootKit
A simple and open-source rootkit for the Linux Kernel
Black-Hat-C
I really enjoyed the book Black Hat Python by Justin Seitz. This book inspired me to port existing code into the C language. The original book is not only a great read, but can even be used as a reference when writing python programs to be used offensively. Of course when dealing with target systems, languages supported by the target vary (Although Python Is Generally Used). For this reason I decided to start this project. The original book is a must have for anyone looking to program with python in an offensive way. The original book can be purchased here: https://www.nostarch.com/blackhatpython
C-Sorts
Collection of sorting algorithms in C from a great sanfoundry.com article called "C Programming Examples on Searching & Sorting"
fiemap
fiemap ioctl() example by Colin Ian King
GPU_memdump_tools
clone of GPU mem dump tools from 2015 DFRWS Forensics Challenge. (http://www.cs.uno.edu/~golden/gpu-malware-research.html)
kaslr-bypass-via-prefetch
A proof-of-concept KASLR bypass for the Linux kernel via timing prefetch
preloadchk
LD_PRELOAD rootkit detection & research.
segfault_explain
Translates linux segfault error numbers to english using bitwise ops. ALso includes kernel panic explain using vmlinuz
shekkbuilder's Repositories
shekkbuilder/ARPRootKit
A simple and open-source rootkit for the Linux Kernel
shekkbuilder/3snake
Tool for extracting information from newly spawned processes
shekkbuilder/aletheia
Image steganalysis using state-of-the-art machine learning techniques
shekkbuilder/Am-I-affected-by-Meltdown
Checks whether system is affected by Variant 3: rogue data cache load (CVE-2017-5754), a.k.a MELTDOWN.
shekkbuilder/baby-cpu
A *very* basic virtual CPU written in C (WIP)
shekkbuilder/bitwig_presetz
Experimental bitwig presets.
shekkbuilder/blackhat-arsenal-tools
Official Black Hat Arsenal Security Tools Repository
shekkbuilder/ColumsCut
A unix cut command that supports: multiple delimiters, outputing fields in any specified order, outputing a different delimiter to the ones in the input, treating runs of delimiters as a single delimiter, and honoring quoting within the target document.
shekkbuilder/deep_spectre
Deep learning side channel privileged memory reader
shekkbuilder/exploitation-1
Materials, notes, and talks about binary exploitation & RE
shekkbuilder/flightsim
A utility to generate malicious network traffic and evaluate security controls
shekkbuilder/ganja.js
Geometric Algebra for Javascript (with operator overloading and algebraic literals)
shekkbuilder/ID-entify
Search for information related to a domain: Emails - IP addresses - Domains - Information on WEB technology - Type of Firewall - NS and MX records - Nmap to IP addresses and Domains.
shekkbuilder/kickthemout
💤 Kick devices off your network by performing an ARP Spoof attack.
shekkbuilder/Meltdown
Meltdown PoC for reading passwords from Google Chrome.
shekkbuilder/Meltdown-1
Meltdown POC
shekkbuilder/meltdown-exploit
shekkbuilder/memcached-PoC
MemcacheD Proof of Concept
shekkbuilder/minimal-linux
shekkbuilder/One-Lin3r
Gives you one-liners that aids in penetration testing operations
shekkbuilder/PIvirus
sample linux x86_64 ELF virus
shekkbuilder/puszek-rootkit
linux rootkit
shekkbuilder/shellen
Interactive shellcoding environment to easily craft shellcodes
shekkbuilder/spec_poc_arm
Dump privileged ARM system registers from usermode using variant 3a of Meltdown
shekkbuilder/spectre-attack
Example of using revealed "Spectre" exploit (CVE-2017-5753 and CVE-2017-5715)
shekkbuilder/spectre-meltdown-checker
Spectre & Meltdown vulnerability/mitigation checker for Linux
shekkbuilder/SpectreExploit
SpectreExploit POC
shekkbuilder/SpectrePoC
Proof of concept code for the Spectre CPU exploit.
shekkbuilder/speculation-bugs
Docs and resources on CPU Speculative Execution bugs
shekkbuilder/Understanding_Linux_Kernel_Vulnerability
Understanding Linux Kernel Vulnerability