mitre/caldera

Bug in Remote System Discovery - ip neighbour (Ability id: f489321f31b6ef36304294562d3d4645)

Opened this issue · 1 comments

vr-ct commented

Running this ability displays the error: sh: 1: Syntax error: ";" unexpected

Cause: the command is

if [ -x "$(command -v ip)" ]; then : ; else apt-get install iproute2 -y; fi; ; ip neighbour show

There is an extra semicolon before 'ip neighbour' show. Removing this fixes the problem.

Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/