From 8a6d68fc43ca28205f2883c67e90840c9afbfba6 Mon Sep 17 00:00:00 2001 From: jdelta1 <49237786+jdelta1@users.noreply.github.com> Date: Tue, 4 Apr 2023 14:32:09 -0400 Subject: [PATCH] Spelling :) --- Dent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dent.go b/Dent.go index 722c31f..1d3ee5f 100644 --- a/Dent.go +++ b/Dent.go @@ -20,7 +20,7 @@ type FlagOptions struct { func options() *FlagOptions { outFile := flag.String("O", "output.txt", "Name of output file.") URL := flag.String("U", "", "The base URL where the base64 encoded XLL payload is hosted") - Name := flag.String("N", "", "Name of the XLL or DLL playload when its written to disk.") + Name := flag.String("N", "", "Name of the XLL or DLL payload when its written to disk.") COM := flag.String("C", "", "Name of the COM object.") filename := flag.String("F", "", "Name of the file hosted on the URL.") inputFile := flag.String("I", "", "")