mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21: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",
|
ActionWaitLoad: "waitload",
|
||||||
ActionGetResource: "getresource",
|
ActionGetResource: "getresource",
|
||||||
ActionExtract: "extract",
|
ActionExtract: "extract",
|
||||||
ActionSetMethod: "set-method",
|
ActionSetMethod: "setmethod",
|
||||||
ActionAddHeader: "addheader",
|
ActionAddHeader: "addheader",
|
||||||
ActionSetHeader: "setheader",
|
ActionSetHeader: "setheader",
|
||||||
ActionDeleteHeader: "deleteheader",
|
ActionDeleteHeader: "deleteheader",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user