C# 클래스 Incog.PowerShell.Automation.ChannelCommand

Channel command is the base type that subsequent Incog covert channel cmdlet classes inherit from.
상속: Incog.PowerShell.Automation.BaseCommand
파일 보기 프로젝트 열기: SimWitty/Incog

Private Properties

프로퍼티 타입 설명
CheckLocalAddressIsBound void
CheckLocalAddressRemoteAddressFamily void
CheckWindowsFirewall void
DefaultLocalAddressToAny void

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

Initialize parameters and base Incog cmdlet components.

PrintInteractiveMode ( Incog mode ) : void

Update the screen with the parameters of the chat session.

비공개 메소드들

메소드 설명
CheckLocalAddressIsBound ( ) : void

Check that the Local IP Address is bound to the current adapters.

CheckLocalAddressRemoteAddressFamily ( ) : void

Confirm both the Local IP Address and Remote IP Address are in the same family (IPV4, IPV6).

CheckWindowsFirewall ( ) : void

Check the Windows Firewall and warn the user if it is enabled.

DefaultLocalAddressToAny ( ) : void

Default the Local IP Address to .Any if it is blank.

메소드 상세

InitializeComponent() 보호된 메소드

Initialize parameters and base Incog cmdlet components.
protected InitializeComponent ( ) : void
리턴 void

PrintInteractiveMode() 보호된 메소드

Update the screen with the parameters of the chat session.
protected PrintInteractiveMode ( Incog mode ) : void
mode Incog Communications mode (Alice/sending or Bob/receiving).
리턴 void