diff --git a/_gtfobins/find.md b/_gtfobins/find.md index 3ae183c..c589e53 100644 --- a/_gtfobins/find.md +++ b/_gtfobins/find.md @@ -9,6 +9,6 @@ functions: file-write: - description: DATA is a format string, it supports some escape sequences. code: | - LFILE=file_to_write + FILE=file_to_write find / -fprintf "$FILE" DATA -quit ---