mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 19:55:26 +00:00
fix typo in the headless setmethod function #2365
This commit is contained in:
parent
125588046e
commit
d24736f655
@ -124,7 +124,7 @@ var ActionToActionString = map[ActionType]string{
|
||||
ActionWaitLoad: "waitload",
|
||||
ActionGetResource: "getresource",
|
||||
ActionExtract: "extract",
|
||||
ActionSetMethod: "set-method",
|
||||
ActionSetMethod: "setmethod",
|
||||
ActionAddHeader: "addheader",
|
||||
ActionSetHeader: "setheader",
|
||||
ActionDeleteHeader: "deleteheader",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user