C# 클래스 Incog.PowerShell.Commands.ReceiveIncogPing

상속: Incog.PowerShell.Automation.ChannelCommand
파일 보기 프로젝트 열기: SimWitty/Incog

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void

Provides a one-time, preprocessing functionality for the cmdlet.

EndProcessing ( ) : void

Provides a one-time, post-processing functionality for the cmdlet.

ProcessRecord ( ) : void

Provides a record-by-record processing functionality for the cmdlet.

비공개 메소드들

메소드 설명
InteractiveMode ( ) : void

Interactive Mode allows the user to key in message after message, and have the message sent over the covert channel.

ReceiveCovertMessage ( byte rawPacket ) : void

Receive incognito message via ping and, if successful, put the value on the pipeline.

메소드 상세

BeginProcessing() 보호된 메소드

Provides a one-time, preprocessing functionality for the cmdlet.
protected BeginProcessing ( ) : void
리턴 void

EndProcessing() 보호된 메소드

Provides a one-time, post-processing functionality for the cmdlet.
protected EndProcessing ( ) : void
리턴 void

ProcessRecord() 보호된 메소드

Provides a record-by-record processing functionality for the cmdlet.
protected ProcessRecord ( ) : void
리턴 void