-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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