Is it generally safe to not restrict the access to “phpsysinfo” system information page of a linux server? There are some information on the server software, linux distro running and HDDs (and that could be potentionally helpful if someone wanted to hack the system), but is the cod of phpSysInfo safe? Would you advise to limit the access?
Is it generally safe to not restrict the access to phpsysinfo system information page
Share
To answer your question, nothing is 100% safe. For this reason I would restrict access to phpSysInfo to the people who need it.
I good security tip : Always restrict access to only the people who need the corresponding functionality.