Skip to content

Commit

Permalink
fix nuclei command processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rebagliati committed Nov 9, 2022
1 parent ef1fdda commit a99d675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faraday_plugins/plugins/repo/nuclei/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def processCommandString(self, username, current_path, command_string):
command_string)
else:
return re.sub(arg_match.group(1),
r"--json -irr -o %s" % self._output_file_path,
r" --json -irr -o %s" % self._output_file_path,
command_string)

def canParseCommandString(self, current_input):
Expand Down

0 comments on commit a99d675

Please sign in to comment.