quentinhardy / odat

ODAT: Oracle Database Attacking Tool
1.62k stars 344 forks source link

New (third party) SIDs added, SIDs Minimum size for brute force #7

Closed Lexus89 closed 8 years ago

Lexus89 commented 8 years ago

Fixed this first to test, others will follow

Lexus89 commented 8 years ago

Added the --sids-min-size option again through this commit and changed some typo's/misspelling. I hope this works better now.

quentinhardy commented 8 years ago

Why do you want to delete some column names in Constants.py (ex: "%motdepasse%", %mot_de_passe%') ?

I'm ok with all other commits.

Thank you again for the help on this project.

Lexus89 commented 8 years ago

The reason for that is due to the %% signs; when selecting info in a LIKE statement like %pass% it searches for a string that contains the string "pass" with/without info before/after it. This means the search for %pass% will also find %mot_de_PASSe% and %motdePASSe% etc.

Glad to help and thanks again for this amazing tool! My favorite for testing Oracle databases :) Hope it stays under development.

quentinhardy commented 8 years ago

You're right. Thank you.

I will try to stay under development on this project. Don't hesitate to help me on this project.