Login Register


How to make email bomber with spoofer filter_list
Author
Message
RE: How to make email bomber with spoofer #9
Really, all you need to do is send a mail from any machine. All machines are capable of sending it, minimal configuration needed. The trick is receiving them. But since you are writing it yourself you can also put garbage in the "from" field.

example:
Code:
S: 220 smtp.example.com ESMTP Postfix C: HELO relay.example.org S: 250 Hello relay.example.org, I am glad to meet you C: MAIL FROM:<bob@example.org> S: 250 Ok C: RCPT TO:<alice@example.com> S: 250 Ok C: RCPT TO:<theboss@example.com> S: 250 Ok C: DATA S: 354 End data with <CR><LF>.<CR><LF> C: From: "Bob Example" <bob@example.org> C: To: "Alice Example" <alice@example.com> C: Cc: theboss@example.com C: Date: Tue, 15 January 2008 16:02:43 -0500 C: Subject: Test message C: C: Hello Alice. C: This is a test message with 5 header fields and 4 lines in the message body. C: Your friend, C: Bob C: . S: 250 Ok: queued as 12345 C: QUIT S: 221 Bye

take a look at https://tools.ietf.org/html/rfc4021 if you want to actually do it.

Reply





Messages In This Thread
RE: How to make email bomber with spoofer - by phyrrus9 - 03-06-2015, 02:52 AM



Users browsing this thread: