View Issue Details

IDProjectCategoryView StatusLast Update
0003763Composrhealth_checkpublic2019-06-17 00:27
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0003763: Detect insecure scripts or downloads under webroot or base directory
DescriptionSearch for any files or directories matching these regexp patterns...

#^phpinfo\.php$#i (PHP Info scripts should not be permanently left around, and if it's useful to keep you can do it from inside Composr or on the command line)
#^bigdump\.php$#i (bigdump is useful for SQL imports, but should not be left around)
#^phpmyadmin$#i (phpMyAdmin can be a huge security risk - although maybe we should scan it to see if it is secured with a login form or not)
#back.*\.(tar|gz|zip)$#i (backups that people should not be able to download)
#\.(sql)$#i ("")
TagsType: Security
Time estimation (hours)1
Sponsorship open

Activities

Chris Graham

2019-01-20 17:43

administrator   ~0005904

Probably this should be split out into separate tests: phpMyAdmin, bigdump, phpinfo, backups.

Issue History

Date Modified Username Field Change
2019-01-20 17:25 Chris Graham New Issue
2019-01-20 17:25 Chris Graham Tag Attached: Type: Security
2019-01-20 17:43 Chris Graham Note Added: 0005904
2019-06-17 00:27 Chris Graham Assigned To => Chris Graham
2019-06-17 00:27 Chris Graham Status non-assigned => resolved
2019-06-17 00:27 Chris Graham Resolution open => fixed