From d63a0cd2d4ec187e2071b0f3bc54b28b89ee9a7e Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Thu, 5 Sep 2019 10:42:52 -0700 Subject: [PATCH] Add cheatsheet for metasploit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ea19e3..0c20a57 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Check solve section for steganography. - [DLLInjector](https://github.com/OpenSecurityResearch/dllinjector) - Inject dlls in processes - [libformatstr](https://github.com/hellman/libformatstr) - Simplify format string exploitation. - [Metasploit](http://www.metasploit.com/) - Penetration testing software + - [Cheatsheet](https://www.comparitech.com/net-admin/metasploit-cheat-sheet/) - [one_gadget](https://github.com/david942j/one_gadget) - A tool to find the one gadget `execve('/bin/sh', NULL, NULL)` call - `gem install one_gadget` - [Pwntools](https://github.com/Gallopsled/pwntools) - CTF Framework for writing exploits