mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-09 05:39:43 +02:00
Merge Vault and Nomad endpoints into existing HashiCorp wordlist
This commit is contained in:
parent
ebf4916da2
commit
de8d534628
1 changed files with 73 additions and 20 deletions
|
|
@ -1,39 +1,92 @@
|
|||
v1/agent/services
|
||||
v1/acl/token/self
|
||||
v1/identity/entity/id?list=true
|
||||
v1/identity/group/id?list=true
|
||||
v1/sys/namespaces?list=true
|
||||
v1/acl/tokens
|
||||
v1/catalog/datacenters
|
||||
v1/catalog/services
|
||||
v1/catalog/nodes
|
||||
v1/agent/members
|
||||
v1/acl/bootstrap
|
||||
v1/acl/replication
|
||||
v1/acl/policies
|
||||
v1/acl/roles
|
||||
ui/
|
||||
ui/#/clients
|
||||
ui/#/jobs
|
||||
ui/#/kv
|
||||
ui/#/nodes
|
||||
ui/#/servers
|
||||
ui/#/services
|
||||
ui/#/topology
|
||||
ui/vault/access
|
||||
ui/vault/policies
|
||||
ui/vault/secrets
|
||||
v1/acl/auth-methods
|
||||
v1/acl/binding-rules
|
||||
v1/acl/bootstrap
|
||||
v1/acl/policies
|
||||
v1/acl/replication
|
||||
v1/acl/roles
|
||||
v1/acl/token/self
|
||||
v1/acl/tokens
|
||||
v1/agent/checks
|
||||
v1/agent/host
|
||||
v1/agent/log?loglevel=trace
|
||||
v1/agent/members
|
||||
v1/agent/metrics
|
||||
v1/agent/metrics?format=prometheus
|
||||
v1/agent/monitor
|
||||
v1/agent/self
|
||||
v1/agent/servers
|
||||
v1/agent/services
|
||||
v1/allocations
|
||||
v1/auth/token/accessors
|
||||
v1/auth/token/lookup-self
|
||||
v1/catalog/datacenters
|
||||
v1/catalog/nodes
|
||||
v1/catalog/services
|
||||
v1/catalog/services?ns=root
|
||||
v1/connect/ca/configuration
|
||||
v1/connect/ca/roots
|
||||
v1/connect/intentions
|
||||
v1/coordinate/datacenters
|
||||
v1/coordinate/nodes
|
||||
v1/deployments
|
||||
v1/evaluations
|
||||
v1/event/list
|
||||
v1/operator/license
|
||||
v1/operator/segment
|
||||
v1/health/checks/{service}
|
||||
v1/health/service/{service}
|
||||
v1/health/state/any
|
||||
v1/health/state/critical
|
||||
v1/identity/entity/id
|
||||
v1/identity/entity/id?list=true
|
||||
v1/identity/group/id
|
||||
v1/identity/group/id?list=true
|
||||
v1/jobs
|
||||
v1/kv/?keys
|
||||
v1/kv/?recurse
|
||||
v1/namespace/root
|
||||
v1/namespaces
|
||||
v1/nodes
|
||||
v1/operator/autopilot/health
|
||||
v1/operator/license
|
||||
v1/operator/raft/configuration
|
||||
v1/operator/segment
|
||||
v1/query
|
||||
v1/regions
|
||||
v1/secret/data
|
||||
v1/secret/metadata
|
||||
v1/session/list
|
||||
v1/snapshot
|
||||
v1/status/leader
|
||||
v1/status/peers
|
||||
v1/sys/seal-status
|
||||
v1/sys/replication/status
|
||||
v1/sys/license/features
|
||||
v1/sys/health?standbycode=200&sealedcode=200&uninitcode=200&drsecondarycode=200&performancestandbycode=200
|
||||
v1/sys/audit
|
||||
v1/sys/auth
|
||||
v1/sys/config/state/sanitized
|
||||
v1/sys/ha-status
|
||||
v1/sys/health
|
||||
v1/sys/health?standbycode=200&sealedcode=200&uninitcode=200&drsecondarycode=200&performancestandbycode=200
|
||||
v1/sys/host-info
|
||||
v1/sys/init
|
||||
v1/sys/internal/counters/requests
|
||||
v1/sys/internal/counters/tokens
|
||||
v1/sys/internal/specs/openapi
|
||||
v1/sys/internal/ui/mounts
|
||||
v1/sys/key-status
|
||||
v1/sys/leader
|
||||
v1/sys/license/features
|
||||
v1/sys/metrics
|
||||
v1/sys/mounts
|
||||
v1/sys/namespaces?list=true
|
||||
v1/sys/policies/acl
|
||||
v1/sys/replication/status
|
||||
v1/sys/seal-status
|
||||
v1/volumes
|
||||
|
|
|
|||
Loading…
Reference in a new issue