Offensive security case tracker for pi — bug bounties, CTFs, security audits
A collection of tools to use on CTFs
A pentest reasoning engine (PentestThinking) that helps break down and analyze attack paths step by step.
Functional programs for hacking in node
Asynchronous Web-Directories Scanner. Find hidden or not hidden directories and files on target web application.
NodeCFT - Simple infrastructure as code software tool on NodeJS
Used to clone files in a subdirectory of github. Suitable for projects built without svn.
Causal consistency at nanosecond latency. Algebraic invariants without coordination.
Encode, Decode and Crack encoded data, useful to crack some random encoded strings in CTFs.
Powerful RSA cracker for CTFs. Supports RSA, X509, OPENSSH, PKCS#12, PKCS#7, and CSR in PEM and DER formats.
A simple package that helps you find meaningful lines of any given input. Especially useful in CTFs.
Helper library for CTFs - based off pwntools for python3
A tool I wrote to use in CTFs (TryHackMe, HackTheBox, etc.) to host tools to transfer to target machines.
TCP helpers for CTFs
A simple command line tool to convert hex to string and string to hex
A simple CTF tool store
Terminal tool for generating reverse shells for CTF challenges and educational purposes. Easy to use, fast, and safe for practice environments.
Rust Library for CTF Binary Challenges
A uniform interface for accessing data through read/write operations on paths
Utils for CTF
Simple PoW for CTF
A toolchain for manipulating data in a variety of cryptographic and quasi-cryptographic ways.
A simple library for CTF pwning challenges. Like Python's pwntools, it's used to help you write exploit quickly.
A CLI tool & library to enhance and speed up script/exploit writing for CTF players (or security researchers, bug bounty hunters, pentesters but mostly focused on CTF) by patching the String class to add a short syntax of usual code patterns. Methods for base64, digest (hash), flag, rot (Caesar), hexadecimal, case, cgi (URL encoding/decoding, HTML escaping/unescaping), binary, leet (1337), decimal, XOR, whitespace strip, IP/URI/domain/email defang/refang.
When playing ctf pwn challenges we usually needs the one-gadget of execve('/bin/sh', NULL, NULL). This gem provides such gadget finder, no need to use IDA-pro every time like a fool :p. Typing `one_gadget /path/to/libc` in terminal and having fun!