EvilZone

Hacking and Security => Hacking and Security => Topic started by: m1kesanders on March 30, 2013, 10:52:29 PM

Title: SMTP Authentication workaround
Post by: m1kesanders on March 30, 2013, 10:52:29 PM
Ok so I'm editing an email bomber I designed to make it more secure/untracable, well I did a urllib2 command so that each instance is handeled by a proxy (at least I think) well anyway I was hoping if anyone knew of a workaround so you don;t have to put in a password and just do a username. Basically I'm asking is if theres a code or something in python that someone has writen to make the smtp server believe that the person has an account so that the email is sent?
Title: Re: SMTP Authentication workaround
Post by: techb on March 30, 2013, 11:30:17 PM
Setup your own, or google SMTP no authentication.
Title: Re: SMTP Authentication workaround
Post by: relax on March 31, 2013, 08:05:03 AM
Setup your own, or google SMTP no authentication.


actually google requires authentication now it seems like.
and even if they did not I'm pretty sure you wouldn't be able to use them to mail bomb because of filters and shit
check this list http://www.e-eeasy.com/SMTPServerList.aspx (http://www.e-eeasy.com/SMTPServerList.aspx)
Title: Re: SMTP Authentication workaround
Post by: Kulverstukas on March 31, 2013, 08:08:47 AM
try miniRelay for a local SMTP server.
Title: Re: SMTP Authentication workaround
Post by: Axon on March 31, 2013, 09:17:58 AM
Isn't email bombers old nowadays, or I'm just hallucinating?
Title: Re: SMTP Authentication workaround
Post by: Kulverstukas on March 31, 2013, 09:21:32 AM
Isn't email bombers old nowadays, or I'm just hallucinating?
Lol they kinda are...
Title: Re: SMTP Authentication workaround
Post by: techb on March 31, 2013, 02:06:51 PM

actually google requires authentication now it seems like.
and even if they did not I'm pretty sure you wouldn't be able to use them to mail bomb because of filters and shit
check this list http://www.e-eeasy.com/SMTPServerList.aspx (http://www.e-eeasy.com/SMTPServerList.aspx)

I guess this is one of those cases where punctuation is important. Let me try again.

Set up your own or Google the term "smtp no authentication".
Title: Re: SMTP Authentication workaround
Post by: relax on March 31, 2013, 06:42:12 PM
I guess this is one of those cases where punctuation is important. Let me try again.

Set up your own or Google the term "smtp no authentication".


that makes more sense ^_^


though setting up your own would revile your real IP, open mail relay would probably do the same so a vpn/proxy maybe?
Title: Re: SMTP Authentication workaround
Post by: m1kesanders on April 01, 2013, 09:36:13 AM
Lol they kinda are...
ya they are, it's not like an sms bomber which i'm also designing, but if you think about it most companies (small and sometimes big) communicate through email, so if you received poor service or was just being a dick you bombing their email would cripple them the most (besides actually breaking into their site and such)