Jjschwartz / NetworkAttackSimulator

An environment for testing AI pentesting agents against a simulated network.

Home Page:https://networkattacksimulator.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Remote Action (Exploit action) can be executed on its target host.

nguyen-thanh20 opened this issue · comments

The exploit action is typically executed remotely or from another host to the target host. However, in NASim, this property seems to be ignored, which doesn't make sense in this context.

For instance, in the medium scenario, subnet 5, when we execute "e_ssh" on host (5,0), "e_samba" is also executed on the same host (5,0). Ideally, it should be executed from another host like host (5,1) to host (5,0).

Hello, please have you resolved your issue?
Thanks.