U
U
Urukhayy2015-08-26 09:17:32
MySQL
Urukhayy, 2015-08-26 09:17:32

Is there any way to find out the IP address of the MySQL server that the site is accessing?

Is there any way to find out the IP address of the MySQL server that the site is accessing?
Excluding access to site configs.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Artem @Jump, 2015-08-26
Tag

You can - just ask the administrator where he has a database.

A
athacker, 2015-08-26
@athacker

Most often, the site accesses the MySQL server at 127.0.0.1, or even to a local socket :-) This is if you do not consider monstrous sites designed for heavy loads - there the database will be somewhere else. But for most sites, the database server runs on the same host as the web server. And the call goes through localhost.

O
Optimus, 2015-08-26
Pyan @marrk2

No, you can't access the site's files without access

A
AlikDex, 2015-08-26
@AlikDex

in principle, if the admin is clumsy, then you can try to rush to the server's IP address.

V
Valentin, 2015-09-09
@nowfine

telnet to the site address on port 80 + nmap + some kind of fingerprint can tell you which distribution is being used. and there you can look for how mysql is configured by default. usually either 3306 on the local port or pipe a file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question