From 06d2203eb13b3cc99eef48c28386a3e2c3bd334a Mon Sep 17 00:00:00 2001 From: Jonathan Echavarria Date: Mon, 28 Nov 2016 15:19:01 -0500 Subject: [PATCH] added disclaimer to remotekit --- kits/RemoteKit/RemoteKit.cna | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kits/RemoteKit/RemoteKit.cna b/kits/RemoteKit/RemoteKit.cna index ca0d73a..bd6bbfe 100644 --- a/kits/RemoteKit/RemoteKit.cna +++ b/kits/RemoteKit/RemoteKit.cna @@ -6,6 +6,8 @@ # # This is just a start, there's tons more I'd like to add. This kit currently does not # do anything as far as token management, so it assumes you have a valid token for the remote target. +# +# THIS IS ALL UNTESTED sub GetTargetName{ @@ -63,6 +65,7 @@ popup beacon_bottom { } } item "Upload a file from beacon to target"{ + # TODO: see above TODO. local('$bid'); foreach $bid ($1){ $beaconid = $1;