Merge pull request #7135 from projectdiscovery/princechaddha-patch-2
Updated http: -> requests:patch-1
commit
fdb21d5ebb
|
@ -19,7 +19,7 @@ variables:
|
|||
num2: "{{rand_int(800000, 999999)}}"
|
||||
result: "{{to_number(num1)*to_number(num2)}}"
|
||||
|
||||
http:
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.do?message={{num1}}*{{num2}}"
|
||||
|
@ -36,5 +36,3 @@ http:
|
|||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
# Enhanced by mp on 2022/09/30
|
||||
|
|
|
@ -7,7 +7,7 @@ info:
|
|||
description: Sensitive environment variables may not be masked
|
||||
tags: misconfig,springboot,env,exposure
|
||||
|
||||
http:
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/env"
|
||||
|
|
|
@ -11,7 +11,7 @@ info:
|
|||
google-query: inurl:"/Reports/Pages/Folder.aspx"
|
||||
tags: misconfig,sql,report,exposure
|
||||
|
||||
http:
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /Reports/Pages/Folder.aspx HTTP/1.1
|
||||
|
|
|
@ -23,7 +23,7 @@ info:
|
|||
shodan-query: http.html:"Apache Solr"
|
||||
tags: vulhub,cve,solr,oast,log4j,cve2021,rce,apache,jndi,kev
|
||||
|
||||
http:
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
@timeout: 25s
|
||||
|
|
Loading…
Reference in New Issue