mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +01:00
Adjust java install paths
This commit is contained in:
parent
5afc05e122
commit
82087dfbb9
@ -16,7 +16,7 @@ to package all the files and copy them into the correct place for Metasploit
|
||||
make sure that there is an exclude rule in your antivirus for the Metasploit
|
||||
directory (or that your antivirus is disabled).
|
||||
|
||||
If the path to your metasploit framework repository is not `../metasploit-framework`,
|
||||
If the path to your metasploit framework repository is not `../../metasploit-framework`,
|
||||
but for example `../msf3`, use
|
||||
|
||||
```
|
||||
|
@ -8,7 +8,7 @@
|
||||
<name>AndroidPayload for Metasploit</name>
|
||||
|
||||
<properties>
|
||||
<deploy.path>../metasploit-framework</deploy.path>
|
||||
<deploy.path>../../metasploit-framework</deploy.path>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<name>Android Meterpreter</name>
|
||||
|
||||
<properties>
|
||||
<deploy.path>../metasploit-framework</deploy.path>
|
||||
<deploy.path>../../metasploit-framework</deploy.path>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<name>Android NDK Stager</name>
|
||||
|
||||
<properties>
|
||||
<deploy.path>../metasploit-framework</deploy.path>
|
||||
<deploy.path>../../metasploit-framework</deploy.path>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<url>http://www.metasploit.com/</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<deploy.path>../metasploit-framework</deploy.path>
|
||||
<deploy.path>../../metasploit-framework</deploy.path>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user