diff --git a/cms-ver.php b/cms-ver.php index 7930d41..03e546c 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -195,11 +195,11 @@ array("Glype", "/includes/settings.php","\$CONFIG['version'] =", "EOL"), array("ListMail", "/admin.php", "\$current_version =", "EOL"), array("phpGedView", "/config.php", "\$CONFIG_VERSION =", "EOL"), + array("Dolphin", "/inc/header.inc.php", "\$site['ver']", "Maintained"), // still need to work on these array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review array("Croogo", "/Vendor/croogo/croogo/VERSION.txt", "*"), // needs further review - array("Dolphin", "/modules/boonex/news/install/config.php", "'compatible_with' => array("), // needs 2nd line too array("WebMail Lite", "/adminpanel/VERSION", "*"), // needs further review array("PHPCollab", "/includes/settings.php", "# PhpCollab version"), // needs second line as well array("Admidio", "/adm_program/system/constants.php", "define('ADMIDIO_VERSION_MAIN',"), // needs two more lines diff --git a/cms-vss.php b/cms-vss.php index 193d29b..9e52170 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -209,12 +209,12 @@ array("Glype", "/includes/settings.php","\$CONFIG['version'] =", "EOL"), array("ListMail", "/admin.php", "\$current_version =", "EOL"), array("phpGedView", "/config.php", "\$CONFIG_VERSION =", "EOL"), + array("Dolphin", "/inc/header.inc.php", "\$site['ver']", "Maintained"), // still need to work on these array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review array("Croogo", "/Vendor/croogo/croogo/VERSION.txt", "*"), // needs further review - array("Dolphin", "/modules/boonex/news/install/config.php", "'compatible_with' => array("), // needs 2nd line too array("WebMail Lite", "/adminpanel/VERSION", "*"), // needs further review array("PHPCollab", "/includes/settings.php", "# PhpCollab version"), // needs second line as well array("Admidio", "/adm_program/system/constants.php", "define('ADMIDIO_VERSION_MAIN',"), // needs two more lines diff --git a/run.sh b/run.sh index 863b23f..3d36e00 100644 --- a/run.sh +++ b/run.sh @@ -49,10 +49,10 @@ echo >> $(whoami).txt # # checking for unrelated echo '[*] Suspicious files in /tmp?'; - ls -al /tmp/ | grep $(whoami) | grep -v sess_ + ls -al /tmp/ | grep $(whoami) | grep -v sess_ echo echo '[*] Processes running:'; - ps -eo pid,user,cmd | grep $(whoami) + ps -eo pid,user,cmd | grep $(whoami) echo '[*] Checking for Unrelated Data'; echo >> $(whoami).txt echo '[*] Directories with more than 1GB size:';