new patterns

This commit is contained in:
Palma Solutions LTD 2018-06-08 06:24:06 +02:00
parent e2329ce9b9
commit 5e8b5424c8
3 changed files with 1087 additions and 3 deletions

View File

@ -190,8 +190,6 @@
array("Admidio", "/adm_program/system/constants.php", "define('ADMIDIO_VERSION_MAIN',"), // needs two more lines
array("Get Simple CMS", "/admin/inc/configuration.php", "\$site_full_name"), // needs one more line
array("SquirrelCart", "/squirrelcart/functions/base/sc_version.func.php", "function sc_version() {"), //needs one more line
array("ELGG", "/version.php", "release ="), // false positives with Moodle -< needs one more line
array("CMS Made Simple", "/version.php", "CMS_VERSION ="), // needs 3 lines more
array("DataLife Engine", "/index.php", "dle_version ="), //needs one more line
array("phpCoin", "/version.php", "ThisVersion"), //needs one more line
array("Avactis", "/version.php", "PRODUCT_VERSION_NUMBER"), // needs one more line

View File

@ -203,7 +203,6 @@
array("Admidio", "/adm_program/system/constants.php", "define('ADMIDIO_VERSION_MAIN',"), // needs two more lines
array("Get Simple CMS", "/admin/inc/configuration.php", "\$site_full_name"), // needs one more line
array("SquirrelCart", "/squirrelcart/functions/base/sc_version.func.php", "function sc_version() {"), //needs one more line
array("CMS Made Simple", "/version.php", "CMS_VERSION ="), // needs 3 lines more
array("DataLife Engine", "/index.php", "dle_version ="), //needs one more line
array("phpCoin", "/version.php", "ThisVersion"), //needs one more line
array("Avactis", "/version.php", "PRODUCT_VERSION_NUMBER"), // needs one more line

1087
patterns/mwscan.txt Normal file

File diff suppressed because it is too large Load Diff