mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-08 14:36:22 +01:00
Land #337, use a more practical example for mvn path override
This commit is contained in:
commit
2eec2af15c
@ -60,11 +60,12 @@ your antivirus for the Metasploit directory (or that your antivirus is
|
||||
disabled).
|
||||
|
||||
If the path to your metasploit framework repository is not
|
||||
`../../metasploit-framework`, but for example
|
||||
`/opt/metasploit-framework/framework`, set the deploy.path directive like so:
|
||||
`../../metasploit-framework`, but for example (with Kali Linux)
|
||||
|
||||
`/usr/share/metasploit-framework/`, set the deploy.path directive like so:
|
||||
|
||||
```
|
||||
mvn -D deploy.path=/opt/metasploit-framework/framework -P deploy package
|
||||
mvn -D deploy.path=/usr/share/metasploit-framework -P deploy package
|
||||
```
|
||||
|
||||
When you are editing this or any other Meterpreter, you will want to make sure
|
||||
|
Loading…
Reference in New Issue
Block a user