projectdiscovery/alterx

Using Alterx as library is not generating any permutations

Closed this issue · 2 comments

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:

image

P.S.: I can't run with verbose mode as Options struct doesn't have the Verbose field.

Thanks for opening this issue. I updated the example code, see at #51.

Damn! I should've stared at code a little longer to find the real culprit. 😶‍🌫️ Thanks for your help @dogancanbakir!