From 0e7ea062c4d01b9990e592ea4c8da3876d373c66 Mon Sep 17 00:00:00 2001 From: ariary Date: Mon, 10 Oct 2022 14:25:45 +0200 Subject: [PATCH] lint --- wrap/src/wrap.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/src/wrap.nim b/wrap/src/wrap.nim index 5c197ff..9fe06fa 100644 --- a/wrap/src/wrap.nim +++ b/wrap/src/wrap.nim @@ -183,7 +183,7 @@ proc Wrap( ## Inject prepared-command within reverse shell if tunnelEndpoint == "": if not windows and gitar: - echo "HHHERE" + styledEcho(fgGreen,"[+] ",fgDefault,"Load gitar shortcut in reverse shell") discard execCmd(fmt"sed -i 's/GITAR_SECRET/{secret}/g' {script}") discard execCmd(fmt"sed -i 's/GITAR_PORT/{webport}/g' {script}") discard execCmd(fmt"sed -i 's/GITAR_HOST/{lhost}/g' {script}")