<?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>Securityblog - Blog sulla sicurezza informatica &#187; Linux</title>
	<atom:link href="http://www.securityblog.it/category/tools/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securityblog.it</link>
	<description>La sicurezza non e' un prodotto ma un processo</description>
	<lastBuildDate>Fri, 30 Jan 2009 14:15:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Metasploit Framework 3.0 disponibile</title>
		<link>http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/</link>
		<comments>http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 07:26:38 +0000</pubDate>
		<dc:creator>Antonio Stano</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/</guid>
		<description><![CDATA[Rilasciata la versione 3.0 del noto framework MetasploitMaggiori informazioni su :http://framework.metasploit.com/

The Metasploit Framework (&#8221;Metasploit&#8221;) is a development platform for creating security tools and exploits. Version 3.0 contains 177 exploits 104 payloads 17 encoders and 3 nop modules. Additionally 30 auxiliary modules are included that perform a wide range of tasks including host discovery protocol fuzzing and denial of service testing.Metasploit is used by network security professionals to perform penetration tests system administrators to verify patch installations product vendors to perform regression testing and security researchers world-wide. The framework is written ...]]></description>
			<content:encoded><![CDATA[<p>Rilasciata la versione 3.0 del noto framework Metasploit<br/>Maggiori informazioni su :<br/><a href="http://framework.metasploit.com/">http://framework.metasploit.com/</a></p>
<p><br/>
<p>The Metasploit Framework (&#8221;Metasploit&#8221;) is a development platform for creating security tools and exploits. Version 3.0 contains 177 exploits 104 payloads 17 encoders and 3 nop modules. Additionally 30 auxiliary modules are included that perform a wide range of tasks including host discovery protocol fuzzing and denial of service testing.<br/><br/>Metasploit is used by network security professionals to perform penetration tests system administrators to verify patch installations product vendors to perform regression testing and security researchers world-wide. The framework is written in the Ruby programming language and includes components written in C and assembler.<br/><br/>Metasploit runs on all modern operating systems including Linux Windows Mac OS X and most flavors of BSD. Metasploit has been used on a wide range of hardware platforms from massive Unix mainframes to the tiny Nokia n800 handheld. Users can access Metasploit using the tab-completing console interface the command line scripting interface or the AJAX-enabled web interface. The Windows version of Metasploit includes all software dependencies and a selection of useful networking tools.<br/><br/>The latest version of the Metasploit Framework as well as screen shots video demonstrations documentation and installation instructions for many platforms can be found online at <a href="http://framework.metasploit.com/">http://framework.metasploit.com/</a><br/><br/><br/>Metasploit 3 is a from-scratch rewrite of Metasploit 2 using the Ruby scripting language. The development process took nearly two years to complete and resulted in over 100 000 lines of Ruby code. As such there are some notable differences between version 2.7 and 3.0:<br/><br/>* The Fs Sys Net and Process extensions in the Metasploit 2.7 Meterpreter have been combined into a single extension that is automatically loaded in Metasploit 3. The &#8220;stdapi&#8221; extension can be used to manipulate files list and manage processes migrate the payload into a new process edit a file on the server forward a port execute a command and many other tasks. The &#8220;priv&#8221; extension (accessible by the &#8220;use priv&#8221; command) provides the hashdump command for dumping password hashes and the timestomp command for erasing file system timestamps.<br/><br/>* The Meterpreter shell provides an &#8220;irb&#8221; command thats allows interactive scripting of a compromised system. One of the features of the Metasploit client API is the the ability to read and write the memory of any accessible process on the exploited system all from inside a Ruby shell. When combined with a Meterpreter script (started with the &#8220;run&#8221; command from inside Meterpreter) this feature can be used to backdoor running applications or steal in-memory credentials.<br/><br/>* The Metasploit console provides an &#8220;irb&#8221; command (on Unix systems only) thats allows direct access to the Ruby internals at runtime. This can be used to modify the behavior of the framework interact with existing connections and as a development environment for plugins.<br/><br/>* The Metasploit console interface has a new &#8220;route&#8221; command that allows all network connections to a given subnet to be routed through an existing session. This can be used in conjunction with the Meterpreter payload to relay attacks through exploited systems.<br/><br/>* Database support is provided via a set of plugins and a standard command interface. The database can be used to track host information during a penetration test and launch automated attacks against a network (db_autopwn). The current release can import both Nessus NBE files and Nmap XML output files. Data provided by these tools can be used to cross-reference open ports and vulnerabilities with Metasploit modules.<br/><br/>* User options have been separated into three types: standard advanced and evasion. Evasion options allow the user to bypass IDS and IPS systems by specifying how exploit data is generated and delivered. Evasion options are available for most exploits with particular attention paid to the SMB DCERPC and HTTP protocols.<br/><br/>* A plugin system allows developers to add their own commands to the console interface hook framework events and extend the framework at runtime without having to modify the base code. Examples plugins have been included in the &#8220;plugins&#8221; subdirectory of the framework. Example plugins include an &#8220;auto-tagger&#8221; a socket filter a telnet service and a number of database and debugging plugins.<br/><br/>* An event subscription system allows modules and plugins to wait for specific events and automatically perform different actions. This feature can be used to hook socket operations filter data flows and automated post-exploitation tasks.<br/><br/>* Metasploit modules can import methods and behaviors from a huge library of Ruby Mixins. This release includes support for protocols such as SMB DCERPC FTP IMAP NDMP SMTP and SUNRPC. Mixins are also provided for developing brute force exploits creating egghunters injecting user-land payloads from the Windows kernel exploiting SEH overwrites sniffing network traffic and injecting raw WiFi frames.<br/><br/>* Metasploit modules are now organized in a directory structure instead of a single flat directory. A caching system provides faster loading times. The result is a scalable system that can manage hundreds of different modules at a time (over 300 alone in this release).<br/><br/>* The web interface (msfweb) is a Ruby on Rails application that uses the Prototype JavaScript Framework to provide in-browser windowing support. Asynchronous JavaScript is used to provide as-you-type search results for any module type and provide tab completion for the web console interface.<br/><br/>* Thanks to Ruby&#8217;s in-process threading support it is possible to share a single Metasploit instance with other users exploit multiple hosts at the same time and run persistent background services while only consuming the system resources of a single process. The msfd plugin adds a telnet interface to an existing Metasploit instance.<br/><br/>* The new Auxiliary module type allows the development of almost any form of security or attack tool. Auxiliary modules have complete access to the Metasploit attack and protocol libraries and can be used to quickly develop research tools and proof-of-concepts.<br/><br/>* Subversion is now used for online updates and version control. This allows users to easily switch between the development and stable version of the framework and obtain online updates using any transport supported by Subversion.<br/><br/>* This release includes three exploit modules that exploit WiFi driver vulnerabilities in the Windows kernel. Combined with the kernel user-land payload stager this allows any Metasploit payload to be used with ring-0 exploits on the Windows platform. A handful of auxiliary modules are included that trigger denial of service conditions in WiFi drivers across a variety of platforms.<br/><br/>* Metasploit is now released under the Metasploit Framework License. This license allows anyone to use the framework for almost anything but prevents commercial abuse and outright code theft. The Metasploit Framework License helps keep the platform stable and still allows module developers to choose their own licensing terms for their code (commercial or open source). For more information please see the license document included in the distribution.<br/><br/>* The Rex library which provides most of the utility methods and protocol support for the framework has been released under the 3-clause BSD license. Ruby developers can use this code to build open source or commercial applications that are not subject to the restrictions of the Metasploit Framework License.<br/><br/>Enjoy!<br/><br/>- The Metasploit Staff</p>
<p class="zoundry_bw_tags">
  <!-- Tag links generated by Zoundry Blog Writer. Do not manually edit. http://www.zoundry.com --><br />
  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://technorati.com/tag/framework" class="ztag" rel="tag">framework</a>, <a href="http://technorati.com/tag/metasploit" class="ztag" rel="tag">metasploit</a>, <a href="http://technorati.com/tag/security%20tools" class="ztag" rel="tag">security tools</a>, <a href="http://technorati.com/tag/sicurezza%20informatica" class="ztag" rel="tag">sicurezza informatica</a></span></p>
<p class="akst_link"><a href="http://www.securityblog.it/?p=216&amp;akst_action=share-this"  title="Invia il post via mail o salvalo in uno dei servizi di bookmarking sociale..." id="akst_link_216" class="akst_share_link" rel="nofollow">Condividi</a>
</p><div class="sociable"><span class="sociable_tagline"><strong>Social bookmarking:</strong><span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span></span><ul>
	<li><a href="http://del.icio.us/post?url=http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/&amp;title=Metasploit+Framework+3.0+disponibile" title="del.icio.us"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/delicious.png" alt="del.icio.us" /></a></li>
	<li><a href="http://de.lirio.us/rubric/post?uri=http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/;title=Metasploit+Framework+3.0+disponibile;when_done=go_back" title="De.lirio.us"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/delirious.png" alt="De.lirio.us" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/&amp;title=Metasploit+Framework+3.0+disponibile" title="digg"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/digg.png" alt="digg" /></a></li>
	<li><a href="http://www.furl.net/storeIt.jsp?u=http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/&amp;t=Metasploit+Framework+3.0+disponibile" title="Furl"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/furl.png" alt="Furl" /></a></li>
	<li><a href="http://ma.gnolia.com/beta/bookmarklet/add?url=http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/&amp;title=Metasploit+Framework+3.0+disponibile&amp;description=Metasploit+Framework+3.0+disponibile" title="Ma.gnolia"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/magnolia.png" alt="Ma.gnolia" /></a></li>
	<li><a href="http://www.spurl.net/spurl.php?url=http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/&amp;title=Metasploit+Framework+3.0+disponibile" title="Spurl"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/spurl.png" alt="Spurl" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/&amp;=Metasploit+Framework+3.0+disponibile" title="YahooMyWeb"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/yahoomyweb.png" alt="YahooMyWeb" /></a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.securityblog.it/2007/03/27/metasploit-framework-30-disponibile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rilasciato Nmap 4.20</title>
		<link>http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/</link>
		<comments>http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 08:41:18 +0000</pubDate>
		<dc:creator>Antonio Stano</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/</guid>
		<description><![CDATA[Rilasciato nmap 4.20. Contiene alcune funzioni interessanti come una os detection di seconda generazione http://insecure.org/nmap/osdetect/. Il changelog e&#8217; disponibile qui http://insecure.org/nmap/changelog.html.
Per il download : http://insecure.org/nmap/download.html

Technorati : Sicurezza informatica, nmap, penetration test, security tools



Condividi
Social bookmarking:These icons link to social bookmarking sites where readers can share and discover new web pages.
	
	
	
	
	
	
	

]]></description>
			<content:encoded><![CDATA[<p>Rilasciato nmap 4.20. Contiene alcune funzioni interessanti come una os detection di seconda generazione <a href="http://insecure.org/nmap/osdetect/">http://insecure.org/nmap/osdetect/</a>. Il changelog e&#8217; disponibile qui <a href="http://insecure.org/nmap/changelog.html">http://insecure.org/nmap/changelog.html</a>.</p>
<p>Per il download : <a href="http://insecure.org/nmap/download.html">http://insecure.org/nmap/download.html</a></p>
<p class="zoundry_bw_tags"><!-- Tag links generated by Zoundry Blog Writer. Do not manually edit. http://www.zoundry.com --><br />
<span class="ztags"><span class="ztagspace">Technorati</span> : <a class="ztag" href="http://technorati.com/tag/Sicurezza%20informatica" rel="tag">Sicurezza informatica</a>, <a class="ztag" href="http://technorati.com/tag/nmap" rel="tag">nmap</a>, <a class="ztag" href="http://technorati.com/tag/penetration%20test" rel="tag">penetration test</a>, <a class="ztag" href="http://technorati.com/tag/security%20tools" rel="tag">security tools</a></span><br />
<span class="ztags"><span class="ztagspace"><script type="text/javascript"><!--
google_ad_client = "pub-3099379865909773";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></span></span></p>
<p class="akst_link"><a href="http://www.securityblog.it/?p=126&amp;akst_action=share-this"  title="Invia il post via mail o salvalo in uno dei servizi di bookmarking sociale..." id="akst_link_126" class="akst_share_link" rel="nofollow">Condividi</a>
</p><div class="sociable"><span class="sociable_tagline"><strong>Social bookmarking:</strong><span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span></span><ul>
	<li><a href="http://del.icio.us/post?url=http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/&amp;title=Rilasciato+Nmap+4.20" title="del.icio.us"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/delicious.png" alt="del.icio.us" /></a></li>
	<li><a href="http://de.lirio.us/rubric/post?uri=http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/;title=Rilasciato+Nmap+4.20;when_done=go_back" title="De.lirio.us"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/delirious.png" alt="De.lirio.us" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/&amp;title=Rilasciato+Nmap+4.20" title="digg"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/digg.png" alt="digg" /></a></li>
	<li><a href="http://www.furl.net/storeIt.jsp?u=http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/&amp;t=Rilasciato+Nmap+4.20" title="Furl"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/furl.png" alt="Furl" /></a></li>
	<li><a href="http://ma.gnolia.com/beta/bookmarklet/add?url=http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/&amp;title=Rilasciato+Nmap+4.20&amp;description=Rilasciato+Nmap+4.20" title="Ma.gnolia"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/magnolia.png" alt="Ma.gnolia" /></a></li>
	<li><a href="http://www.spurl.net/spurl.php?url=http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/&amp;title=Rilasciato+Nmap+4.20" title="Spurl"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/spurl.png" alt="Spurl" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/&amp;=Rilasciato+Nmap+4.20" title="YahooMyWeb"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/yahoomyweb.png" alt="YahooMyWeb" /></a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.securityblog.it/2006/12/09/rilasciato-nmap-420/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Port scanner: piccolo ed efficace</title>
		<link>http://www.securityblog.it/2006/11/25/port_scanning_unix/</link>
		<comments>http://www.securityblog.it/2006/11/25/port_scanning_unix/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 12:15:55 +0000</pubDate>
		<dc:creator>Davide Denicolo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.securityblog.it/2006/11/25/port_scanning_unix/</guid>
		<description><![CDATA[Quello che vi illustrerò è un semplice ma validissimo port scanning realizzato in Bash script per Linux/Unix.
L&#8217;autore è Luke Bonanomi  e questo piccolo applicativo risulta molto utile in tutti quei casi in cui non sia installato alcun compilatore C nella distribuzione o eventuali tools di port scanning.
Ecco il codice:
#!/bin/bash
for a in $(yes scan &#124; head -1024)
do
(( start++ ))
if [[ -n $(echo '' > /dev/$2/$1/$start &#038;&#038; echo "up") ]];
then
echo "Port $start" >> scan;
fi
done;
clear
cat scan;
rm scan;
Questo script va eseguito invocando sotto Unix/Linux:
./scriptname hostname type  
 dove type può essere tcp ...]]></description>
			<content:encoded><![CDATA[<p>Quello che vi illustrerò è un semplice ma validissimo port scanning realizzato in Bash script per Linux/Unix.<span id="more-108"></span><br />
L&#8217;autore è <a target="_blank" href="http://www.oreillynet.com/pub/h/5299">Luke Bonanomi</a>  e questo piccolo applicativo risulta molto utile in tutti quei casi in cui non sia installato alcun compilatore C nella distribuzione o eventuali tools di port scanning.</p>
<p>Ecco il codice:</p>
<pre style="font-size: 0.95em">#!/bin/bash
for a in $(yes scan | head -1024)
do
(( start++ ))
if [[ -n $(echo '' > /dev/$2/$1/$start &#038;&#038; echo "up") ]];
then
echo "Port $start" >> scan;
fi
done;
clear
cat scan;
rm scan;</pre>
<p>Questo script va eseguito invocando sotto Unix/Linux:<br />
./scriptname <em>hostname type</em> <em> <em><br />
</em></em> dove <em>type </em>può essere <em>tcp </em>o <em>udp</em>. Tale script effettua uno scan nel range di porte 1-1024, modificabile a proprio piacimento ridefinendo opportunamente il comando: <em>head -1024</em></p>
<p><em><br />
</em></p>
<p><em> <span class="ztagspace">Technorati</span> : <a rel="tag" class="ztag" href="http://technorati.com/tag/port%20scanning">Port scanning</a>, <a rel="tag" class="ztag" href="http://technorati.com/tag/Sicurezza%20informatica">Sicurezza informatica</a>, <a rel="tag" class="ztag" href="http://technorati.com/tag/Unix">Unix</a></em></p>
<p class="akst_link"><a href="http://www.securityblog.it/?p=108&amp;akst_action=share-this"  title="Invia il post via mail o salvalo in uno dei servizi di bookmarking sociale..." id="akst_link_108" class="akst_share_link" rel="nofollow">Condividi</a>
</p><div class="sociable"><span class="sociable_tagline"><strong>Social bookmarking:</strong><span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span></span><ul>
	<li><a href="http://del.icio.us/post?url=http://www.securityblog.it/2006/11/25/port_scanning_unix/&amp;title=BASH+Port+scanner%3A+piccolo+ed+efficace" title="del.icio.us"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/delicious.png" alt="del.icio.us" /></a></li>
	<li><a href="http://de.lirio.us/rubric/post?uri=http://www.securityblog.it/2006/11/25/port_scanning_unix/;title=BASH+Port+scanner%3A+piccolo+ed+efficace;when_done=go_back" title="De.lirio.us"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/delirious.png" alt="De.lirio.us" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http://www.securityblog.it/2006/11/25/port_scanning_unix/&amp;title=BASH+Port+scanner%3A+piccolo+ed+efficace" title="digg"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/digg.png" alt="digg" /></a></li>
	<li><a href="http://www.furl.net/storeIt.jsp?u=http://www.securityblog.it/2006/11/25/port_scanning_unix/&amp;t=BASH+Port+scanner%3A+piccolo+ed+efficace" title="Furl"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/furl.png" alt="Furl" /></a></li>
	<li><a href="http://ma.gnolia.com/beta/bookmarklet/add?url=http://www.securityblog.it/2006/11/25/port_scanning_unix/&amp;title=BASH+Port+scanner%3A+piccolo+ed+efficace&amp;description=BASH+Port+scanner%3A+piccolo+ed+efficace" title="Ma.gnolia"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/magnolia.png" alt="Ma.gnolia" /></a></li>
	<li><a href="http://www.spurl.net/spurl.php?url=http://www.securityblog.it/2006/11/25/port_scanning_unix/&amp;title=BASH+Port+scanner%3A+piccolo+ed+efficace" title="Spurl"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/spurl.png" alt="Spurl" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.securityblog.it/2006/11/25/port_scanning_unix/&amp;=BASH+Port+scanner%3A+piccolo+ed+efficace" title="YahooMyWeb"><img src="http://www.securityblog.it/wp-content/plugins/sociable/images/yahoomyweb.png" alt="YahooMyWeb" /></a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.securityblog.it/2006/11/25/port_scanning_unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
