From 08f0ffd4ca346385b6fff583d44dbe00ceb43dcc Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:48:38 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b2434d1..3c44a84 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,8 @@ upload {FILE.exe} ***
+## Stack Based + https://github.com/Tib3rius/Pentest-Cheatsheets/blob/master/exploits/buffer-overflows.rst https://tryhackme.com/room/bufferoverflowprep @@ -595,6 +597,7 @@ padding = "\x90" * 16 # Start NC on msfvenom IP and Port and exploit sudo nc -lnvp {PORT} python3 exploit.py +```