From 5ca6c9a22bca85c1bdf027f222f180120f45aef1 Mon Sep 17 00:00:00 2001 From: nzdjb Date: Sat, 22 Oct 2022 20:05:57 +1300 Subject: [PATCH] feat: Add entry to page contents. --- Command Injection/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Command Injection/README.md b/Command Injection/README.md index 76c574c..e53cc68 100644 --- a/Command Injection/README.md +++ b/Command Injection/README.md @@ -25,6 +25,7 @@ * [Time based data exfiltration](#time-based-data-exfiltration) * [DNS based data exfiltration](#dns-based-data-exfiltration) * [Polyglot command injection](#polyglot-command-injection) +* [Backgrounding long running commands](#backgrounding-long-running-commands) * [References](#references)