update ext and endpoints

This commit is contained in:
edoardottt
2021-06-19 18:38:45 +02:00
parent 5a2b64e43f
commit 8087f7d2ef
2 changed files with 10 additions and 8 deletions
+4 -8
View File
@@ -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
}
+6
View File
@@ -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},