diff --git a/README.md b/README.md
index c90d9fd15070aab3d8f608a19e0f26f6680f2256..54314488d152e9caed83b1a12ff1bec4c7b9d046 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     - [Editor Plugins and IDEs](#editor-plugins-and-ides)
     - [Email](#email)
     - [Environment Management](#environment-management)
+    - [Exploit Development](#exploit-dev)
     - [Files](#files)
     - [Foreign Function Interface](#foreign-function-interface)
     - [Forms](#forms)
@@ -556,6 +557,19 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy.
 * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments.
 
+## Exploit Development
+
+*Libraries to assist in writing exploits.*
+
+* [GEF](https://github.com/hugsy/gef) - GDB Enhanced Features for exploit devs & reversers.
+* [PEDA](https://github.com/longld/peda) - Python Exploit Development Assistance for GDB.
+* [pwndbg](https://github.com/pwndbg/pwndbg) - Exploit Development and Reverse Engineering with GDB Made Easy.
+* [pwntools](https://github.com/Gallopsled/pwntools) - CTF framework and exploit development library.
+* [ROPgadget](https://github.com/JonathanSalwan/ROPgadget) - Search your gadgets on your binaries to facilitate your ROP exploitation.
+* [ROPGenerator](https://github.com/Boyan-MILANOV/ropgenerator) - Build ROP exploits by finding and chaining gadgets together.
+* [Ropper](https://github.com/sashs/Ropper) - Display information about files in different file formats and find gadgets to build rop chains for different architectures, via the Capstone framework.
+* https://medium.com/bugbountywriteup/pwndbg-gef-peda-one-for-all-and-all-for-one-714d71bf36b8
+
 ## Files
 
 *Libraries for file manipulation and MIME type detection.*