1
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:
Brent Cook 2019-04-25 14:45:49 -05:00
commit 2eec2af15c
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96

View File

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