resyncgg / ripgen

Rust-based high performance domain permutation generator.
271 stars 30 forks source link

Generating Out of Scope #4

Closed jaikishantulswani closed 2 years ago

jaikishantulswani commented 2 years ago

Hi @d0nutptr thank you for this tool, here I am not able to figure out that why it is generating permutations which is out of scope like it is generating permutations on domain which is not supplied, Interesting.... for example:

wordlist exampe

domainlist exampecenter.exampe.com

so as per the above, it should have to create permutations for domain exampe.com but it is also genrating permutations for domain exampecenter.com which is not even in the domain list

ripgen -d domainlist -w wordlist

exampecentercenter.exampecenter.com exampe.exampe.com exampecenter.exampe.exampe.com exampe.exampecenter.exampe.com exampecenter.exampecenter.exampe.com exampecenter.exampecenter.exampe.com exampeexampecenter.exampe.com exampecenterexampe.exampe.com exampe-exampecenter.exampe.com exampecenter-exampe.exampe.com exampecenterexampecenter.exampe.com exampecenterexampecenter.exampe.com exampecenter-exampecenter.exampe.com exampecenter-exampecenter.exampe.com

Can you please check this.

Thank you.

d0nutptr commented 2 years ago

Hey! Thanks for the bug report. I'll take a look right away - I have an idea what I might've done wrong :)

d0nutptr commented 2 years ago

Okay so the new version of ripgen_lib should fix your issue!

To test this, cargo install --force ripgen will reinstall ripgen with the new library and bugfix :)

jaikishantulswani commented 2 years ago

@d0nutptr Thats fast, thank you :)

jaikishantulswani commented 2 years ago

Hi @d0nutptr One more issue I would like to bring to you knowledge. I notice that ripgen is missing some combinations as compare to dnsgen, can I submit this here ?