New keywords and new file.
I am using the free version of Burp Suite for now so sometimes it unloads/forgets which extentions you are using. I am commiting the ones I have found useful so I can reinstall them each time I start burp.
This commit is contained in:
parent
41d51d709f
commit
6807a52d5b
|
|
@ -0,0 +1,2 @@
|
||||||
|
JWT Editor
|
||||||
|
Espresso
|
||||||
14
http.txt
14
http.txt
|
|
@ -1,9 +1,14 @@
|
||||||
admin
|
admin
|
||||||
airflow.cfg
|
airflow.cfg
|
||||||
|
ajax
|
||||||
|
ajax/metrics
|
||||||
|
android_manifest.json
|
||||||
api
|
api
|
||||||
api-docs
|
api-docs
|
||||||
api/v1
|
api/v1
|
||||||
/api/v1/config
|
/api/v1/config
|
||||||
|
api/v2/users/me
|
||||||
|
api/v3/
|
||||||
assets
|
assets
|
||||||
BitKeeper
|
BitKeeper
|
||||||
.bzr
|
.bzr
|
||||||
|
|
@ -28,12 +33,15 @@ grapql
|
||||||
habitat/plan.sh
|
habitat/plan.sh
|
||||||
health
|
health
|
||||||
.hg
|
.hg
|
||||||
|
js
|
||||||
|
jwks.json
|
||||||
.kube
|
.kube
|
||||||
.kube/config
|
.kube/config
|
||||||
kube_config_cluster.yaml
|
kube_config_cluster.yaml
|
||||||
kustomization.yaml
|
kustomization.yaml
|
||||||
login
|
login
|
||||||
main.tf
|
main.tf
|
||||||
|
manifest.json
|
||||||
master.key
|
master.key
|
||||||
metrics
|
metrics
|
||||||
notifications
|
notifications
|
||||||
|
|
@ -41,10 +49,13 @@ password.txt
|
||||||
php.ini
|
php.ini
|
||||||
prometheus.yml
|
prometheus.yml
|
||||||
script
|
script
|
||||||
|
.secret
|
||||||
|
.secrets
|
||||||
secret.yaml
|
secret.yaml
|
||||||
settings
|
settings
|
||||||
spec3.json
|
spec3.json
|
||||||
spec3.yaml
|
spec3.yaml
|
||||||
|
static
|
||||||
.svn
|
.svn
|
||||||
swagger
|
swagger
|
||||||
swagger.json
|
swagger.json
|
||||||
|
|
@ -59,4 +70,7 @@ v1/api
|
||||||
v2
|
v2
|
||||||
v2/api
|
v2/api
|
||||||
v2/swagger.json
|
v2/swagger.json
|
||||||
|
v3
|
||||||
version
|
version
|
||||||
|
.well-known
|
||||||
|
.well-known/jwks.json
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
://
|
|
||||||
//
|
//
|
||||||
token
|
://
|
||||||
auth
|
|
||||||
api
|
api
|
||||||
sourceMapping
|
auth
|
||||||
post
|
|
||||||
xhr
|
|
||||||
request
|
|
||||||
config
|
config
|
||||||
|
header
|
||||||
|
post
|
||||||
|
sourceMapping
|
||||||
|
token
|
||||||
|
xhr
|
||||||
|
XMLHttpRequest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue