C# Class TrollRAT.Server.WebServer

Inheritance: TrollRAT.Server.WebServerBase
Show file Open project: x1234xx/RatSources

Protected Properties

Property Type Description
actions List
mainDropdown GlobalActionDropdown
payloads List

Public Methods

Method Description
WebServer ( int port ) : System
addInjection ( string placeholder, string insertion ) : void

Private Methods

Method Description
initInjections ( ) : void

Method Details

WebServer() public method

public WebServer ( int port ) : System
port int
return System

addInjection() public method

public addInjection ( string placeholder, string insertion ) : void
placeholder string
insertion string
return void

Property Details

actions protected property

protected List actions
return List

mainDropdown protected property

protected GlobalActionDropdown mainDropdown
return GlobalActionDropdown

payloads protected property

protected List payloads
return List