Update vidyo-super-admin.yaml
parent
223c8ea750
commit
f5153bda65
|
@ -10,47 +10,25 @@ info:
|
|||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
- |
|
||||
GET /super/login.html?lang=en HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Origin: {{BaseURL}}
|
||||
Connection: close
|
||||
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
||||
Accept-Language: en-US,en;q=0.9
|
||||
- |
|
||||
|
||||
- |
|
||||
POST /super/super_security_check;jsessionid={{session}}?csrf_tkn={{csrf_tkn}} HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
||||
Accept-Language: en-US,en;q=0.5
|
||||
Accept-Encoding: gzip, deflate
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Content-Length: 32
|
||||
Origin: {{BaseURL}}
|
||||
DNT: 1
|
||||
Connection: close
|
||||
Referer: http://{{Hostname}}/super/login.html?lang=en
|
||||
Cookie: JSESSIONID={{session}} ; VidyoPortalSuperLanguage=en
|
||||
Upgrade-Insecure-Requests: 1
|
||||
|
||||
username=super&password=password
|
||||
|
||||
|
||||
- |
|
||||
- |
|
||||
GET /super/loginhistory.html?csrf_tkn={{csrf_tkn}} HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
||||
Accept-Language: en-US,en;q=0.5
|
||||
Accept-Encoding: gzip, deflate
|
||||
Referer: {{BaseURL}}/super/login.html?lang=en
|
||||
DNT: 1
|
||||
Connection: close
|
||||
Upgrade-Insecure-Requests: 1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
extractors:
|
||||
|
|
Loading…
Reference in New Issue