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.
shekkbuilder's Repositories
shekkbuilder/linux-ftools
fork of http://code.google.com/p/linux-ftools/
shekkbuilder/python-ftools
A port of mincore and fadvise from linux-ftools to a Python C extension
shekkbuilder/asmutils
asmutils is a set of miscellaneous unix utilities written in assembly language
shekkbuilder/backdoor
A Linux Kernel Module that adds a backdoor to your system
shekkbuilder/bash-tips-and-tricks
shekkbuilder/c-linked-list
A quick linked list (singly linked) implementation in C, including a reversing function
shekkbuilder/code-injector
runtime code injector for Linux
shekkbuilder/dns-spoof
DNS Spoof
shekkbuilder/Documentation
shekkbuilder/ELF-Compass
Utility to map a program's control flow for ELF binaries on Linux
shekkbuilder/exploits-1
A collection of exploits I wrote back in the day. For entertainment and historical purpose only.
shekkbuilder/frelink
Undelete open files and loop mounts ("improved" version of fdlink)
shekkbuilder/injcode
Inject code into a running process
shekkbuilder/injectso64
Stealth's 64bit injectso port
shekkbuilder/jugaad
Thread Injection Kit. A notorious little attempt to create Windows CreateRemoteThread() equivalent on unix (*nix) platform.
shekkbuilder/ksymhunter
Routines for hunting down kernel symbols.
shekkbuilder/lfiscanner
Local File Inclusion scanner took from http://www.xenuser.org/tools/lfi_scanner.py
shekkbuilder/ltrace
ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program.
shekkbuilder/python-freegeoip
Geolocation of IP addresses using freegeoip.net
shekkbuilder/recover_innodb_tables
Using innodb-tools, recover MySQL tables from just the ibdata file
shekkbuilder/reverse-android
Reverse-engineering tools for Android applications
shekkbuilder/sandbox
Just a place to test C code
shekkbuilder/scapy
A powerful interactive packet manipulation program
shekkbuilder/shellcode-2
A collection of shellcodes for BSD and Linux for exploit development
shekkbuilder/skewmask
Linux kernel module to foil clock skew fingerprinting
shekkbuilder/sreadahead
read ahead at boot to improve performance; from Intel.
shekkbuilder/stackjacking
PoC code for our presentation titled "Stackjacking Your Way to grsec/PaX Bypass"
shekkbuilder/subversive
x86_64 linux rootkit using debug registers
shekkbuilder/timetravel-linux
Wrapper program which intercepts and modifies the values of time-related Linux syscalls
shekkbuilder/xor-analyze
Program for cryptanalyzing xor "encryption" with variable key length