Class: TencentCloud::Yunjing::V20180228::ReverseShell
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::ReverseShell
- Defined in:
- lib/v20180228/models.rb
Overview
反弹Shell数据
Instance Attribute Summary collapse
- #CmdLine ⇒ Object
- #CreateTime ⇒ Object
- #DstIp ⇒ Object
- #DstPort ⇒ Object
- #FullPath ⇒ Object
- #Hostip ⇒ Object
- #Id ⇒ Object
- #MachineName ⇒ Object
- #ParentProcGroup ⇒ Object
- #ParentProcName ⇒ Object
- #ParentProcPath ⇒ Object
- #ParentProcUser ⇒ Object
- #ProcessName ⇒ Object
- #ProcTree ⇒ Object
- #Quuid ⇒ Object
- #Status ⇒ Object
- #UserGroup ⇒ Object
- #UserName ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, quuid = nil, hostip = nil, dstip = nil, dstport = nil, processname = nil, fullpath = nil, cmdline = nil, username = nil, usergroup = nil, parentprocname = nil, parentprocuser = nil, parentprocgroup = nil, parentprocpath = nil, status = nil, createtime = nil, machinename = nil, proctree = nil) ⇒ ReverseShell
constructor
A new instance of ReverseShell.
Constructor Details
#initialize(id = nil, uuid = nil, quuid = nil, hostip = nil, dstip = nil, dstport = nil, processname = nil, fullpath = nil, cmdline = nil, username = nil, usergroup = nil, parentprocname = nil, parentprocuser = nil, parentprocgroup = nil, parentprocpath = nil, status = nil, createtime = nil, machinename = nil, proctree = nil) ⇒ ReverseShell
Returns a new instance of ReverseShell.
6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 |
# File 'lib/v20180228/models.rb', line 6168 def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, dstip=nil, dstport=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, status=nil, createtime=nil, machinename=nil, proctree=nil) @Id = id @Uuid = uuid @Quuid = quuid @Hostip = hostip @DstIp = dstip @DstPort = dstport @ProcessName = processname @FullPath = fullpath @CmdLine = cmdline @UserName = username @UserGroup = usergroup @ParentProcName = parentprocname @ParentProcUser = parentprocuser @ParentProcGroup = parentprocgroup @ParentProcPath = parentprocpath @Status = status @CreateTime = createtime @MachineName = machinename @ProcTree = proctree end |
Instance Attribute Details
#CmdLine ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def CmdLine @CmdLine end |
#CreateTime ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def CreateTime @CreateTime end |
#DstIp ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def DstIp @DstIp end |
#DstPort ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def DstPort @DstPort end |
#FullPath ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def FullPath @FullPath end |
#Hostip ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def Hostip @Hostip end |
#Id ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def Id @Id end |
#MachineName ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def MachineName @MachineName end |
#ParentProcGroup ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def ParentProcGroup @ParentProcGroup end |
#ParentProcName ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def ParentProcName @ParentProcName end |
#ParentProcPath ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def ParentProcPath @ParentProcPath end |
#ParentProcUser ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def ParentProcUser @ParentProcUser end |
#ProcessName ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def ProcessName @ProcessName end |
#ProcTree ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def ProcTree @ProcTree end |
#Quuid ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def Quuid @Quuid end |
#Status ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def Status @Status end |
#UserGroup ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def UserGroup @UserGroup end |
#UserName ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def UserName @UserName end |
#Uuid ⇒ Object
6166 6167 6168 |
# File 'lib/v20180228/models.rb', line 6166 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/v20180228/models.rb', line 6190 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @Quuid = params['Quuid'] @Hostip = params['Hostip'] @DstIp = params['DstIp'] @DstPort = params['DstPort'] @ProcessName = params['ProcessName'] @FullPath = params['FullPath'] @CmdLine = params['CmdLine'] @UserName = params['UserName'] @UserGroup = params['UserGroup'] @ParentProcName = params['ParentProcName'] @ParentProcUser = params['ParentProcUser'] @ParentProcGroup = params['ParentProcGroup'] @ParentProcPath = params['ParentProcPath'] @Status = params['Status'] @CreateTime = params['CreateTime'] @MachineName = params['MachineName'] @ProcTree = params['ProcTree'] end |