mirror of https://github.com/daffainfo/nuclei.git
fix typo in the headless `setmethod` function #2365
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…
Reference in New Issue