guardicode / agentpluginapi

Interfaces and components that comprise the Infection Monkey Agent Plugin API
GNU General Public License v3.0
1 stars 0 forks source link

Add `infection_monkey.exploit.tools.utils` methods to `TargetHost.PortScanDataDict` #5

Open ilija-lazoroski opened 4 months ago

ilija-lazoroski commented 4 months ago

There is some methods in Monkey repository which we wanted to move to a different repository named plugintoolbox which probably will be open by the time we get to this issue. We didn't know if these methods are going to be stable enough to move them then in TargetHost.PortScanDataDict but now we know.

The methods are located here.

Tasks

mssalvatore commented 4 months ago

Note that these methods can be generalized by passing things like NetworkProtocol and NetworkService as parameters. This is preferable to adding them as-is to PortScanDataDict.

mssalvatore commented 3 months ago

Resolved by https://github.com/guardicode/agentpluginapi/pull/6