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
|
||||
airflow.cfg
|
||||
ajax
|
||||
ajax/metrics
|
||||
android_manifest.json
|
||||
api
|
||||
api-docs
|
||||
api/v1
|
||||
/api/v1/config
|
||||
api/v2/users/me
|
||||
api/v3/
|
||||
assets
|
||||
BitKeeper
|
||||
.bzr
|
||||
|
|
@ -28,12 +33,15 @@ grapql
|
|||
habitat/plan.sh
|
||||
health
|
||||
.hg
|
||||
js
|
||||
jwks.json
|
||||
.kube
|
||||
.kube/config
|
||||
kube_config_cluster.yaml
|
||||
kustomization.yaml
|
||||
login
|
||||
main.tf
|
||||
manifest.json
|
||||
master.key
|
||||
metrics
|
||||
notifications
|
||||
|
|
@ -41,10 +49,13 @@ password.txt
|
|||
php.ini
|
||||
prometheus.yml
|
||||
script
|
||||
.secret
|
||||
.secrets
|
||||
secret.yaml
|
||||
settings
|
||||
spec3.json
|
||||
spec3.yaml
|
||||
static
|
||||
.svn
|
||||
swagger
|
||||
swagger.json
|
||||
|
|
@ -59,4 +70,7 @@ v1/api
|
|||
v2
|
||||
v2/api
|
||||
v2/swagger.json
|
||||
v3
|
||||
version
|
||||
.well-known
|
||||
.well-known/jwks.json
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
://
|
||||
//
|
||||
token
|
||||
auth
|
||||
://
|
||||
api
|
||||
sourceMapping
|
||||
post
|
||||
xhr
|
||||
request
|
||||
auth
|
||||
config
|
||||
header
|
||||
post
|
||||
sourceMapping
|
||||
token
|
||||
xhr
|
||||
XMLHttpRequest
|
||||
|
|
|
|||
Loading…
Reference in New Issue