You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: