Skip to content

Commit e7178f1

Browse files
Update eternal_blue_exploit.py
1 parent 8ad0a07 commit e7178f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exploits/zero-click_exploits/eternal_blue_exploit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def verify_encryption_and_evasion(self, encrypted_payload, key, iv):
109109

110110
def validate_ai_integration(self):
111111
logging.info("Validating AI-driven features and their integration with the exploit")
112-
return self.evasion is not None and self.file_mgmt is not None
112+
return self.evasion is not None and self.file_mgmt is not None
113113

114114
def confirm_security_measures(self):
115115
logging.info("Confirming security measures and vulnerability scanning features")

0 commit comments

Comments
 (0)