Every forum I see has at least one person that always posts phpMyAdmin databases A LOT. How do they do it so much?
Interesting, is this the only way to get access to MySQL Databases? Or is there more ways?PMA is not a database by itself, it's a GUI to view/manage MySQL databases.
So each time you have a successful RCE on a site, you can either use the existing
one with the credentials from the DB config file or upload your own PMA to operate with the DB.
Useful when the DB is very large to download and you only need specific data.
Good to know, are there any good tutorials on how to get started/how to do this?Yes, except RCE also SQL injection, brute force, or hitting the admin with a hammer are valid
options.