alterx icon indicating copy to clipboard operation
alterx copied to clipboard

Fast and customizable subdomain wordlist generator using DSL

Results 15 alterx issues
Sort by recently updated
recently updated
newest added

I've been using alterx to process the results of passive subdomain enumeration from tools like subfinder, amass, and findomain. The combined list contains approximately 7 million subdomains. Command: `alterx -l...

Type: Question

Since your recent build there has been an intermittent issue with the core of this tool causing hangs in a call to it from an external program this was tested...

- I tried all the built-in variables but couldn't get the main domain name, so I added the mian variable ```yaml patterns: - "{{main}}.{{suffix}}" # ``` something.scanme.sh --> `scanme`.scanme.sh

**Description:** - The comparison was done by Six2dez, a user who compared four different permutation tools, including AlterX. The results were shared on Twitter and can be found [here](https://twitter.com/Six2dez1/status/1643789456518856705). -...

Type: Enhancement
Type: Question

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...

investigation

## Proposed Changed - `alterx` now has full support for generating subdomains/urls by using patterns with clusterbomb . It should also support `Alteration` - Alteration would be a seperate feature...

Type: Enhancement

While using -pp param it would be useful to have the tab autocomplete function to load the file name. For instance, I want to use the file brute.force.txt into the...

This fixes #168 The check `strings.Contains(template, word)` has lots of unintended consequences. Examples: `api-pizzapie.site.com` would not be allowed as `pizzapie` contains `api` `site-api.site.com` would not be allowed as `site` is...

test_subs.txt: ``` abc.site.com xyz.site.com def.ghi.site.com ``` test.yml: ```yml patterns: - "{{word}}-{{sub}}.{{suffix}}" payloads: word: - "1" - "a" - "ab" ``` Command: ```sh alterx -l test_subs.txt -ac test.yml | sort ```...

similarly to https://github.com/subfinder/goaltdns

Type: Enhancement