We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now swap_words_transform only swaps words if domain_components contains words from the wordlist.
domain_components
There should probably be two different transforms:
Input words:
staging dev
Input subdomains:
promo.staging.google.com
swap_all_words():
swap_all_words()
dev.staging.google.com staging.staging.google.com promo.dev.google.com promo.staging.google.com
swap_words():
swap_words()
promo.dev.google.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now swap_words_transform only swaps words if
domain_components
contains words from the wordlist.There should probably be two different transforms:
Input words:
Input subdomains:
swap_all_words()
:swap_words()
:The text was updated successfully, but these errors were encountered: