From ef0908bb4415284063fc7fa20ce717d742293452 Mon Sep 17 00:00:00 2001 From: rootTHC <57636391+rootTHC@users.noreply.github.com> Date: Sat, 25 Jan 2020 14:32:26 +0000 Subject: [PATCH] Update README.md cleanup --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aab1e31..d975c30 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,7 @@ In this example we execute *nmap* but let it appear with the name *syslogd* in * **1.iii. Hide your arguments** -Download [zap-args.c](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](src/zap-args.c). This example will execute *nmap* but will make it appear as 'syslogd' without any arguments in the *ps alxww* output. ``` $ gcc -Wall -O2 -fpic -shared -o zap-args.so zap-args.c -ldl