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

Slight permutation changes? #24

Closed
moorer2k opened this issue Nov 1, 2018 · 3 comments
Closed

Slight permutation changes? #24

moorer2k opened this issue Nov 1, 2018 · 3 comments

Comments

@moorer2k
Copy link

moorer2k commented Nov 1, 2018

First off, Great script, appreciate the work. I have used in the past a different script, called Slurp. Primarily for the permutations, it allows the usage of "-" delimiters and even blanks, etc, He has a pretty large list also. But, it's not as fast, and you can not use AWS access creds, nor can it log to any where. Plus, I am really not a fan of the Go Lang. Setting it up in any enviornment then having it spit out the compiled app is just like.. oh, there it is.. way over there, all the time.. ok..

Anyways, I took the time, being bored, to give you the equivlent of what your script would look like if you used the permutations that his does. It's very much larger, duplicate are removed and everything. Probably would want to use an external file to load them.. It would add a LOT more detection on your scripts side, but you'd need to do some obvious changes to the permutation parsing / generating.

https://pastebin.com/RpUkywbV

Thanks again! Hopefully you'll think about it !

@0dayCTF
Copy link

0dayCTF commented Nov 7, 2018

Get some!!!

@moorer2k
Copy link
Author

moorer2k commented Nov 8, 2018

Also, would like to see an option to not have to use certstream , possibly just loading a list of customized lists to try. I only suggest this because yours is the fastest/most stable out. Would like to see some more features :)

@eth0izzle
Copy link
Owner

Thanks @moorer2k. I'm about to push a few changes:

  1. Moving permutations to text files, allowing you select different lists with -p or --permutations
  2. Allowing you to choose a "source", either certificate transparency logs (as default) or via a text file passed in with -s or --source

eth0izzle added a commit that referenced this issue Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants