1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-02 11:36:22 +01:00

Adjust java install paths

This commit is contained in:
Brent Cook 2015-06-22 15:02:47 -05:00
parent 5afc05e122
commit 82087dfbb9
5 changed files with 7 additions and 7 deletions

View File

@ -12,11 +12,11 @@ mvn -P deploy package
``` ```
to package all the files and copy them into the correct place for Metasploit to package all the files and copy them into the correct place for Metasploit
(`../metasploit-framework/data/java`). If you get spurious compilation errors, (`../metasploit-framework/data/java`). If you get spurious compilation errors,
make sure that there is an exclude rule in your antivirus for the Metasploit make sure that there is an exclude rule in your antivirus for the Metasploit
directory (or that your antivirus is disabled). 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 but for example `../msf3`, use
``` ```

View File

@ -8,7 +8,7 @@
<name>AndroidPayload for Metasploit</name> <name>AndroidPayload for Metasploit</name>
<properties> <properties>
<deploy.path>../metasploit-framework</deploy.path> <deploy.path>../../metasploit-framework</deploy.path>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -8,7 +8,7 @@
<name>Android Meterpreter</name> <name>Android Meterpreter</name>
<properties> <properties>
<deploy.path>../metasploit-framework</deploy.path> <deploy.path>../../metasploit-framework</deploy.path>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -7,7 +7,7 @@
<name>Android NDK Stager</name> <name>Android NDK Stager</name>
<properties> <properties>
<deploy.path>../metasploit-framework</deploy.path> <deploy.path>../../metasploit-framework</deploy.path>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -9,7 +9,7 @@
<url>http://www.metasploit.com/</url> <url>http://www.metasploit.com/</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<deploy.path>../metasploit-framework</deploy.path> <deploy.path>../../metasploit-framework</deploy.path>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>