minor-update
parent
1ef7be3587
commit
dc806b301e
|
@ -20,6 +20,7 @@ info:
|
|||
cwe-id: CWE-89
|
||||
cpe: cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 8
|
||||
vendor: glpi-project
|
||||
product: glpi
|
||||
|
@ -30,7 +31,7 @@ flow: http(1) && http(2) && http(3) && http(4) && http(5) && http(6) && http(7)
|
|||
|
||||
http:
|
||||
- raw:
|
||||
- |+
|
||||
- |
|
||||
GET /index.php?noAUTO=1 HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
|
@ -60,7 +61,7 @@ http:
|
|||
internal: true
|
||||
|
||||
- raw:
|
||||
- |-
|
||||
- |
|
||||
POST /front/login.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
@ -76,7 +77,7 @@ http:
|
|||
internal: true
|
||||
|
||||
- raw:
|
||||
- |-
|
||||
- |
|
||||
GET /ajax/common.tabs.php?_glpi_tab=User%241&main_class=tab_cadre_fixe&_target=%2Fglpi%2Ffront%2Fpreference.php&_itemtype=Preference&id=0 HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
|
@ -90,7 +91,7 @@ http:
|
|||
internal: true
|
||||
|
||||
- raw:
|
||||
- |-
|
||||
- |
|
||||
GET /front/preference.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
|
@ -200,7 +201,7 @@ http:
|
|||
internal: true
|
||||
|
||||
- raw:
|
||||
- |-
|
||||
- |
|
||||
GET /front/preference.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
|
@ -214,7 +215,7 @@ http:
|
|||
internal: true
|
||||
|
||||
- raw:
|
||||
- |-
|
||||
- |
|
||||
POST /ajax/pin_savedsearches.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
X-Glpi-Csrf-Token: {{csrf3}}
|
||||
|
@ -232,7 +233,7 @@ http:
|
|||
internal: true
|
||||
|
||||
- raw:
|
||||
- |-
|
||||
- |
|
||||
GET /ajax/common.tabs.php?_glpi_tab=User%241&main_class=tab_cadre_fixe&_target=%2Fglpi%2Ffront%2Fpreference.php&_itemtype=Preference&id=0 HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue