> cat /dev/github | grep security-tools
discovered 30 Mar 2026

OSCP

Python ★ 955 via github-topic
→ View on GitHub

AI Summary: The OSCP repository contains a collection of scripts and tools designed to assist in penetration testing and privilege escalation, particularly for the OSCP exam. Notable features include custom scripts for Linux privilege checks, port knocking, cron job analysis, and a comprehensive Windows privilege escalation check, along with a SQL injection cheatsheet for manual exploitation techniques. This repository is aimed at providing streamlined and efficient tools for security practitioners during their testing processes.


README

OSCP

Hello world! This repo contain some of the scripts, exploits, and documents made during my OSCP journey. The list include but not limited to the following:

LinuxPrivCheck.sh

Yes, there are far better scripts out there, However this one has less output to go thru and it has colors. Think basic nmap scan to look for low hanging fruit followed by more complete scan.

PortKnocker.sh

Basic port knocking script with cool colors

CronJobChecker.sh

Cron job checker script that may reveal root cron jobs by checking for newly spawned processes! kudos to IppSec

WinPrivCheck.bat

Comprehensive Windows privesc script that checks KBs as well as common misconfigurations

SQL Injection Cheatsheet

No SQLMap. No problem. This cheatsheet will walk you thru how to automate things like blind SQL injection with wfuzz


I’m always open to suggestions, please let me know if there is anything I can add or improve!