From 5b83fa9cfb05f4774eb5e1be2cde8dbb04d011f4 Mon Sep 17 00:00:00 2001 From: "@coreb1t (twitter)" Date: Sun, 19 Feb 2017 22:31:55 +0100 Subject: [PATCH] Exploit Development Cheat Sheet Added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98d9670..eb61237 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Collection of cheat sheets useful for pentesting * [Shodan](docs/shodan.md) - Shodan is a search engine for finding specific devices, and device types, that exist online ## Exploitation +* [Exploit Development Cheat Sheet](docs/pentest-exploit-dev-cheatsheet.jpg) - [@ovid](https://twitter.com/ovid)'s exploit development in one picture * [Java Deserialization Cheat Sheet](https://github.com/GrrrDog/Java-Deserialization-Cheat-Sheet) - A cheat sheet for pentesters about Java Native Binary Deserialization vulnerabilities * [Local File Inclution (LFI) Cheat Sheet #1](https://highon.coffee/blog/lfi-cheat-sheet/) - Arr0way's LFI Cheat Sheet * [Local File Inclution (LFI) Cheat Sheet #2](https://www.aptive.co.uk/blog/local-file-inclusion-lfi-testing/) - Aptive's LFI Cheat Sheet