1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-14 17:37:27 +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
(`../metasploit-framework/data/java`). If you get spurious compilation errors,
make sure that there is an exclude rule in your antivirus for the Metasploit
(`../metasploit-framework/data/java`). If you get spurious compilation errors,
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
```

View File

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

View File

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

View File

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

View File

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