The Nodes menu manages our listeners and active Nodes. Each node represents an executed implant and provides us an interface to interact with said implant.
General:
<kudzu> nodes
<kudzu nodes> help
ls/list: lists listeners, nodes or both
usage: ls nodes/listeners
run: starts listener with given options
usage: run
setop: set options for listener
options: nodetype (tcp/udp/ntp)
address/addr (ip of listener)
port (port of listener)
usage: setop <option> <val>
close: closes node or listener
usage: close node/listener <ID>
interact: interact with node
usage: interact <ID>
showops: shows options for listener
usage: showops
<kudzu nodes>
Currently only tcp nodes are supported, but more C2 channels will be added as development continues.
Starting a listener
<kudzu nodes> setop nodetype tcp
<kudzu nodes> setop addr 127.0.0.1
<kudzu nodes> setop port 8080
<kudzu nodes> run