<?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>Mysystem.org [Technical Preview] &#187; test</title>
	<atom:link href="http://mysystem.org/blog/index.php/tag/test/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysystem.org/blog</link>
	<description>By M. Serdar SARIOGLU :) (A Simple Turkish System Engineer Blog)</description>
	<lastBuildDate>Fri, 30 Dec 2011 18:24:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Güvenlik Duvarı Testi</title>
		<link>http://mysystem.org/blog/index.php/2011/11/guvenlik-duvari-testi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=guvenlik-duvari-testi</link>
		<comments>http://mysystem.org/blog/index.php/2011/11/guvenlik-duvari-testi/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 09:08:45 +0000</pubDate>
		<dc:creator>Mustafa Serdar SARIOGLU</dc:creator>
				<category><![CDATA[Network & Güvenlik]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://mysystem.org/blog/?p=2212</guid>
		<description><![CDATA[Herhangi bir firewall arkasından, dış dünyaya hangi portların açık olduğunu tespit etmek için buradaki siteyi kullanabilirsiniz. Buradaki sunucu 1 &#8211; 65535 arasındaki tüm portlara web sunucundan  cevap verecek şekilde ayarlanış.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-2213" title="test_firewall" src="http://mysystem.org/blog/wp-content/uploads/2011/11/test_firewall.jpg" alt="" width="148" height="145" /> Herhangi bir firewall arkasından, dış dünyaya hangi portların açık olduğunu tespit etmek için <a title="test " href="http://open.zorinaq.com/about/" target="_blank">buradaki </a>siteyi kullanabilirsiniz. Buradaki sunucu 1 &#8211; 65535 arasındaki tüm portlara web sunucundan  cevap verecek şekilde ayarlanış.</p>
<p><map name='google_ad_map_2212_db5696d45c3c204b'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/2212?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_2212_db5696d45c3c204b' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=2212&amp;url= http%3A%2F%2Fmysystem.org%2Fblog%2Findex.php%2F2011%2F11%2Fguvenlik-duvari-testi%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://mysystem.org/blog/index.php/2011/11/guvenlik-duvari-testi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telnet İle Smtp Testi</title>
		<link>http://mysystem.org/blog/index.php/2011/03/telnet-ile-smtp-testi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=telnet-ile-smtp-testi</link>
		<comments>http://mysystem.org/blog/index.php/2011/03/telnet-ile-smtp-testi/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 07:12:12 +0000</pubDate>
		<dc:creator>Mustafa Serdar SARIOGLU</dc:creator>
				<category><![CDATA[Sistem]]></category>
		<category><![CDATA[komutları]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://mysystem.org/blog/?p=1534</guid>
		<description><![CDATA[Smtp sunucunuzu test etmek için telnet&#8217;i kullanabilirsiniz. Örnek bir smtp bağlantısı; telnet test.com 25 &#8211;&#62; Connected to test.com HELO test1.com &#8211;&#62; 250 mail.domain.ext Hello test1.com MAIL FROM: test@mysystem.org &#8211;&#62; 250 2.1.0 test@mysystem.org&#8230; Sender ok RCPT TO: test@gmail.com &#8211;&#62; 250 2.1.0 test@gmail.com&#8230; Recipient ok DATA &#8211;&#62; 354 Start mail input; end with &#60;CRLF&#62;.&#60;CRLF&#62; Yazmak istediğiniz mailin [...]]]></description>
			<content:encoded><![CDATA[<p>Smtp sunucunuzu test etmek için telnet&#8217;i kullanabilirsiniz. Örnek bir smtp bağlantısı;</p>
<blockquote><p><strong>telnet test.com 25 </strong></p>
<p>&#8211;&gt; Connected to test.com</p>
<p><strong>HELO test1.com</strong></p>
<p>&#8211;&gt; 250 mail.domain.ext Hello test1.com</p>
<p><strong>MAIL FROM: test@mysystem.org</strong></p>
<p>&#8211;&gt; 250 2.1.0 test@mysystem.org&#8230; Sender ok</p>
<p><strong>RCPT TO: test@gmail.com</strong></p>
<p>&#8211;&gt; 250 2.1.0 test@gmail.com&#8230; Recipient ok</p>
<p><strong>DATA</strong></p>
<p>&#8211;&gt; 354 Start mail input; end with &lt;CRLF&gt;.&lt;CRLF&gt;</p>
<p><strong>Yazmak istediğiniz mailin içeriği.</strong></p>
<p>&#8211;&gt; 250 2.6.0 &lt;f06afafd-e269-4732-b1aa-d970e88d5899@SMTP2.mysystem.org&gt; [Internal Id=211984] Queued mail for delivery</p></blockquote>
<p>Son mesajda koyduğunuz nokta ile mail gönderme işlemini başlamış olacaktır.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><map name='google_ad_map_1534_db5696d45c3c204b'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1534?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1534_db5696d45c3c204b' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1534&amp;url= http%3A%2F%2Fmysystem.org%2Fblog%2Findex.php%2F2011%2F03%2Ftelnet-ile-smtp-testi%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://mysystem.org/blog/index.php/2011/03/telnet-ile-smtp-testi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti Spam Sisteminizin Testi</title>
		<link>http://mysystem.org/blog/index.php/2010/11/anti-spam-sisteminizin-testi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=anti-spam-sisteminizin-testi</link>
		<comments>http://mysystem.org/blog/index.php/2010/11/anti-spam-sisteminizin-testi/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 19:47:04 +0000</pubDate>
		<dc:creator>Mustafa Serdar SARIOGLU</dc:creator>
				<category><![CDATA[Network & Güvenlik]]></category>
		<category><![CDATA[anti spam]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://mysystem.org/blog/?p=1354</guid>
		<description><![CDATA[Bir anti spam sisteminizi test etmek için; herhangi bir test mailinin &#8216;body&#8217; kısmına; XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X stringini ekledikten sonra sisteme gönderin. Sisteminiz sağlıklı bir şekilde çalışıyorsa,  bu maile spam gibi davranması gerekiyor.]]></description>
			<content:encoded><![CDATA[<p>Bir anti spam sisteminizi test etmek için; herhangi bir test mailinin &#8216;body&#8217; kısmına;</p>
<blockquote><p>XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X</p></blockquote>
<p style="text-align: justify;">stringini ekledikten sonra sisteme gönderin. Sisteminiz sağlıklı bir şekilde çalışıyorsa,  bu maile spam gibi davranması gerekiyor.</p>
<p><map name='google_ad_map_1354_db5696d45c3c204b'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1354?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1354_db5696d45c3c204b' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1354&amp;url= http%3A%2F%2Fmysystem.org%2Fblog%2Findex.php%2F2010%2F11%2Fanti-spam-sisteminizin-testi%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://mysystem.org/blog/index.php/2010/11/anti-spam-sisteminizin-testi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antivirus Yazılımınızı Test Edelim :)</title>
		<link>http://mysystem.org/blog/index.php/2009/01/antivirus-yaziliminizi-test-edelim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=antivirus-yaziliminizi-test-edelim</link>
		<comments>http://mysystem.org/blog/index.php/2009/01/antivirus-yaziliminizi-test-edelim/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 17:26:37 +0000</pubDate>
		<dc:creator>Mustafa Serdar SARIOGLU</dc:creator>
				<category><![CDATA[Network & Güvenlik]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://mysystem.org/blog/?p=7</guid>
		<description><![CDATA[Çok klasik bir konudur ve yıllarca tartışılır. En iyi anti virüs yazılımı hangisidir?  Tabi kurumsal alanda anti virüs yazımları ciddi yatırımlar gerektiğinden, bu tarz testlerin yanıltıcı olmasına şaşırmamak gerekiyor. Mesela chip tarafından yapılan antivirus testi (buradan). O kadar uzman! kişi yorum yaptığından, chip testi yaptıklarına pişman olup yorumlara cevap vermeye başlamış. Şimdi basit bir user mantığı ile [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Çok klasik bir konudur ve yıllarca tartışılır. En iyi anti virüs yazılımı hangisidir?  Tabi kurumsal alanda anti virüs yazımları ciddi yatırımlar gerektiğinden, bu tarz testlerin yanıltıcı olmasına şaşırmamak gerekiyor. Mesela chip tarafından yapılan antivirus testi (<a href="http://www.chip.com.tr/konu/Ozel-inceleme-En-iyi-virus-tarayicilar_7149.html" target="_blank">buradan</a>). O kadar uzman! kişi yorum yaptığından, chip testi yaptıklarına pişman olup yorumlara cevap vermeye başlamış.</p>
<p style="text-align: justify;">Şimdi basit bir user mantığı ile antivirus yazılımınızı test edelim.</p>
<p style="text-align: justify;">1)  <a href="http://www.eicar.org/anti_virus_test_file.htm" target="_blank">Buradan</a>, eğer sitedeki linklere tıkladığınızda antivi virus yazımınız sizi uyarmıyorsa, bir yerlerde yanlışlık vardır ki bu en basit ve stabil testtir. Klasik kodu tanımayan antivirüs yazılımı yok gibi.</p>
<p style="text-align: justify;">2) <a href="http://www.virustotal.com/tr/" target="_blank">Buradaki </a>site bir çok anti virüs yazılımını kullanarak sizin dosyanıza yorum çıkartıyor.</p>
<p>3) Aşağıdaki vereceğim linklerden inireceğiniz rar dosyasını birleştirince, 60 küsür bin tane viruslu dosyanız olacak. Buyrun *taratın.</p>
<p><span id="more-7"></span>http://rapidshare.com/files/85051064/66713.Virus.For.AV.Test.Or.Etc.part01.rar</p>
<p>http://rapidshare.com/files/85050947/66713.Virus.For.AV.Test.Or.Etc.part02.rar</p>
<p>http://rapidshare.com/files/85051081/66713.Virus.For.AV.Test.Or.Etc.part03.rar</p>
<p>http://rapidshare.com/files/85051036/66713.Virus.For.AV.Test.Or.Etc.part04.rar</p>
<p>http://rapidshare.com/files/85050943/66713.Virus.For.AV.Test.Or.Etc.part05.rar</p>
<p>http://rapidshare.com/files/85051110/66713.Virus.For.AV.Test.Or.Etc.part06.rar</p>
<p>http://rapidshare.com/files/85051019/66713.Virus.For.AV.Test.Or.Etc.part07.rar</p>
<p>http://rapidshare.com/files/85051088/66713.Virus.For.AV.Test.Or.Etc.part08.rar</p>
<p>http://rapidshare.com/files/85051135/66713.Virus.For.AV.Test.Or.Etc.part09.rar</p>
<p>http://rapidshare.com/files/85051100/66713.Virus.For.AV.Test.Or.Etc.part10.rar</p>
<p>http://rapidshare.com/files/85051068/66713.Virus.For.AV.Test.Or.Etc.part11.rar</p>
<p>http://rapidshare.com/files/85051026/66713.Virus.For.AV.Test.Or.Etc.part12.rar</p>
<p>http://rapidshare.com/files/85051082/66713.Virus.For.AV.Test.Or.Etc.part13.rar</p>
<p>http://rapidshare.com/files/85051122/66713.Virus.For.AV.Test.Or.Etc.part14.rar</p>
<p>http://rapidshare.com/files/85051054/66713.Virus.For.AV.Test.Or.Etc.part15.rar</p>
<p>http://rapidshare.com/files/85051085/66713.Virus.For.AV.Test.Or.Etc.part16.rar</p>
<p>http://rapidshare.com/files/85051024/66713.Virus.For.AV.Test.Or.Etc.part17.rar</p>
<p>http://rapidshare.com/files/85051049/66713.Virus.For.AV.Test.Or.Etc.part18.rar</p>
<p>http://rapidshare.com/files/85051091/66713.Virus.For.AV.Test.Or.Etc.part19.rar</p>
<p>http://rapidshare.com/files/85051092/66713.Virus.For.AV.Test.Or.Etc.part20.rar</p>
<p>http://rapidshare.com/files/85051075/66713.Virus.For.AV.Test.Or.Etc.part21.rar</p>
<p>http://rapidshare.com/files/85051116/66713.Virus.For.AV.Test.Or.Etc.part22.rar</p>
<p>http://rapidshare.com/files/85051119/66713.Virus.For.AV.Test.Or.Etc.part23.rar</p>
<p>http://rapidshare.com/files/85051058/66713.Virus.For.AV.Test.Or.Etc.part24.rar</p>
<p>http://rapidshare.com/files/85051043/66713.Virus.For.AV.Test.Or.Etc.part25.rar</p>
<p>http://rapidshare.com/files/85051078/66713.Virus.For.AV.Test.Or.Etc.part26.rar</p>
<p>http://rapidshare.com/files/85051145/66713.Virus.For.AV.Test.Or.Etc.part27.rar</p>
<p>http://rapidshare.com/files/85051032/66713.Virus.For.AV.Test.Or.Etc.part28.rar</p>
<p>http://rapidshare.com/files/85051065/66713.Virus.For.AV.Test.Or.Etc.part29.rar</p>
<p>http://rapidshare.com/files/85051108/66713.Virus.For.AV.Test.Or.Etc.part30.rar</p>
<p>http://rapidshare.com/files/85051029/66713.Virus.For.AV.Test.Or.Etc.part31.rar</p>
<p>http://rapidshare.com/files/85051106/66713.Virus.For.AV.Test.Or.Etc.part32.rar</p>
<p>http://rapidshare.com/files/85051000/66713.Virus.For.AV.Test.Or.Etc.part33.rar</p>
<p>http://rapidshare.com/files/85051118/66713.Virus.For.AV.Test.Or.Etc.part34.rar</p>
<p>http://rapidshare.com/files/85051094/66713.Virus.For.AV.Test.Or.Etc.part35.rar</p>
<p>http://rapidshare.com/files/85050963/66713.Virus.For.AV.Test.Or.Etc.part36.rar</p>
<p>http://rapidshare.com/files/85051079/66713.Virus.For.AV.Test.Or.Etc.part37.rar</p>
<p>http://rapidshare.com/files/85051120/66713.Virus.For.AV.Test.Or.Etc.part38.rar</p>
<p>http://rapidshare.com/files/85050968/66713.Virus.For.AV.Test.Or.Etc.part39.rar</p>
<p>http://rapidshare.com/files/85050925/66713.Virus.For.AV.Test.Or.Etc.part40.rar</p>
<p>http://rapidshare.com/files/85051124/66713.Virus.For.AV.Test.Or.Etc.part41.rar</p>
<p>http://rapidshare.com/files/85051023/66713.Virus.For.AV.Test.Or.Etc.part42.rar</p>
<p>http://rapidshare.com/files/85050198/66713.Virus.For.AV.Test.Or.Etc.part43.rar</p>
<p>Testten sonra da bir virus programından beklentilerinizi bir yere not edip kararınızı verin.</p>
<p><strong>Bence bir antivirüs yazılımda olması gerekenler:</strong></p>
<ol>
<li>Güvenilir olmalı. Yeni virusler için anında veritabanı çıkartmalı.</li>
<li>Sistemi az yormalı.</li>
<li>Ucuz olmalı.</li>
<li>Yönetimi ve raporlaması merkezi olmalı.</li>
<li>Güncellemeler için internet olmaz sa olmaz olmamalı.</li>
</ol>
<p>* Testi sanal bir makinede yapın ki sonra vay efendim gitti windowsum nerde boot cd lerim olmasın <img src='http://mysystem.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  sorumluluk almıyoruz!</p>
<p><map name='google_ad_map_7_db5696d45c3c204b'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/7?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_7_db5696d45c3c204b' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=7&amp;url= http%3A%2F%2Fmysystem.org%2Fblog%2Findex.php%2F2009%2F01%2Fantivirus-yaziliminizi-test-edelim%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://mysystem.org/blog/index.php/2009/01/antivirus-yaziliminizi-test-edelim/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

