mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-20 13:50:46 +00:00
Exploit Development: Updated home dir to kali user rather than root
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user