public class ReverseShell extends AbstractModel
skipSign
Constructor and Description |
---|
ReverseShell() |
ReverseShell(ReverseShell source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCmdLine()
Get 命令详情
|
String |
getCreateTime()
Get 产生时间
|
String |
getDstIp()
Get 目标IP
|
Long |
getDstPort()
Get 目标端口
|
String |
getFullPath()
Get 进程路径
|
String |
getHostip()
Get 主机内网IP
|
Long |
getId()
Get ID
|
String |
getMachineName()
Get 主机名
|
String |
getParentProcGroup()
Get 父进程用户组
|
String |
getParentProcName()
Get 父进程名
|
String |
getParentProcPath()
Get 父进程路径
|
String |
getParentProcUser()
Get 父进程用户
|
String |
getProcessName()
Get 进程名
|
String |
getProcTree()
Get 进程树
|
String |
getQuuid()
Get 主机ID
|
Long |
getStatus()
Get 处理状态
|
String |
getUserGroup()
Get 执行用户组
|
String |
getUserName()
Get 执行用户
|
String |
getUuid()
Get 云镜UUID
|
void |
setCmdLine(String CmdLine)
Set 命令详情
|
void |
setCreateTime(String CreateTime)
Set 产生时间
|
void |
setDstIp(String DstIp)
Set 目标IP
|
void |
setDstPort(Long DstPort)
Set 目标端口
|
void |
setFullPath(String FullPath)
Set 进程路径
|
void |
setHostip(String Hostip)
Set 主机内网IP
|
void |
setId(Long Id)
Set ID
|
void |
setMachineName(String MachineName)
Set 主机名
|
void |
setParentProcGroup(String ParentProcGroup)
Set 父进程用户组
|
void |
setParentProcName(String ParentProcName)
Set 父进程名
|
void |
setParentProcPath(String ParentProcPath)
Set 父进程路径
|
void |
setParentProcUser(String ParentProcUser)
Set 父进程用户
|
void |
setProcessName(String ProcessName)
Set 进程名
|
void |
setProcTree(String ProcTree)
Set 进程树
|
void |
setQuuid(String Quuid)
Set 主机ID
|
void |
setStatus(Long Status)
Set 处理状态
|
void |
setUserGroup(String UserGroup)
Set 执行用户组
|
void |
setUserName(String UserName)
Set 执行用户
|
void |
setUuid(String Uuid)
Set 云镜UUID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ReverseShell()
public ReverseShell(ReverseShell source)
public Long getId()
public void setId(Long Id)
Id
- IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- 云镜UUIDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 主机IDpublic String getHostip()
public void setHostip(String Hostip)
Hostip
- 主机内网IPpublic String getDstIp()
public void setDstIp(String DstIp)
DstIp
- 目标IPpublic Long getDstPort()
public void setDstPort(Long DstPort)
DstPort
- 目标端口public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- 进程名public String getFullPath()
public void setFullPath(String FullPath)
FullPath
- 进程路径public String getCmdLine()
public void setCmdLine(String CmdLine)
CmdLine
- 命令详情public String getUserName()
public void setUserName(String UserName)
UserName
- 执行用户public String getUserGroup()
public void setUserGroup(String UserGroup)
UserGroup
- 执行用户组public String getParentProcName()
public void setParentProcName(String ParentProcName)
ParentProcName
- 父进程名public String getParentProcUser()
public void setParentProcUser(String ParentProcUser)
ParentProcUser
- 父进程用户public String getParentProcGroup()
public void setParentProcGroup(String ParentProcGroup)
ParentProcGroup
- 父进程用户组public String getParentProcPath()
public void setParentProcPath(String ParentProcPath)
ParentProcPath
- 父进程路径public Long getStatus()
public void setStatus(Long Status)
Status
- 处理状态public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 产生时间public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- 主机名public String getProcTree()
public void setProcTree(String ProcTree)
ProcTree
- 进程树Copyright © 2023. All rights reserved.