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

Replace each subdomain with word in wordlist #1

Closed
1 of 2 tasks
storenth opened this issue Jan 13, 2024 · 2 comments · Fixed by #4
Closed
1 of 2 tasks

Replace each subdomain with word in wordlist #1

storenth opened this issue Jan 13, 2024 · 2 comments · Fixed by #4
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@storenth
Copy link
Owner

storenth commented Jan 13, 2024

There is open question, do we need altdns \ dnsgen like functionality for this tool based on wordlist?

  • replace each subs with word in wordlist: test.v2.domain.com -> demo.v2.domain.com
  • prepend/append word by creating new subs: test.domain.com -> demo.test.domain.com, test.demo.domain, etc

Feature request:

  -w WORDLIST, --wordlist WORDLIST
                        wordlist file to mixed with subdomains

Pros:

  • All in one tool

Cons:

  • Heavy stuff: even for 10 words for 1 subdomain it is minimum 10x combinations based on replacement and 10x2 based on prepend-append actions for each subdomain, so in the average case is about C(n,k).
  • Large size of memory used in case of storing stdout in a file
  • Duplicated features of known bruteforce based subdomain enumeration tools
@storenth storenth added enhancement New feature or request question Further information is requested labels Jan 13, 2024
storenth added a commit that referenced this issue Jan 13, 2024
@storenth
Copy link
Owner Author

Guys, @aniqfakhrul @six2dez @infosec-au @PatrikHudak @m4ll0k @codingo Can you share your thoughts?)

@storenth
Copy link
Owner Author

Idea: replace only keyword like: test, stage, endpoint, env, etc with wordlist stuff

@storenth storenth self-assigned this Feb 29, 2024
storenth added a commit that referenced this issue Feb 29, 2024
Enable wordlist with subdomains permutations (#1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant