Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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", "", "")
Expand Down