diff --git a/_labs/software_security_exploitation/4_exploit_development.md b/_labs/software_security_exploitation/4_exploit_development.md index 3881c0e..0fc0dca 100644 --- a/_labs/software_security_exploitation/4_exploit_development.md +++ b/_labs/software_security_exploitation/4_exploit_development.md @@ -140,9 +140,9 @@ Depending on the number of 'A's you have entered, OllyDdg will report an "access ==VM: On the Kali Linux VM (attacker/exploit development)== -==action: Create a Metasploit exploit module, and save it as **FreeFloatMKDoverflow.rb** in **/root/.msf4/modules/exploits/windows/ftp/**:== +==action: Create a Metasploit exploit module, and save it as **FreeFloatMKDoverflow.rb** in **/home/kali/.msf4/modules/exploits/windows/ftp/**:== -> Hint: To make the directory path, you can run `mkdir -p /root/.msf4/modules/exploits/windows/ftp/` +> Hint: To make the directory path, you can run `mkdir -p /home/kali/.msf4/modules/exploits/windows/ftp/` ```ruby require 'msf/core'