mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-13 21:27:46 +02:00
update ext and endpoints
This commit is contained in:
@@ -38,24 +38,20 @@ func GetJuicyParameters() []string {
|
||||
"key",
|
||||
"token",
|
||||
"secret",
|
||||
"secretid",
|
||||
"user-id",
|
||||
"user_id",
|
||||
"userid",
|
||||
"secret-id",
|
||||
"secret_id",
|
||||
"auth-id",
|
||||
"auth_id",
|
||||
"auth",
|
||||
"admin",
|
||||
"adminid",
|
||||
"admin-id",
|
||||
"dashboard",
|
||||
"manage",
|
||||
"debug",
|
||||
"admin_id",
|
||||
"dbg",
|
||||
"uid",
|
||||
"exec",
|
||||
"cmd",
|
||||
"root",
|
||||
"shell",
|
||||
}
|
||||
return juicyParameters
|
||||
}
|
||||
|
||||
@@ -53,15 +53,21 @@ func GetExtensions() []FileType {
|
||||
{"dat", 1},
|
||||
{"db", 1},
|
||||
{"sql", 1},
|
||||
{"pwd", 1},
|
||||
{"passwd", 1},
|
||||
{"gitignore", 1},
|
||||
{"properties", 2},
|
||||
{"dtd", 2},
|
||||
{"conf", 2},
|
||||
{"cfg", 2},
|
||||
{"config", 2},
|
||||
{"configs", 2},
|
||||
{"sh", 3},
|
||||
{"py", 3},
|
||||
{"txt", 3},
|
||||
{"xml", 3},
|
||||
{"java", 3},
|
||||
{"go", 3},
|
||||
{"yml", 3},
|
||||
{"yaml", 3},
|
||||
{"toml", 3},
|
||||
|
||||
Reference in New Issue
Block a user