Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Oct 10, 2022
1 parent 2106e37 commit 0e7ea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrap/src/wrap.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 0e7ea06

Please sign in to comment.