What are the steps for DB Pen Testing?
What ports are related to DB specific traffic?
What is the purpose of a TNS (Transparent Network Substrate) listener?
It is an independent process that connects to the database and resides in the software layer of both client and server. It establishes connections between the Oracle server and client app, allowing valid users who have permissions to control the database and OS to execute the arbitrary code. Files that control listener are:
What are some NMAP scripts used to enumerate MS SQL DB?
What are some Countermeasures?