if mysql server is not running, is it still possible somebody gain access to my database from outside LAN (hack my database without my consent?)

I am using phpmyadmin running on xampp windows in a LAN environment. I want to find some ultimate secure solution for my database. So I am not running mysql (showing Stop in xampp control panel), is it still possible someone gain access to… Continue reading if mysql server is not running, is it still possible somebody gain access to my database from outside LAN (hack my database without my consent?)

Can I provide database names and tables to sqlmap to check if it is true or false? [closed]

Is there any way I can run sqlmap tool to test whether the database names I already have are true or false?
I made some mistakes while testing on one target. The target is time-based blind injection vulnerable. I ran sqlmap tool with –dum… Continue reading Can I provide database names and tables to sqlmap to check if it is true or false? [closed]

Hackaday Links: January 28, 2024

Hackaday Links Column Banner

From the “No good deed goes unpunished” files, this week came news of a German programmer who probably wishes he had selected better clients. According to Heise Online (English translation), …read more Continue reading Hackaday Links: January 28, 2024

Poorly secured PostgreSQL, MySQL servers targeted by ransomware bot

Users exposing poorly secured PostgreSQL and MySQL servers online are in danger of getting their databases wiped by a ransomware bot, Border0 researchers are warning. The attackers asks for a small sum to return / not publish the data, but those who pa… Continue reading Poorly secured PostgreSQL, MySQL servers targeted by ransomware bot

How can I pen test my .php website that I host on my local machine?

Pen testing my own .php website
Well, I’ve made some kind of forum type website where you can share posts comments and information. There is a login panel (/index.php) at first and it’s already secure enough to block users from entering &q… Continue reading How can I pen test my .php website that I host on my local machine?