mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-20 07:04:49 +02:00
Update README.md
This commit is contained in:
@@ -148,7 +148,7 @@ In this example we execute *nmap* but let it appear with the name *syslogd* in *
|
||||
<a id="bash-hide-arguments"></a>
|
||||
**1.iii. Hide your arguments**
|
||||
|
||||
Download [zap-args.c](raw/master/src/zap-args.c). This example will execute *nmap* but will make it appear as 'syslogd' without any arguments in the *ps alxww* output.
|
||||
Download [zap-args.c](https://raw.githubusercontent.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet/master/src/zap-args.c). This example will execute *nmap* but will make it appear as 'syslogd' without any arguments in the *ps alxww* output.
|
||||
|
||||
```sh
|
||||
gcc -Wall -O2 -fpic -shared -o zap-args.so zap-args.c -ldl
|
||||
|
||||
Reference in New Issue
Block a user