Update README.md

This commit is contained in:
SkyperTHC
2022-09-03 08:07:39 +01:00
committed by GitHub
parent 4c9a0fde57
commit 7566aa04a7
+1 -1
View File
@@ -99,7 +99,7 @@ $ id
**1.ii. Hide your command**
```sh
/bin/bash -c "exec -a syslogd nmap -T0 10.0.2.1/24"
(exec -a syslogd nmap -T0 10.0.2.1/24") # Note the '(' brackets ')'
# or starting as a background process:
exec -a syslogd nmap -T0 10.0.2.1/24 &>nmap.log &
```