-pp parameter use problem
Opened this issue · 0 comments
K0uaz commented
When using the -pp parameter, the word variable must be overwritten, otherwise the return will be empty.
When the following command is executed, the return is empty
echo target.com |./alterx -p '{{word}}-{{fuzz}}.{{suffix}}' -pp fuzz=data
Only when the -pp parameter is used to overwrite the word variable, it will be generated normally
Based on the first command above, I just need to overwrite the fuzz variable, and the word variable uses the keywords in the default configuration file permutations.yaml. But the rewriting of the word variable must be specified at the same time in use, which may not be necessary