CASTLEGym / CybORG

Cyber Operations Research Gym
Other
1 stars 1 forks source link

Implement privilege escalation action #2

Closed balasub closed 1 week ago

balasub commented 6 months ago

The privilege escalation action should work as follows.

Input: IP address or hostname

Implementation:

Output: success/failure and outcome of explore host {interface: IpAdddress}. This should result in a collection of tuples of the form {"interface name" : "ip address"}. For instance, {"enp0s8" : "10.10.20.11"}.

balasub commented 1 week ago

Implemented