Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle SQLi Column Name Enumeration Miss-Written Payload #163

Open
papq1 opened this issue Nov 22, 2024 · 0 comments
Open

Oracle SQLi Column Name Enumeration Miss-Written Payload #163

papq1 opened this issue Nov 22, 2024 · 0 comments

Comments

@papq1
Copy link

papq1 commented Nov 22, 2024

Hi @LasCC big appreciation for this wonderful extension.

Today I came across on a miss-written payload, which could cause people using the extension miss a valid SQLi attack.
It has to do with the oracle database section, more specifically 'Column Name Enumeration' payload which does not specify the all_tab_columns table as part for the SQLi.

image

The corrected version should be: "'UNION SELECT column_name,NULL FROM all_tab_columns where table_name="X" -- -"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant