From 1dfb03b01352718d9f8b79fe8cdfe96b153c8937 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Wed, 3 Oct 2018 14:35:58 +0200 Subject: [PATCH] Add description about grep flavors Related to #26. --- _gtfobins/grep.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_gtfobins/grep.md b/_gtfobins/grep.md index fe7532c..468c404 100644 --- a/_gtfobins/grep.md +++ b/_gtfobins/grep.md @@ -1,4 +1,6 @@ --- +description: | + There are many `grep` flavors that in many cases are just copies, symlinks or wrappers around the original binary that may share the same behavior, for example: `egrep`, `fgrep`, `zgrep`, etc. functions: file-read: - code: |