From 4f352d14e99c4c22100bf8b412aaaef0bcc725dd Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:05:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceec592..cfc473a 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,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](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