quentinhardy / odat

ODAT: Oracle Database Attacking Tool
1.6k stars 345 forks source link

Bugfix arobase support in password #41

Closed MrTchuss closed 4 years ago

MrTchuss commented 4 years ago

Connection string in OracleDatabase in used to connect to server is parsed by cx_Oracle. It fails when password contains a '@'. This diff modifies the way the connection string is built to support '@' in username and password.

quentinhardy commented 4 years ago

Thank you. The bug has been fixed in a previous version.