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:
parent
5afc05e122
commit
82087dfbb9
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user