There is a website abc.com
which is vulnerable to SQL injection, I have verified this via sqlmap
, So i got the username and password after this
https://github.com/sqlmapproject/sqlmap/wiki/Usage
but I noticed that database is running on oracle, I want to get the host so i can connect to the database from Oracle client.
--hostname returns abc.com
, how can I get the actual DB hostname so i can connect via Oracle client using SQLMAP.
when I did port scan of abc.com only 40 and 443 are open.
P.S This is only for learning purpose
Thanks