Rename wordlist and add some new words
Surprisingly I was missing /api from this wordlist which is incredibly common. A slight oversight.
This commit is contained in:
parent
63ffd13973
commit
8f4a45d62f
|
|
@ -1,4 +1,6 @@
|
||||||
|
api
|
||||||
api-docs
|
api-docs
|
||||||
|
api/v1
|
||||||
assets
|
assets
|
||||||
BitKeeper
|
BitKeeper
|
||||||
.bzr
|
.bzr
|
||||||
|
|
@ -6,6 +8,8 @@ BitKeeper
|
||||||
.chef/credentials
|
.chef/credentials
|
||||||
.config
|
.config
|
||||||
config
|
config
|
||||||
|
config/credentials.yml.enc
|
||||||
|
credentials.yml
|
||||||
._darcs
|
._darcs
|
||||||
debug
|
debug
|
||||||
debugger
|
debugger
|
||||||
|
|
@ -21,6 +25,8 @@ habitat/plan.sh
|
||||||
health
|
health
|
||||||
.hg
|
.hg
|
||||||
.kube
|
.kube
|
||||||
|
.kube/config
|
||||||
|
kube_config_cluster.yaml
|
||||||
kustomization.yaml
|
kustomization.yaml
|
||||||
main.tf
|
main.tf
|
||||||
metrics
|
metrics
|
||||||
|
|
@ -39,7 +45,11 @@ swagger.json
|
||||||
.terraform
|
.terraform
|
||||||
username.txt
|
username.txt
|
||||||
user-state
|
user-state
|
||||||
|
user/v1/profile
|
||||||
|
user/v1/session
|
||||||
uwsgi.ini
|
uwsgi.ini
|
||||||
v1
|
v1
|
||||||
|
v1/api
|
||||||
v2
|
v2
|
||||||
|
v2/api
|
||||||
v2/swagger.json
|
v2/swagger.json
|
||||||
Loading…
Reference in New Issue