SMTPTester icon indicating copy to clipboard operation
SMTPTester copied to clipboard

Fix bug logging multiple IPs to email body

Open TheZenTester opened this issue 2 years ago • 0 comments

Updating external_test function to only send 1 IP address in the message body. Currently, as written, if there is a targets list of multiple IP addresses, and a successful e-mail is sent, it will append all IP addresses/server names attempted in the for loop to that point.

Also added a few newline returns to print the vulnerable server IP on a completely separate line

TheZenTester avatar Apr 21 '23 17:04 TheZenTester