changed scores

This commit is contained in:
Palma Solutions LTD
2018-12-27 12:14:59 +01:00
parent 8b2d38b584
commit 4eeaee75ba

View File

@@ -198,7 +198,7 @@ scoring = {
'BASE64_STRING': (50, u'base64 string found'), 'BASE64_STRING': (50, u'base64 string found'),
'CRYPT_PHP': (50, u'CryptoPHP inclusion for social.png'), 'CRYPT_PHP': (50, u'CryptoPHP inclusion for social.png'),
'PHP_SHELL': (50, u'Shell Script'), 'PHP_SHELL': (50, u'Shell Script'),
'PHP_OBFUSC_SHELL': (50, u'Obfuscated Shell Script'), 'PHP_OBFUSC_SHELL': (9, u'Obfuscated Shell Script'),
'ACCESS_DENIED': (-30, u'Early block execution'), 'ACCESS_DENIED': (-30, u'Early block execution'),
'JAVASCRIPT_HACK': (50, u'Javascript'), 'JAVASCRIPT_HACK': (50, u'Javascript'),
'HAS_EVAL': (2, u'Has eval()'), 'HAS_EVAL': (2, u'Has eval()'),