Exploit Development: Updated home dir to kali user rather than root

This commit is contained in:
thomashaw
2026-02-17 13:50:12 +00:00
parent ef0410a000
commit b07a7e3051

View File

@@ -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'