Using Alterx as library is not generating any permutations
Closed this issue · 2 comments
iamnihal commented
Description
When using the alterx as a library to generate subdomain wordlists, it appears to be generating zero permutations. I'm using the example code provided in alterx's repository i.e., https://github.com/projectdiscovery/alterx/blob/main/examples/main.go
Screenshot:
P.S.: I can't run with verbose mode as Options
struct doesn't have the Verbose
field.
dogancanbakir commented
Thanks for opening this issue. I updated the example code, see at #51.
iamnihal commented
Damn! I should've stared at code a little longer to find the real culprit. 😶🌫️ Thanks for your help @dogancanbakir!