You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: