yo people
i have a question about how web shops databases works. so all our information get saved on a db but where is db saved in a server ? and where in this world are they saved is there any tool with. you can scan it like if you want to hack somthing you gone scan for vulnaribilty’s but with a database i there any spacial tool for it ? like what if some one had a debt on a webshop and he hacked the db’s is it possible to delete everything or encrypt anything. thats my question about database’s.
search for vuln on the server & read the config file you will find the db user & pwd, connect to the db & you can download/edite/delete everything ! but the owner can recover everything with the backup unless you have root access you can erase data or encrypt them.
A website is a domain name. A domain name like example.com is just a human-readable substitute for an IP address. Thus, example.com might point to 0.0.0.0. Doing nmap example.com is like doing nmap 0.0.0.0.
Not necessarily. If it’s a webserver, it’s likely that the database files are not exposed to the internet directly. Rather, they’d be accessed by the web controller present on the server.