<?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>Darknet - The Darkside &#187; unix</title>
	<atom:link href="http://www.darknet.org.uk/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>stealth techniques &#8211; syn</title>
		<link>http://www.darknet.org.uk/2007/06/stealth-techniques-syn/</link>
		<comments>http://www.darknet.org.uk/2007/06/stealth-techniques-syn/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 19:13:37 +0000</pubDate>
		<dc:creator>backbone</dc:creator>
				<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[3-way-handshake]]></category>
		<category><![CDATA[flags]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hping]]></category>
		<category><![CDATA[hping2]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[scanning]]></category>
		<category><![CDATA[syn]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[three]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/06/stealth-techniques-syn/</guid>
		<description><![CDATA[Or half-open scanning technique is the first of three to come series about stealth scanning&#8230; The other two are Xmas/Fin/Null and idle/zombie scan techniques&#8230; Intro This is a series of three to come articles about stealth scanning, everything that I am going to present is hping oriented so if you want to learn this techniques [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Or half-open scanning technique is the first of three to come series about stealth scanning&#8230; The other two are Xmas/Fin/Null and idle/zombie scan techniques&#8230;</p>
<p><strong>Intro</strong><br />
This is a series of three to come articles about stealth scanning, everything that I am going to present is hping oriented so if you want to learn this techniques you&#8217;d better get a copy of hping.<br />
This method is invoked when you add nmap the -sS parameter&#8230; so let&#8217;s start&#8230;</p>
<p><strong>3 Way Handshake</strong><br />
If you didn&#8217;t know a tcp connection is based on a method called the three way handshake, that goes like this:</p>
<p>[host] syn flagged packet &#8212;&#8212;&#8212;&gt; [destination] receives packet<br />
[destination] syn-ack flagged packet &#8212;&#8212;&#8212;&gt; [host] receives packet<br />
[host] ack flagged packet &#8212;&#8212;&#8212;&gt; [destination] receives packet [connection established]</p>
<p>This is the methodology of a TCP connection, just upon a successful execution of this section a real connection is done&#8230; You probably can see a weak point in this  method, can&#8217;t you. For every sent packet the host (and destination) waits a period of time for the next packet. If you can send really fast spoofed syn packets you can DoS a target in no time, this is the oldest DoSing method ever known to man (and women) =)</p>
<p><strong>SYNner</strong><br />
Firstly let&#8217;s see what happens if we hit a closed port, try out the following command (and result after it):</p>
<pre>
C:\\&gt;hping -p 81 -S lx.ro
HPING (XPSP2) lx.ro (SiS 900 PCI Fast Ethernet Adapter -
Packet Scheduler Miniport 81.181.218.80): S set, 40 headers + 0
data bytes

len=46 ip=81.181.218.80 ttl=54 DF id=0 sport=81 flags=RA seq=0
win=0 rtt=70.0 ms
len=46 ip=81.181.218.80 ttl=54 DF id=0 sport=81 flags=RA seq=1
win=0 rtt=20.0 ms
len=46 ip=81.181.218.80 ttl=54 DF id=0 sport=81 flags=RA seq=2
win=0 rtt=30.0 ms
len=46 ip=81.181.218.80 ttl=54 DF id=0 sport=81 flags=RA seq=3
win=0 rtt=40.0 ms
</pre>
<p>As you can see on an unsuccessful port scan we get a <Strong>R</strong>eset-<strong>A</strong>cknowledge , which tels us, as already mentioned, that we hit a closed port&#8230;<br />
Now for the moment we all were waiting for:</p>
<pre>
C:\\&gt;hping -p 80 -S lx.ro
HPING (XPSP2) lx.ro (SiS 900 PCI Fast Ethernet Adapter -
Packet Scheduler Miniport 81.181.218.80): S set, 40 headers + 0
data bytes

len=46 ip=81.181.218.80 ttl=54 DF id=0 sport=80 flags=SA seq=0
win=5840 rtt=30.0 ms
len=46 ip=81.181.218.80 ttl=54 DF id=0 sport=80 flags=SA seq=0
win=5840 rtt=0.0 ms
len=46 ip=81.181.218.80 ttl=54 DF id=0 sport=80 flags=SA seq=1
win=5840 rtt=50.0 ms
len=46 ip=81.181.218.80 ttl=54 DF id=0 sport=80 flags=SA seq=0
win=5840 rtt=0.0 ms
</pre>
<p>As you can see we hit an open port&#8230; If you weren&#8217;t attentive till now a syn-ack flag means an open port, half-way connected&#8230;</p>
<p><strong>Epilogue</strong><br />
Nowadays this method isn&#8217;t as stealthy as it was years ago, because now firewalls most often drop unwanted packets or sees them as pre-DoS syn packets&#8230;</p>
<p>More info about TCP :: <a href="http://www.rhyshaden.com/tcp.htm">www.rhyshaden.com</a><br />
(first useful link that I have found with google)</p>
<p></p>
<p>Next &gt;&gt; Xmas/Fin/Null</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=stealth+techniques+%E2%80%93+syn+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D599+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/06/stealth-techniques-syn/&amp;t=stealth+techniques+%E2%80%93+syn" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2007/06/stealth-techniques-syn/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/06/stealth-techniques-syn/&amp;title=stealth+techniques+%E2%80%93+syn" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/06/stealth-techniques-syn/&amp;title=stealth+techniques+%E2%80%93+syn" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2007/06/stealth-techniques-syn/&amp;title=stealth+techniques+%E2%80%93+syn" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/06/stealth-techniques-syn/&amp;title=stealth+techniques+%E2%80%93+syn" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2007%2F06%2Fstealth-techniques-syn%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/06/stealth-techniques-syn/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing Nessus on Debian-based OSs like Ubuntu</title>
		<link>http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/</link>
		<comments>http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 13:17:02 +0000</pubDate>
		<dc:creator>Tiago Faria</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[automatic-scanner]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nessus]]></category>
		<category><![CDATA[nessusd]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[security-scanner]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vulnerability-assessment]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/</guid>
		<description><![CDATA[With this simple tutorial I will explain how to install Nessus client (nessus) and Nessus Daemon (nessusd) and properly register it, so you don&#8217;t end up with the limitations of a non-registered version of the vulnerability scanner. Installing: I personally use apt-, however, you may choose any other package manager. apt-get install nessus nessusd -y [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>With this simple tutorial I will explain how to install Nessus client <em>(nessus)</em> and Nessus Daemon <em>(nessusd)</em> and properly register it, so you don&#8217;t end up with the limitations of a non-registered version of the vulnerability scanner.</p>
<p><strong>Installing:</strong></p>
<p>I personally use apt-, however, you may choose any other package manager.</p>
<p><code>apt-get install nessus nessusd -y</code></p>
<p><em>This will install the nessus client and server, and the -y is used to answer YES to the confirmation of apt-get.</em></p>
<p>We have now installed both the client and the server. Let&#8217;s proceed to the addition of a user:</p>
<p><code>nessus-adduser</code></p>
<p><strong>Display:</strong></p>
<p><code>gouki@8104:~$ sudo nessus-adduser<br />
Using /var/tmp as a temporary file holder</code></p>
<p><code>Add a new nessusd user<br />
----------------------</p>
<p><code>Login : darknet<br />
Authentication (pass/cert) [pass] :<br />
Login password :<br />
Login password (again) :</code></p>
<p><code>User rules<br />
----------<br />
nessusd has a rules system which allows you to restrict the hosts<br />
that darknet has the right to test. For instance, you may want<br />
him to be able to scan his own host only.</code></p>
<p><code>Please see the nessus-adduser(8) man page for the rules syntax</code></p>
<p><code>Enter the rules for this user, and hit ctrl-D once you are done :<br />
(the user can have an empty rules set)</code></p>
<p><code>Login             : darknet<br />
Password          : ***********<br />
DN                :<br />
Rules             :</code></p>
<p><code>Is that ok ? (y/n) [y] y<br />
user added.</code></p>
<p><strong>About this display:</strong></p>
<p>When asked about <em>Authentication (pass/cert) [pass] :</em> just press enter, as we will not use any.<br />
When asked about <em>rules for the specific user</em>, press CTRL+D, as we will not enter any rules for the user.</p>
<p><strong>Starting the Daemon:</strong></p>
<p>By default, nessusd has not started. To manully force him to, you will need to do the following:</p>
<p><code>sudo /etc/init.d/nessusd start</code></p>
<p><strong>Registering Nessus:</strong></p>
<p>Nessus will work without being registered, however, it will have limitations. Unnecessary limitations, since it is easily registered.</p>
<p><a href="http://www.nessus.org/plugins/index.php?view=register">Nessus Registration page</a> - Go here and start the proccess.</p>
<p>After you have entered your e-mail address, the instructions on how to register will not work on Debian-based OSs.</p>
<p>On the eMail from the Nessus team, you will be instructed to this path: <code>/opt/nessus/bin/nessus-fetch</code>, however, the path should be replaced by <code>/usr/bin</code>, making the complete registration command: <code>sudo /usr/bin/nessus-fetch --register XXXX-XXXX-XXXX-XXXX-XXXX</code></p>
<p>You should now have a complete and working installation of Nessus. Enjoy and remember, automatic scanners are not 1337! =)</p>
<p><strong>TIP:</strong> Before starting to use Nessus, update the plugins by doing the following:</p>
<p></p>
<p><code>sudo nessus-update-plugins</code></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Installing+Nessus+on+Debian-based+OSs+like+Ubuntu+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D389+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/&amp;t=Installing+Nessus+on+Debian-based+OSs+like+Ubuntu" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/&amp;title=Installing+Nessus+on+Debian-based+OSs+like+Ubuntu" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/&amp;title=Installing+Nessus+on+Debian-based+OSs+like+Ubuntu" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/&amp;title=Installing+Nessus+on+Debian-based+OSs+like+Ubuntu" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/&amp;title=Installing+Nessus+on+Debian-based+OSs+like+Ubuntu" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F11%2Finstalling-nessus-on-debian-based-oss-like-ubuntu%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/11/installing-nessus-on-debian-based-oss-like-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OSSEC HIDS &#8211; Open Source Host-based Intrusion System</title>
		<link>http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/</link>
		<comments>http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/#comments</comments>
		<pubDate>Mon, 15 May 2006 03:27:39 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[computer-security]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[hids]]></category>
		<category><![CDATA[intrusion-detection]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[ossec]]></category>
		<category><![CDATA[ossec-hids]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/</guid>
		<description><![CDATA[OSSEC HIDS is an Open Source Host-based Intrusion Detection System. It performs log analysis, integrity checking, rootkit detection, time-based alerting and active response. It runs on most operating systems, including Linux, OpenBSD, FreeBSD, Solaris and Windows. This is the first version offering native support for Windows (XP/2000/2003). It includes as well a new set of [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>OSSEC HIDS is an Open Source Host-based Intrusion Detection System. It performs log analysis, integrity checking, rootkit detection, time-based alerting and active response.</p>
<p>It runs on most operating systems, including Linux, OpenBSD, FreeBSD, Solaris and Windows.</p>
<p>This is the first version offering native support for Windows (XP/2000/2003). It includes as well a new set of log analysis rules for sendmail, web logs (Apache and IIS), IDSs and Windows authentication events.</p>
<p>The correlation rules for squid, mail logs, firewall events and authentication systems have been improved, now detecting scans, worms and internal attacks.</p>
<p>The active-responses were also refined, with support to IPFW (FreeBSD) added.</p>
<p>The installation process was re-organized, now including simpler configuration options and<br />
translation on 6 different languages (English, Portuguese, German, Turkish, Polish and Italian).</p>
<p><a href="http://www.ossec.net/en/downloads.html">You can download the Unix and Windows versions here.</a></p>
<p><a href="http://www.ossec.net/en/v08-2006-05-12.html">Read more Here.</a></p>
<p></p>
<p><a href="http://www.ossec.net/announcements/v08-2006-05-12.txt">The full changelog is here.</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=OSSEC+HIDS+%E2%80%93+Open+Source+Host-based+Intrusion+System+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D195+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/&amp;t=OSSEC+HIDS+%E2%80%93+Open+Source+Host-based+Intrusion+System" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/&amp;title=OSSEC+HIDS+%E2%80%93+Open+Source+Host-based+Intrusion+System" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/&amp;title=OSSEC+HIDS+%E2%80%93+Open+Source+Host-based+Intrusion+System" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/&amp;title=OSSEC+HIDS+%E2%80%93+Open+Source+Host-based+Intrusion+System" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/&amp;title=OSSEC+HIDS+%E2%80%93+Open+Source+Host-based+Intrusion+System" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F05%2Fossec-hids-open-source-host-based-intrusion-system%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/05/ossec-hids-open-source-host-based-intrusion-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Prep Material for LPI Linux Certification (LPI 201 and 202)</title>
		<link>http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/</link>
		<comments>http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/#comments</comments>
		<pubDate>Sat, 25 Feb 2006 10:50:04 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[UNIX Hacking]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[exams]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[linux-professional-insitute]]></category>
		<category><![CDATA[LPI]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/</guid>
		<description><![CDATA[Here&#8217;s a series of well written IBM Linux tutorials to help you learn Linux fundamentals and prepare for system administrator certification. The LPI prep tutorials help you prepare for the topics in LPI exam 201 and the topics in LPI exam 202. You can find more about the certification at the Linux Professional Institute. I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Here&#8217;s a series of well written IBM Linux tutorials to help you learn Linux fundamentals and prepare for system administrator certification. The LPI prep tutorials help you prepare for the topics in LPI exam 201 and the topics in LPI exam 202.</p>
<p>You can find more about the certification at the <a href="http://www.lpi.org/">Linux Professional Institute</a>.</p>
<p>I&#8217;ve been meaning to take LPI 201 for quite sometime actually, it looks like a pretty solid foundation to Linux and I know most of it allready, so I should be able to do it without too much problem.</p>
<p>You can find the material at IBM:</p>
<p><a href="http://www-128.ibm.com/developerworks/linux/lpi/201.html?S_TACT=105AGX59&#038;S_CMP=LPLINUX-GR&#038;ca=dgr-btw01LPItutorials">Linux Professional Institute Exam Prep</a></p>
<blockquote><p>The eight tutorials below help you prepare for the eight topics in LPI exam 201. Exam 201 is the first of two LPI intermediate-level system administrator exams. Both exam 201 and exam 202 are required for intermediate-level certification, or LPIC-2.</p></blockquote>
<p>You do have to sign up, or just use Bugmenot, the <a href="http://roachfiend.com/archives/2005/02/07/bugmenot/">bugmenot extension</a> for Firefox is very useful ;)</p>
<p></p>
<p><em>To any budding hackers, yes it is recommended you have strong Linux skills.</em></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Free+Prep+Material+for+LPI+Linux+Certification+%28LPI+201+and+202%29+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D74+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/&amp;t=Free+Prep+Material+for+LPI+Linux+Certification+%28LPI+201+and+202%29" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/&amp;title=Free+Prep+Material+for+LPI+Linux+Certification+%28LPI+201+and+202%29" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/&amp;title=Free+Prep+Material+for+LPI+Linux+Certification+%28LPI+201+and+202%29" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/&amp;title=Free+Prep+Material+for+LPI+Linux+Certification+%28LPI+201+and+202%29" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/&amp;title=Free+Prep+Material+for+LPI+Linux+Certification+%28LPI+201+and+202%29" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F02%2Ffree-prep-material-for-lpi-linux-certification-lpi-201-and-202%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/02/free-prep-material-for-lpi-linux-certification-lpi-201-and-202/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

