Skip to content

Commit

Permalink
Project: Remove SMB-related vulture entries
Browse files Browse the repository at this point in the history
Issue #2952
PR #??
  • Loading branch information
cakekoa committed Mar 23, 2023
1 parent a897df7 commit 3a65f04
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions vulture_allowlist.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from agent_plugins.exploiters.hadoop.plugin import Plugin as HadoopPlugin
from agent_plugins.exploiters.smb.smb_options import SMBOptions
from flask_security import Security

from common import DIContainer
Expand All @@ -12,12 +11,7 @@
from common.types import Lock, NetworkPort, PluginName
from infection_monkey.exploit import IslandAPIAgentOTPProvider
from infection_monkey.exploit.log4shell_utils.ldap_server import LDAPServerFactory
from infection_monkey.exploit.tools import (
RemoteCommandExecutionError,
RemoteFileCopyError,
generate_brute_force_credentials,
secret_type_filter,
)
from infection_monkey.exploit.tools import secret_type_filter
from infection_monkey.exploit.zerologon import NetrServerPasswordSet, NetrServerPasswordSetResponse
from infection_monkey.exploit.zerologon_utils.remote_shell import RemoteShell
from infection_monkey.island_api_client import http_island_api_client
Expand Down Expand Up @@ -144,19 +138,7 @@
User.get_by_id
User.email

# Remove after #2952
generate_brute_force_credentials
secret_type_filter
RemoteCommandExecutionError
RemoteFileCopyError

SMBOptions.agent_binary_upload_timeout
SMBOptions.smb_connect_timeout

SMBOptions.agent_binary_upload_timeout
SMBOptions.use_kerberos
SMBOptions.rpc_connect_timeout
SMBOptions.smb_connect_timeout

# Remove after #3077
http_island_api_client.get_otp
Expand Down

0 comments on commit 3a65f04

Please sign in to comment.