Skip to content

Instantly share code, notes, and snippets.

@emadshanab
Forked from ihebski/CVE-2002-0561.yaml
Created December 18, 2023 06:50
Show Gist options
  • Save emadshanab/35fb1f939ae4fdfa8510cef90a3833c1 to your computer and use it in GitHub Desktop.
Save emadshanab/35fb1f939ae4fdfa8510cef90a3833c1 to your computer and use it in GitHub Desktop.
nuclei template for [CVE-2002-0561] Oracle 9iAS PL/SQL Gateway Web Admin Interface Null Authentication
id: CVE-2002-0561
info:
name: Oracle 9iAS PL/SQL Gateway Web Admin Interface Null Authentication
author: Segfolt
severity: High
requests:
- method: GET
path:
- "{{BaseURL}}/pls/simpledad/admin_/gateway.htm?schema=sample"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- Gateway Configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment