Update README.md

This commit is contained in:
Joe Totes
2022-09-01 08:47:11 -04:00
committed by GitHub
parent bbc60b3c63
commit e4b150104a

View File

@@ -551,6 +551,10 @@ https://tryhackme.com/room/bufferoverflowprep
# Setup Mona config in debugger and run application # Setup Mona config in debugger and run application
!mona config -set workingfolder c:\mona\%p !mona config -set workingfolder c:\mona\%p
# Update IP Address and Port in fuzzing.py and exploit.py
ip = {IP ADDRESS TARGET}
port = {PORT TARGET}
# Fuzz application using a script # Fuzz application using a script
python3 fuzzing.py python3 fuzzing.py