MySQL Penetration Testing
HomeLearnHackMonitor
  • Welcome!
  • Mindset
    • Page 1
  • Scanning port 3306
    • Port 3306 Open
    • Test root Login without password
    • Brute force MySQL login
Powered by GitBook
On this page

Was this helpful?

  1. Scanning port 3306

Port 3306 Open

Nmap shows Port 3306 Open, what can I do?

PreviousPage 1NextTest root Login without password

Last updated 2 years ago

Was this helpful?

sudo nmap -sS 192.168.8.117 -p 3306

And now, I can we do?