Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-pp parameter use problem #18

Open
K0uaz opened this issue Apr 22, 2023 · 0 comments
Open

-pp parameter use problem #18

K0uaz opened this issue Apr 22, 2023 · 0 comments

Comments

@K0uaz
Copy link

K0uaz commented Apr 22, 2023

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
image
Only when the -pp parameter is used to overwrite the word variable, it will be generated normally
image
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants