fixed Dolphin
This commit is contained in:
parent
f4b10d1e65
commit
d04a62cb1f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
4
run.sh
4
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:';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user