<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Handy Weblog</title>
	<atom:link href="http://incorrectly.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://incorrectly.wordpress.com</link>
	<description>Just another incorrect weblog</description>
	<lastBuildDate>Mon, 24 Dec 2007 05:38:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='incorrectly.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Handy Weblog</title>
		<link>http://incorrectly.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://incorrectly.wordpress.com/osd.xml" title="Handy Weblog" />
	<atom:link rel='hub' href='http://incorrectly.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Aplikasi-Aplikasi Dasar di Linux</title>
		<link>http://incorrectly.wordpress.com/2007/12/18/aplikasi-aplikasi-dasar-di-linux/</link>
		<comments>http://incorrectly.wordpress.com/2007/12/18/aplikasi-aplikasi-dasar-di-linux/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 05:04:37 +0000</pubDate>
		<dc:creator>Hendry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://incorrectly.wordpress.com/2007/12/24/aplikasi-aplikasi-dasar-di-linux/</guid>
		<description><![CDATA[Setelah membicarakan tentang perintah-perintah dasar di linux, sekarang pembahasan berlanjut lagi tentang aplikasi-aplikasi dasar di linux. Seperti juga pada MS Windows, untuk Linux maupun semua varian UNIX terdapat editor file yang dinamakan vi atau vim (vi improved with syntax color highlighting). Selain vi terdapat program editor lain yang lebih mudah pemakaiannya serperti pico, joe, jove, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incorrectly.wordpress.com&amp;blog=2165555&amp;post=10&amp;subd=incorrectly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">Setelah membicarakan tentang perintah-perintah dasar di linux, sekarang pembahasan berlanjut lagi tentang aplikasi-aplikasi dasar di linux. Seperti juga pada MS Windows, untuk Linux maupun semua varian UNIX terdapat editor file yang dinamakan vi atau vim <i>(vi improved with syntax color highlighting)</i>. Selain vi terdapat program editor lain yang lebih mudah pemakaiannya serperti pico, joe, jove, mc <i>(midnight commander)</i>, dll. Pada bab ini, akan dikenalkan bagaimana menggunakan editor vi, joe, pico dan mc.</p>
<p><b>1. VI</b></p>
<div align="justify">Vim merupakan pengembangan dari editor vi yang mempunyai keunggulan dalam penggunaan warna. Vi merupakan editor yang paling terkenal di dunia UNIX. Vi ialah kepanjangan dari &#8220;Visual&#8221; editor. Vim mendukung penggunaan warna untuk menandakan kode program dan juga penanda teks seperti penggunaan huruf normal, tebal maupun cetak miring. Untuk menjalan perintah vi, kita gunakan sintaks sbb :</div>
<p><i>vi nama_file</i></p>
<div align="justify">Atau misalnya untuk membuka file yg sudah ada: <i>vi linux.c</i> atau <i>vi linux.txt</i> untuk membuat file bernama <i>linux.txt</i> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<p><b>1a. Status vi</b></p>
<div align="justify">Editor vi mempunyai 3 mode, yaitu :</p>
<ul>
<li>command mode, untuk menggunakannya tekan ESC terlebih dahulu.</li>
<li>input mode, dengan mengetikkan perintah-perintah yang spesifik, seperti a I o 0 dan diakhiri dengan ESC atau dengan interrupt.</li>
<li>line mode, suatu keadaan setelah ada proses input : <i>?, /, !</i></li>
</ul>
</div>
<p><b>1b. Notasi yang digunakan</b></p>
<div align="justify">CTRL-c, CTRL adalah tombol control pada keyboard, sehingga CTRL-c berarti &#8220;control c&#8221;. CR (Carriage Return) ialah tombol enter. Perintah vi manipulasi file adalah:</div>
<ul>
<li>:wq save file dan exit</li>
<li>:q keluar dari vi</li>
<li>:q! keluar dari vi tanpa menyimpan</li>
<li>:w menyimpan file</li>
</ul>
<div align="justify">Sampai  di sini saja dulu dan besok kita lanjutkan tentang hal lainnya di Vi seperti Perpindahan kursor, Penghapusan dsb.</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/incorrectly.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/incorrectly.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/incorrectly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/incorrectly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/incorrectly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/incorrectly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/incorrectly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/incorrectly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/incorrectly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/incorrectly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/incorrectly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/incorrectly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/incorrectly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/incorrectly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/incorrectly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/incorrectly.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incorrectly.wordpress.com&amp;blog=2165555&amp;post=10&amp;subd=incorrectly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://incorrectly.wordpress.com/2007/12/18/aplikasi-aplikasi-dasar-di-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/080483222976369ad223a9b6b2c791c2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hendry</media:title>
		</media:content>
	</item>
		<item>
		<title>Perintah Dasar di GNU/Linux</title>
		<link>http://incorrectly.wordpress.com/2007/12/10/perintah-dasar-di-gnulinux/</link>
		<comments>http://incorrectly.wordpress.com/2007/12/10/perintah-dasar-di-gnulinux/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 00:47:46 +0000</pubDate>
		<dc:creator>Hendry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://incorrectly.wordpress.com/2007/12/10/perintah-dasar-di-gnulinux/</guid>
		<description><![CDATA[cat Perintah cat ini menampilkan isi dari suatu file ke standart output (stdout) Syntax : $ cat &#60;namafile&#62; Contoh : hendry@linux~$ cat test ini hanya sebuah test dari output redirection hehehehehe&#8230;&#8230;.. baris ini tambahan dari yang lama&#8230; cat dapat juga digunakan untuk memasukkan sebuah isi dari suatu file ke dalam file yang lain. Syntax : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incorrectly.wordpress.com&amp;blog=2165555&amp;post=9&amp;subd=incorrectly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify"><strong>cat</strong></p>
<p align="justify">Perintah cat ini menampilkan isi dari suatu file ke standart output (stdout)</p>
<p align="justify"> Syntax :<br />
<em>$ cat &lt;namafile&gt;</em><br />
Contoh :<br />
<em>hendry@linux~$ cat test<br />
ini hanya sebuah test dari output redirection<br />
hehehehehe&#8230;&#8230;..<br />
baris ini tambahan dari yang lama&#8230;</em></p>
<p align="justify">cat dapat juga digunakan untuk memasukkan sebuah isi dari suatu file ke dalam file yang lain.</p>
<p align="justify">Syntax :<br />
<em>$ cat file1 file2 file3 &gt; file4<br />
clear</em></p>
<p><span id="more-9"></span></p>
<p align="justify">Perintah clear ini mirip dengan cls pada DOS yang gunanya membersihkan layar</p>
<p align="justify">&nbsp;</p>
<p align="justify">Syntax :<em><br />
$ clear</em></p>
<p align="justify"><strong> cp</strong><br />
Mirip dengan copy pada DOS, perintah cp ini berfungsi mengkopi file.<br />
Syntax :<br />
<em>$ cp [option] file /dir/path/</em><br />
Untuk lebih jelas silahkan dibaca pilihan-pilihannya dengan menjalankan :<br />
<em>$ cp &#8211;help</em><br />
<strong>cut</strong><br />
Perintah cut mendefinisikan suatu file yang berisi data berdasarkan kolom<br />
Syntax :<br />
<em>$ cut [option] file</em><br />
Contoh : kita akan cut file test dari kolom 1-7<br />
<em>hendry@linux~$ cut -c 1-7 test<br />
ini han<br />
heheheh<br />
baris i</em><br />
<em>hendry@linux~$ cat test<br />
ini hanya sebuah test dari output redirection<br />
hehehehehe&#8230;&#8230;..<br />
baris ini tambahan dari yang lama&#8230;</em><br />
<em>hendry@linux~$</em><br />
Dari contoh dapat terlihat bahwa cut hanya menampilkan isi dari file test dari kolom 1 &#8211; 7<br />
<strong>find</strong><br />
Dari namanya sudah dapat diterka bahwa perintah ini berfungsi untuk mencari file ataupun directori.<br />
Syntax :<br />
<em>$ find /path [option]</em><br />
Contoh :<br />
<em>hendry@linux~$</em> find . -name te*<br />
./test<br />
<em>hendry@linux~$</em><br />
<strong>grep</strong><br />
Perintah ini berguna untuk pencarian data di dalam file, penggunaan grep akan lebih mengefisienkan waktu ketimbang harus membaca satu persatu<br />
Syntax :<br />
<em>$ grep [option] &#8220;data&#8221; file</em><br />
Contoh :<br />
<em>hendry@linux~$ grep &#8220;ini&#8221; test<br />
ini hanya sebuah test dari output redirection<br />
baris ini tambahan dari yang lama&#8230;<br />
</em><em>hendry@linux~$</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/incorrectly.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/incorrectly.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/incorrectly.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/incorrectly.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/incorrectly.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/incorrectly.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/incorrectly.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/incorrectly.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/incorrectly.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/incorrectly.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/incorrectly.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/incorrectly.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/incorrectly.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/incorrectly.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/incorrectly.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/incorrectly.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incorrectly.wordpress.com&amp;blog=2165555&amp;post=9&amp;subd=incorrectly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://incorrectly.wordpress.com/2007/12/10/perintah-dasar-di-gnulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/080483222976369ad223a9b6b2c791c2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hendry</media:title>
		</media:content>
	</item>
		<item>
		<title>Sekilas Tentang Shell di Linux</title>
		<link>http://incorrectly.wordpress.com/2007/11/27/sekilas-tentang-shell-di-linux/</link>
		<comments>http://incorrectly.wordpress.com/2007/11/27/sekilas-tentang-shell-di-linux/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 17:35:08 +0000</pubDate>
		<dc:creator>Hendry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://incorrectly.wordpress.com/2007/11/27/sekilas-tentang-shell-di-linux/</guid>
		<description><![CDATA[Yah, sudah hampir satu bulan gw nggak ngeblog, bukan karna bosen sih, tetapi ada kesibukan yang nggak bisa dan juga nggak boleh gw tinggalkan. Sehingga untuk bisa ngeblog lagi pas sewaktu ada waktu luang azza, contohnya yah kayak ini nih . Masih tentang persoalan komputer, tepatnya komputer, kali ini kita berbicara tentang Linux mulai dari [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incorrectly.wordpress.com&amp;blog=2165555&amp;post=8&amp;subd=incorrectly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p ALIGN="justify">Yah, sudah hampir satu bulan gw nggak ngeblog, bukan karna bosen sih, tetapi ada kesibukan yang nggak bisa dan juga nggak boleh gw tinggalkan. Sehingga untuk bisa ngeblog lagi pas sewaktu ada waktu luang azza, contohnya yah kayak ini nih <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p ALIGN="justify">Masih tentang persoalan komputer, tepatnya komputer, kali ini kita berbicara tentang Linux mulai dari hal-hal yang mendasar, salah satunya adalah seputar &#8220;Shell&#8221;.</p>
<p><strong>Shell (bash command)</strong></p>
<p>Shell adalah sebuah program yang membaca input standar yaitu keyboard. Ketika kita mengetikkan sesuatu di keyboard maka shell akan menafsirkan apa yang kita ketikkan. Sebagai contoh apabila kita ketikkan ls pada shell dan ls ternyata merupakan program yang dapat di eksekusi maka shell akan menjalankan program tersebut.</p>
<p>Umpama :</p>
<p><em>hendry@kompie:~$ ls<br />
test<br />
hendry@drutz:~$ wordpress<br />
bash: wordpress: command not found<br />
hendry@kompie:~$</em></p>
<p ALIGN="justify">Kita dapat melihat bahwa ketika ls kita ketikkan maka program ls (sama dengan koman &#8220;dir&#8221;) dijalankan, sedangkan apabila kita jalankan perintah &#8220;wordpress&#8221; dan karena memang tidak ada program &#8220;wordpress&#8221; maka shell tidak dapat mengeksekusinya, kurang lebih begitu.</p>
<p><strong>Jenis-jenis shell</strong></p>
<p ALIGN="justify">Jenis shell yang digunakan di unix maupun linux banyak macamnya, tetapi dilihat dari segi kuantitas pemakainya shell yang banyak dipakai adalah sebagai berikut :</p>
<ul>
<li><em>Bourne shell (sh)<br />
</em></li>
<li>C shell (csh)</li>
<li></li>
<li>Korn shell (ksh)</li>
<li></li>
<li>Bourne Again shell (bash</li>
</ul>
<p ALIGN="justify">Yang paling banyak di gunakan adalah bash, dimana bash ini merupakan pengembangan dari sh dan ksh. Mayoritas distribusi linux saat ini menggunakan bash sebagai default shell-nya.</p>
<p>Cukup sampai di sini azza dulu, di waktu mendatang kita ulas lagi seputar si manis Tux ini <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/incorrectly.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/incorrectly.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/incorrectly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/incorrectly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/incorrectly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/incorrectly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/incorrectly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/incorrectly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/incorrectly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/incorrectly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/incorrectly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/incorrectly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/incorrectly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/incorrectly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/incorrectly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/incorrectly.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incorrectly.wordpress.com&amp;blog=2165555&amp;post=8&amp;subd=incorrectly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://incorrectly.wordpress.com/2007/11/27/sekilas-tentang-shell-di-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/080483222976369ad223a9b6b2c791c2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hendry</media:title>
		</media:content>
	</item>
		<item>
		<title>UDP Scan</title>
		<link>http://incorrectly.wordpress.com/2007/10/24/udp-scan/</link>
		<comments>http://incorrectly.wordpress.com/2007/10/24/udp-scan/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 19:34:19 +0000</pubDate>
		<dc:creator>Hendry</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://incorrectly.wordpress.com/2007/05/24/udp-scan/</guid>
		<description><![CDATA[Udp_scan is part of the old SATAN tool. It is a command-line UDP-only scanner for Unix. It can be downloaded separately from SATAN with its TCP scanning partner, tcp_scan, at ftp://ftp.porcupine.org/pub/security/port-scan.tar.gz. Udp_scan is reliable, but like another Unix TCP-only scanner called strobe, it has all but been overshadowed by newer tools. Although it is considered [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incorrectly.wordpress.com&amp;blog=2165555&amp;post=7&amp;subd=incorrectly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">Udp_scan is part of the old SATAN tool. It is a command-line  UDP-only scanner for Unix. It can be downloaded separately from SATAN with its  TCP scanning partner, tcp_scan, at <em><a href="ftp://ftp.porcupine.org/pub/security/port-scan.tar.gz" target="_top" class="url">ftp://ftp.porcupine.org/pub/security/port-scan.tar.gz</a></em>.  Udp_scan is reliable, but like another Unix TCP-only scanner called strobe, it  has all but been overshadowed by newer tools. Although it is considered to be  one of the ancient tools, its technique was the basis for just about all other  UDP scanning tools.<a name="193" title="193"></a></p>
<p align="justify"> </p>
<p align="justify" class="para">Unix TCP-only scanner called strobe, it has all but been  overshadowed by newer tools.Although it is considered to be one of the ancient  tools, its technique was the basis for just about all other UDP scanning  tools.</p>
<h3 class="sect3-title"><a name="194" title="194"></a><a name="wbp08Chapter4P631" title="wbp08Chapter4P631"></a>Installation</h3>
<p align="justify">Like most Unix programs, udp_scan comes in source code.  After you download and untar port-scan.tar.gz, you’ll need to change to the  port-scan directory and run the make command.</p>
<p align="justify"><span id="more-7"></span><a name="195" title="195"></a><a name="wbp08Chapter4P634" title="wbp08Chapter4P634"></a>Implementation</p>
<p class="first-para">Udp_scan’s usage is very simple; give it an IP address and a  range of ports and let it do its thing.</p>
<pre># ./udp_scan 192.168.1.102 1-1024137:netbios-ns:138:netbios-dgm:445:UNKNOWN:500:UNKNOWN</pre>
<p align="justify">Behind the scenes, udp_scan uses the same technique used by  ScanLine to optimize its scanning routines. Before it does anything, udp_scan  sends a UDP packet to UDP port 1 (by default) on the target host. It then waits  to receive an ICMP port unreachable error. If it gets none, it assumes the  target host is dead (even though a firewall may just be blocking the ICMP error)  and doesn’t continue the scan. The UDP test port 1 can be changed to any port  using the <span class="fixed">–p</span> <span class="fixed">&lt;port&gt;</span>  option. The test port should always be a UDP port that is not being used by any  service on the target host.</p>
<p align="justify" class="para">Udp_scan carefully watches its performance as it works through the  port scan. By default, it can open up to 100 simultaneous UDP connections. (You  can change this upper limit by specifying a <span class="fixed">–l</span> <span class="fixed">&lt;max_connections&gt;</span> option on the command line.) It uses  the round-trip travel time for packets, determined by the initial test port  probe, to calculate the maximum number of simultaneous probes that the network  can handle. Every UDP packet sent by udp_scan contains only one data byte (the  character <em>0</em>) in an effort to minimize bandwidth usage  while obtaining the most accurate results. Some UDP services and port filters  respond differently to UDP packets with zero data bytes than UDP packets with an  actual data payload.<a name="196" title="196"></a></p>
<p align="justify"> </p>
<p align="justify" class="para">You can use only a few other options with udp_scan. The <span class="fixed">–a</span> option tells udp_scan to print out all the errors it  encounters as well as the reachable UDP ports. The <span class="fixed">–u</span>  option tells you about any ICMP host unreachable errors it receives, printing  the number of the UDP port that returned the error. On the other hand, the <span class="fixed">–U</span> option tells you the exact opposite, printing the ports  that do <em>not</em> return ICMP host unreachable errors. The only  other thing you can specify to udp_scan is a source UDP port to use, by  indicating <span class="fixed">–s</span> <span class="fixed">&lt;source_port&gt;</span> on the command line.</p>
<p align="justify"> </p>
<p align="justify" class="para">Udp_scan has a few limitations. Because it uses raw ICMP sockets,  udp_scan can be run only as root or with super user privileges (uid 0). Also, like WUPS, it  can handle only one IP address at a time.<a name="197" title="197"></a></p>
<p class="para"> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/incorrectly.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/incorrectly.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/incorrectly.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/incorrectly.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/incorrectly.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/incorrectly.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/incorrectly.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/incorrectly.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/incorrectly.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/incorrectly.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/incorrectly.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/incorrectly.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/incorrectly.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/incorrectly.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/incorrectly.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/incorrectly.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incorrectly.wordpress.com&amp;blog=2165555&amp;post=7&amp;subd=incorrectly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://incorrectly.wordpress.com/2007/10/24/udp-scan/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/080483222976369ad223a9b6b2c791c2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Hendry</media:title>
		</media:content>
	</item>
	</channel>
</rss>
