Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Could I get the passwords from the mysql ?
  • wTg
    Posts: 38
    [spoiler]http://i52.tinypic.com/23ud1yb.png[/spoiler]

    I port scanned this website and i saw the mysql port was open does that mean that you can get the passwords from there ? Sorry if it is a dumb question lol :)
  • chroniccommand
    Posts: 1,389
    said:


    [spoiler]http://i52.tinypic.com/23ud1yb.png[/spoiler]

    I port scanned this website and i saw the mysql port was open does that mean that you can get the passwords from there ? Sorry if it is a dumb question lol :)



    No that would be a HUGE security issue :p

    You could get the version type etc.
  • wTg
    Posts: 38
    said:


    said:


    [spoiler]http://i52.tinypic.com/23ud1yb.png[/spoiler]

    I port scanned this website and i saw the mysql port was open does that mean that you can get the passwords from there ? Sorry if it is a dumb question lol :)



    No that would be a HUGE security issue :p

    You could get the version type etc.


    Oh right okay cool. Thanks for clearing that up, I thought I had hit the jackpot haha :L

    Would i need to just connect to that port in order to get the version ?
  • chroniccommand
    Posts: 1,389
    said:


    said:


    said:


    [spoiler]http://i52.tinypic.com/23ud1yb.png[/spoiler]

    I port scanned this website and i saw the mysql port was open does that mean that you can get the passwords from there ? Sorry if it is a dumb question lol :)



    No that would be a HUGE security issue :p

    You could get the version type etc.


    Oh right okay cool. Thanks for clearing that up, I thought I had hit the jackpot haha :L

    Would i need to just connect to that port in order to get the version ?

    Yep use NetCat. Here is an example:

    Connection to localhost 3306 port [tcp/mysql] succeeded!
    @
    5.1.41-3arch12.9j~#

    So the version is 5.1.41
  • Xin
    Posts: 3,251
    you could if you had the username and pass
    Xin
  • Sh3llc0d3
    Posts: 1,910

    netcat 69.73.164.37 3306



    And xinapse is correct :)
  • wTg
    Posts: 38
    Oh right okay. Thanks guys that helped a lot :)