<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WEB-NES-BAY &#187; Uic</title>
	<atom:link href="http://webnesbay.com/tag/uic/feed/" rel="self" type="application/rss+xml" />
	<link>http://webnesbay.com</link>
	<description>Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware</description>
	<lastBuildDate>Sun, 11 Apr 2010 05:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hacking Trick: Send E-Mails as Anonymous</title>
		<link>http://webnesbay.com/hacking-trick-send-e-mails-as-anonymous/</link>
		<comments>http://webnesbay.com/hacking-trick-send-e-mails-as-anonymous/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:52:01 +0000</pubDate>
		<dc:creator>WEBNESBAY</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Accurate Record]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[Anonymous Email]]></category>
		<category><![CDATA[Anonymous Note]]></category>
		<category><![CDATA[Email Addresses]]></category>
		<category><![CDATA[Free Smtp Servers]]></category>
		<category><![CDATA[hack email]]></category>
		<category><![CDATA[hacking trick]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Pcsc]]></category>
		<category><![CDATA[Send An Email]]></category>
		<category><![CDATA[Send Email]]></category>
		<category><![CDATA[Server Telnet]]></category>
		<category><![CDATA[Smtp Server]]></category>
		<category><![CDATA[Software Application]]></category>
		<category><![CDATA[Type Telnet]]></category>
		<category><![CDATA[Uic]]></category>

		<guid isPermaLink="false">http://webnesbay.com/?p=592</guid>
		<description><![CDATA[It is necessary to send an email anonymously sometimes.  My definition of anonymous includes the email addresses appearing as if they have been sent from whatever address you specify as well as no accurate record of your IP in the headers of the mail that could be traced back to you.  The method that follows supports my definition of anonymous.   All you need to accomplish this is telnet and a SMTP server.
Telnet is a software application that connects one [...]


Related posts:<ol><li><a href='http://webnesbay.com/send-and-receive-hotmail-through-evolution-in-ubuntu/' rel='bookmark' title='Permanent Link: Send and Receive Hotmail through Evolution in ubuntu'>Send and Receive Hotmail through Evolution in ubuntu</a></li>
<li><a href='http://webnesbay.com/yahoo-hacking-programs-are-they-needed/' rel='bookmark' title='Permanent Link: Yahoo Hacking Programs &#8211; Are They Needed?'>Yahoo Hacking Programs &#8211; Are They Needed?</a></li>
<li><a href='http://webnesbay.com/how-to-setup-a-dns-server-with-bind-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: How to setup a DNS server with bind in Ubuntu linux'>How to setup a DNS server with bind in Ubuntu linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><span><span>It is necessary to send an email anonymously sometimes.  My definition of anonymous includes the email addresses appearing as if they have been sent from whatever address you specify as well as no accurate record of your IP in the headers of the mail that could be traced back to you.  The method that follows supports my definition of anonymous.   All you need to accomplish this is telnet and a SMTP server.</span></span></p>
<p>Telnet is a software application that connects one machine to another, allowing you to log on to that other machine as a user.  If you don&#8217;t have telnet, you can easily download it for free from the web</p>
<p>Free SMTP servers links below.</p>
<p><a style="color: #006699;" href="http://www.gr0w.com/help/email_help_smtp_servers.htm" target="_blank">http://www.gr0w.com/help/email_help_smtp_servers.htm</a><br />
<a style="color: #006699;" href="http://www.uic.edu/depts/accc/ecomm/smtpmove/isps.html" target="_blank">http://www.uic.edu/depts/accc/ecomm/smtpmove/isps.html</a><br />
<a style="color: #006699;" href="http://www.thebestfree.net/free/freesmtp.htm" target="_blank">http://www.thebestfree.net/free/freesmtp.htm</a><br />
<a style="color: #006699;" href="http://www.registerdirect.co.nz/help/smtp_servers.html" target="_blank">http://www.registerdirect.co.nz/help/smtp_servers.html</a><br />
<a style="color: #006699;" href="http://www.bu.edu/pcsc/email/remote/smtplist.html" target="_blank">http://www.bu.edu/pcsc/email/remote/smtplist.html</a></p>
<p>Once you&#8217;ve selected a server, open the command prompt, and type:   telnet xxxxxx.com 25</p>
<p>(Obviously replace the x&#8217;s with the SMTP server you&#8217;ve selected) now type the following:</p>
<p>HELO targetsmailserver.com<br />
MAIL FROM: <a style="color: #006699;" href="mailto:whoever@whatever.com">whoever@whatever.com</a><br />
RCPT TO: <a style="color: #006699;" href="mailto:target@address.com">target@address.com</a><br />
DATA<br />
from: <a style="color: #006699;" href="mailto:whoever@whatever.com">whoever@whatever.com</a><br />
to: <a href="mailto:target@address.com">target@address.com</a><br />
subject: whatever<br />
received: xxx.xxx.xxx.xxx<br />
x-header: xxx.xxx.xxx.xxx<br />
The body of the message goes here<br />
.</p>
<p>*Note 1: Remember to end with &#8220;.&#8221; on a line by itself as directed.<br />
*Note 2: Adding x-header and received allows you to alter the IP information found in the headers of the mail, making it untracable and totally anonymous**<br />
*Note 3: There are ISPs that have port 25 (SMTP) blocked. Be sure your settings and ISP allow connections to port 25. If all else fails, get the SMTP sever address from your ISP</p>


<p>Related posts:<ol><li><a href='http://webnesbay.com/send-and-receive-hotmail-through-evolution-in-ubuntu/' rel='bookmark' title='Permanent Link: Send and Receive Hotmail through Evolution in ubuntu'>Send and Receive Hotmail through Evolution in ubuntu</a></li>
<li><a href='http://webnesbay.com/yahoo-hacking-programs-are-they-needed/' rel='bookmark' title='Permanent Link: Yahoo Hacking Programs &#8211; Are They Needed?'>Yahoo Hacking Programs &#8211; Are They Needed?</a></li>
<li><a href='http://webnesbay.com/how-to-setup-a-dns-server-with-bind-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: How to setup a DNS server with bind in Ubuntu linux'>How to setup a DNS server with bind in Ubuntu linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webnesbay.com/hacking-trick-send-e-mails-as-anonymous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
