#2064: Apply PR suggestions

This commit is contained in:
Czar Echavez
2023-11-25 13:19:32 +00:00
parent 330e87698e
commit cd49f1eb85
3 changed files with 12 additions and 11 deletions

View File

@@ -62,6 +62,7 @@ class DNSClient(Service):
return False
self.dns_cache[domain_name] = ip_address
return True
def check_domain_exists(
self,

View File

@@ -46,7 +46,7 @@ class DataManipulationBot(DatabaseClient):
self.sys_log.error(f"Failed to start the {self.name} as it requires both a target_ip_address and payload.")
def attack(self):
"""Run the datab manipulation attack."""
"""Run the data manipulation attack."""
if not self.connected:
self.connect()
if self.connected: