C# Class TrollRAT.Server.WebServer

Inheritance: TrollRAT.Server.WebServerBase
Mostra 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_oe property

protected List actions
return List

mainDropdown protected_oe property

protected GlobalActionDropdown mainDropdown
return GlobalActionDropdown

payloads protected_oe property

protected List payloads
return List