assetnote / kiterunner

Contextual Content Discovery Tool
GNU Affero General Public License v3.0
2.57k stars 285 forks source link

Are we actually doing dictionary attack or Brute force? #35

Open chris5593 opened 2 years ago

chris5593 commented 2 years ago

I have a Wordlist w.txt like this: createdb v1 users

So I want this app to include all possible combos of the words mentioned above so that we will get the endpoint /v1/users But currently only if we directly specify a wordlist entry like "v1/users" will it be only able to find it

If this is implemented then it will be 100 percent perfect