Some words from PortSwigger access control labs.
This commit is contained in:
parent
03d966cfba
commit
32676f15bf
49
http.txt
49
http.txt
|
|
@ -1,3 +1,25 @@
|
||||||
|
._darcs
|
||||||
|
.bzr
|
||||||
|
.chef
|
||||||
|
.chef/credentials
|
||||||
|
.config
|
||||||
|
.env
|
||||||
|
.git
|
||||||
|
.hg
|
||||||
|
.kube
|
||||||
|
.kube/config
|
||||||
|
.secret
|
||||||
|
.secrets
|
||||||
|
.svn
|
||||||
|
.terraform
|
||||||
|
.well-known
|
||||||
|
.well-known/jwks.json
|
||||||
|
.well-known/oauth-authorization-server
|
||||||
|
.well-known/openid-configuration
|
||||||
|
/.well-known/openid-configuration
|
||||||
|
/api/v1/config
|
||||||
|
AppConfig
|
||||||
|
BitKeeper
|
||||||
admin
|
admin
|
||||||
airflow.cfg
|
airflow.cfg
|
||||||
ajax
|
ajax
|
||||||
|
|
@ -6,44 +28,33 @@ android_manifest.json
|
||||||
api
|
api
|
||||||
api-docs
|
api-docs
|
||||||
api/v1
|
api/v1
|
||||||
/api/v1/config
|
|
||||||
api/v2/users/me
|
api/v2/users/me
|
||||||
api/v3/
|
api/v3/
|
||||||
|
asset-manifest.json
|
||||||
assets
|
assets
|
||||||
auth
|
auth
|
||||||
authentication
|
authentication
|
||||||
authorization
|
authorization
|
||||||
BitKeeper
|
|
||||||
.bzr
|
|
||||||
callback
|
callback
|
||||||
.chef
|
|
||||||
.chef/credentials
|
|
||||||
.config
|
|
||||||
config
|
config
|
||||||
config/credentials.yml.enc
|
config/credentials.yml.enc
|
||||||
config/slack.yml
|
config/slack.yml
|
||||||
core
|
core
|
||||||
credentials.yml
|
credentials.yml
|
||||||
._darcs
|
|
||||||
debug
|
debug
|
||||||
debugger
|
debugger
|
||||||
docs
|
docs
|
||||||
.env
|
|
||||||
fixtures3.json
|
fixtures3.json
|
||||||
fixtures3.yaml
|
fixtures3.yaml
|
||||||
.git
|
|
||||||
grafana
|
grafana
|
||||||
graphiql
|
graphiql
|
||||||
graphql
|
graphql
|
||||||
habitat/plan.sh
|
habitat/plan.sh
|
||||||
header
|
header
|
||||||
health
|
health
|
||||||
.hg
|
|
||||||
js
|
js
|
||||||
jwks
|
jwks
|
||||||
jwks.json
|
jwks.json
|
||||||
.kube
|
|
||||||
.kube/config
|
|
||||||
kube_config_cluster.yaml
|
kube_config_cluster.yaml
|
||||||
kustomization.yaml
|
kustomization.yaml
|
||||||
login
|
login
|
||||||
|
|
@ -60,24 +71,21 @@ password.txt
|
||||||
php.ini
|
php.ini
|
||||||
prometheus.yml
|
prometheus.yml
|
||||||
registration
|
registration
|
||||||
|
robots.txt
|
||||||
script
|
script
|
||||||
.secret
|
|
||||||
.secrets
|
|
||||||
secret.yaml
|
secret.yaml
|
||||||
settings
|
settings
|
||||||
spec3.json
|
spec3.json
|
||||||
spec3.yaml
|
spec3.yaml
|
||||||
static
|
static
|
||||||
.svn
|
|
||||||
swagger
|
swagger
|
||||||
swagger.json
|
swagger.json
|
||||||
.terraform
|
|
||||||
user
|
user
|
||||||
user-info
|
user-info
|
||||||
username.txt
|
|
||||||
user-state
|
user-state
|
||||||
user/v1/profile
|
user/v1/profile
|
||||||
user/v1/session
|
user/v1/session
|
||||||
|
username.txt
|
||||||
uwsgi.ini
|
uwsgi.ini
|
||||||
v1
|
v1
|
||||||
v1/api
|
v1/api
|
||||||
|
|
@ -88,10 +96,3 @@ v3
|
||||||
v4
|
v4
|
||||||
v5
|
v5
|
||||||
version
|
version
|
||||||
.well-known
|
|
||||||
.well-known/jwks.json
|
|
||||||
.well-known/oauth-authorization-server
|
|
||||||
.well-known/openid-configuration
|
|
||||||
/.well-known/openid-configuration
|
|
||||||
AppConfig
|
|
||||||
asset-manifest.json
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue