Tips N TRIKS: database
Showing posts with label database. Show all posts
Showing posts with label database. Show all posts

Thursday, 13 February 2014

HACKING SQL DATABASE USING METASPLOIT

February 13, 2014 0
HACKING SQL DATABASE USING METASPLOIT

HACKING POSTGRESQL DATABASE USING METASPLOIT


http://stackful-dev.com/static/images/logo-postgres.pngHello guys! I have been working on PostgreSQLdatabase and attempting to attack it since a few days.
The reason for this is, I want to get access to my college database and gain some juicy information.
So what I did firstly is I scanned the entire network for open ports using nmap. Since I’m using
Kali Linux, it is directly available from the terminal by typing nmap. You can scan a server and
get a list of open ports and the services running at it just by typing, nmap -sV [ip_address].