Kernel: Python 3 (ipykernel)
pyright: reportUnusedExpression=false
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.
Capture the Flag Toy Example - Interactive (Human player)
This is a blank instantiaion of the Capture The Flag network to be played interactively by a human player (not via the gym envrionment). The interface exposed to the attacker is given by the following commands: - c2.print_all_attacks() - c2.run_attack(node, attack_id) - c2.run_remote_attack(source_node, target_node, attack_id) - c2.connect_and_infect(source_node, target_node, port_name, credential_id)
In [ ]:
In [ ]:
In [ ]:
In [ ]: