mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-07-10 20:53:43 +02:00
Update README.md
This commit is contained in:
@@ -152,7 +152,7 @@ screen -x MyName
|
||||
|
||||
Alternatively if there is no Bash:
|
||||
```sh
|
||||
cp `which nmap` syslogd
|
||||
cp "$(command -v nmap)" syslogd
|
||||
PATH=.:$PATH syslogd -T0 10.0.2.1/24
|
||||
```
|
||||
In this example we execute *nmap* but let it appear with the name *syslogd* in *ps alxwww* process list.
|
||||
|
||||
Reference in New Issue
Block a user