forked from Jeromeyoung/JNDIExploit-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremote-targets.xml
25 lines (25 loc) · 910 Bytes
/
remote-targets.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteTargetsManager">
<targets>
<target name="[email protected]:22" type="ssh/sftp">
<config>
<option name="projectRootOnTarget" value="/home/ubuntu/JNDIExploit" />
<option name="serverName" value="[email protected]:22 password" />
</config>
<ContributedStateBase type="JavaLanguageRuntime">
<config>
<option name="homePath" value="/usr/lib/jvm/jdk1.8.0_102" />
<option name="javaVersionString" value="1.8.0_102" />
</config>
</ContributedStateBase>
<ContributedStateBase type="JavaLanguageRuntime">
<config />
</ContributedStateBase>
<ContributedStateBase type="MavenRuntime">
<config />
</ContributedStateBase>
</target>
</targets>
</component>
</project>