You shouldn't be doing that. If it's not explicitly mentioned in your ToS, most ISP's rule against sending emails from just anywhere. You should be setting up your own simple mail server locally (it's not hard) and retrieving it that way.
Was following pureh@te's tutorial on the adobe .pdf exploit here but had trouble with sendEmail part
I would write out an email and it would say that it was sent successfully, but yet it would never make it to the target in-box. I made sure to start the sendmail daemon. Didn't work. Then i tried to go through the gmail SMTP server with user-name and password. But nothing seemed to work.
I think it's because the email is bouncing off a open relay it is getting filtered as spam? but i'm not sure.
I am going bout this the wrong way? or is simply not an option to send emails this way without being considered spam?
thanks
quick side-note: the rest of the tutorial worked like a charm, just want to say thx to pureh@te for the bitchin tut
You shouldn't be doing that. If it's not explicitly mentioned in your ToS, most ISP's rule against sending emails from just anywhere. You should be setting up your own simple mail server locally (it's not hard) and retrieving it that way.
Still not underestimating the power...
There is no such thing as bad information - There is truth in the data, so you sift it all, even the crap stuff.
also to point out that sending exploits to large senders isnt the best practice for a few reasons, 1. you might be violating the ToS with the "free email" service
2. they could be scanning and blocking things which breaks your testing
its best as pointed out to install a relay server in your LAN behind your DSL/CABLE firewall then just send from the customer IP address.
note that most "real mail domains" will block ISP customer IP address for email.. since you cant make the reverse DNS correct for the MX record. but again its testing and just try and see, you should be able to send somewhere... or if you want to test for sure... just set up a internal lab and send from one fake domain to the other on your LAN then you will have a 100% proof of concept working.
you can hack up backtrack to also be a mail server just a quick google on "sendmail quick how to" links you here Linux Home Server HOWTO - Sendmail Server you mileage may vary.
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.