-
Notifications
You must be signed in to change notification settings - Fork 140
Actions
ic0ns edited this page Sep 5, 2017
·
13 revisions
A WorkflowTrace as implemented in TLS-Attacker consists of multiple Actions. The following Actions are currently implemented in TLS-Attacker:
- SendAction
- ReceiveAction
- GenericReceiveAction
- RenegotiationAction
- ResetConnectionAction
- WaitingAction
- ChangeCipherSuiteAction
- ChangeClientRandomAction
- ChangeCompressionAction
- ChangeMasterSecretAction
- ChangePreMasterSecretAction
- ChangeProtocolVersionAction
- ChangeServerRandomAction
- DeactivateEncryptionAction
The Actions are described in more Detail below.
Note: You can also define your own Actions and use them with TLS-Attacker
##SendAction
The SendAction is one of the basic TLS-Attacker Actions. If it is executed it sends a List of predefined Messages/Records.
<SendAction> <messages> <ClientHello/> </messages> <records> <Record/> </records> </SendAction>