From 26695963d69ed19bba1114f29c5089b7985441c0 Mon Sep 17 00:00:00 2001 From: SkyperTHC Date: Mon, 20 Nov 2023 18:54:05 +0000 Subject: [PATCH] first --- tools/whatserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/whatserver.sh b/tools/whatserver.sh index a85f1ec..52d4e33 100755 --- a/tools/whatserver.sh +++ b/tools/whatserver.sh @@ -2,7 +2,7 @@ # Script to quickly find juicy targets. Often used in combination with gsexecio to # retrieve information from all hosts: -# cat secrets.txt | parallel -j50 'cat ~/whatserver.sh | exec gsexecio {} >host_{}/whatserver.log 2>host_{}/whatserver.err' +# cat secrets.txt | parallel -j50 'cat whatserver.sh | exec gsexecio {} >whatserver-{}.log' # NOCOLOR=1 # un-comment this line to disable colors