Update README.md

hide you commands...
This commit is contained in:
rootTHC
2020-01-24 16:51:26 +00:00
committed by GitHub
parent 8a625e56af
commit 3d81fccf68
+5
View File
@@ -75,6 +75,11 @@ $ id
<a id="hyc-anchor"></a>
**1.ii. Hide your command**
```
$ exec -a syslogd nmap -T0 10.0.2.1/24
```
Alternative if there is no Bash:
```
$ cp `which nmap` syslogd
$ PATH=.:$PATH syslogd -T0 10.0.2.1/24