C# Class TrollRAT.Server.WebServer

Inheritance: TrollRAT.Server.WebServerBase
Afficher le fichier Open project: x1234xx/RatSources

Protected Properties

Свойство Type Description
actions List
mainDropdown GlobalActionDropdown
payloads List

Méthodes publiques

Méthode Description
WebServer ( int port ) : System
addInjection ( string placeholder, string insertion ) : void

Private Methods

Méthode Description
initInjections ( ) : void

Method Details

WebServer() public méthode

public WebServer ( int port ) : System
port int
Résultat System

addInjection() public méthode

public addInjection ( string placeholder, string insertion ) : void
placeholder string
insertion string
Résultat void

Property Details

actions protected_oe property

protected List actions
Résultat List

mainDropdown protected_oe property

protected GlobalActionDropdown mainDropdown
Résultat GlobalActionDropdown

payloads protected_oe property

protected List payloads
Résultat List