HackTools icon indicating copy to clipboard operation
HackTools copied to clipboard

SQLi Column name enumeration for Oracle has a pottential typo?

Open yigitemres opened this issue 3 years ago • 0 comments

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

yigitemres avatar Jun 15 '22 20:06 yigitemres