<?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>Intipadi.com</title>
	<atom:link href="http://intipadi.com/feed" rel="self" type="application/rss+xml" />
	<link>http://intipadi.com</link>
	<description>Indonesian Computer Science Blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 04:29:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Access MySQL via SSH Tunnel</title>
		<link>http://intipadi.com/how-to-access-mysql-via-ssh-tunnel</link>
		<comments>http://intipadi.com/how-to-access-mysql-via-ssh-tunnel#comments</comments>
		<pubDate>Mon, 08 Mar 2010 04:29:49 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mandriva 2010]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[prios linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh tunnel]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2473</guid>
		<description><![CDATA[Intipadi.com - This is a particularly useful method for gaining access to your remote MySQL databases, such as those held on a web hosting account where the MySQL port may not be open. You can use this method to gain access to other services too (SMTP, IMAP, FTP), but in this post I’ll explain how [...]]]></description>
			<content:encoded><![CDATA[<p><em>Intipadi.com </em>- This is a particularly useful method for gaining access to your remote MySQL databases, such as those held on a web hosting account where the MySQL port may not be open. You can use this method to gain access to other services too (SMTP, IMAP, FTP), but in this post I’ll explain how I use it in combination with MySQL Query Browser to administrate my DBs with a GUI. You need to have SSH access to your remote server (normally over port 22) for this to work. My instructions are for Ubuntu but it’s easily transferred to other distros, Mac OS X, and Windows (just download an SSH client). I&#8217;ll use PriOS Linux 2010 (compatible with Mandriva Linux 2010.0).<span id="more-2473"></span></p>
<p>Run urpmi install ssh if it isn’t installed already, which will install several SSH connectivity tools (more info here). Query Browser is an excellent tool with which to run queries, updates, create views and stored procedures, and loads more besides. Run <em>urpmi install mysql-query-browser</em>. Now to create the SSH tunnel by using port forwarding; here’s how I access a MySQL instance on my local network:</p>
<pre class="brush: bash;">emka@prios-laptop:~$ ssh -L 3307:localhost:3306 root@192.168.1.211
root@192.168.1.211's password:</pre>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2848453118443424";
/* 468x60, dibuat 10/01/30 */
google_ad_slot = "4911795293";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Essentially this forwards all traffic on port 3307 on the local machine (james-laptop) to port 3306 on 192.168.1.211. The general format is<br />
<strong>ssh -L localport:host:hostport</strong>. Note that in my example I used localhost, but this is resolved after the connection has been made to <em>192.168.1.211</em> and so it refers to that IP address.</p>
<p>Effectively we can now access port 3306 (the default MySQL port) on 192.168.1.211 via port 3307 on james-laptop even though port 22 (the SSH port) is the only port open on 192.168.1.211. Keep the connection open (i.e. don’t close the terminal) and open Query Browser. </p>
<p>In the connection dialogue set the hostname to 127.0.0.1 and the port to 3307 and enter a username/password as required. Hit connect and you should see a graphical representation of your database(s). </p>
<p><em>Note that in *nix OSs (including Mac OS X) you must use 127.0.0.1 rather than ‘localhost’ or the connection will be made via a named pipe rather than TCP.</em></p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2473&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/mysql-workbench-5-1-18-5-2-15-beta-5" title="MySQL Workbench 5.1.18 / 5.2.15 Beta 5">MySQL Workbench 5.1.18 / 5.2.15 Beta 5</a> (0)</li><li><a href="http://intipadi.com/navicat-ssh-error-lost-connection-on-reading-initial-communication-packet" title="Navicat SSH Error, Lost Connection on Reading Initial Communication Packet">Navicat SSH Error, Lost Connection on Reading Initial Communication Packet</a> (0)</li><li><a href="http://intipadi.com/how-to-create-a-mysql-database-for-virtual-accounts" title="How to create a MySQL database for virtual accounts?">How to create a MySQL database for virtual accounts?</a> (0)</li><li><a href="http://intipadi.com/miruku-migrations-for-sqlalchemy" title="Miruku &#8211; Migrations for SQLALchemy">Miruku &#8211; Migrations for SQLALchemy</a> (0)</li><li><a href="http://intipadi.com/beating-internet-restrictions-with-ssh" title="Beating  internet restrictions with ssh">Beating  internet restrictions with ssh</a> (1)</li><li><a href="http://intipadi.com/data-analysis-using-sql-and-excel-ebook-download" title="Data Analysis Using SQL and Excel eBook Download">Data Analysis Using SQL and Excel eBook Download</a> (0)</li><li><a href="http://intipadi.com/membuat-interface-deteksi-wajah-berbasis-php" title="Membuat Interface deteksi wajah berbasis PHP">Membuat Interface deteksi wajah berbasis PHP</a> (0)</li><li><a href="http://intipadi.com/membuat-peta-lokasi-pengunjung-web-berbasis-google-maps-ajax" title="Membuat peta lokasi pengunjung web berbasis Google Maps &amp; AJAX">Membuat peta lokasi pengunjung web berbasis Google Maps &amp; AJAX</a> (0)</li><li><a href="http://intipadi.com/mandriva-linux-2010-alpha" title="Mandriva Linux 2010 Alpha">Mandriva Linux 2010 Alpha</a> (0)</li><li><a href="http://intipadi.com/generate-skrip-php-dari-database-mysql-dengan-phpmaker" title="Generate skrip PHP dari database MySQL dengan PHPMaker">Generate skrip PHP dari database MySQL dengan PHPMaker</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/how-to-access-mysql-via-ssh-tunnel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mudah mengompresi folder di linux dengan Tar</title>
		<link>http://intipadi.com/mudah-mengompresi-folder-di-linux-dengan-tar</link>
		<comments>http://intipadi.com/mudah-mengompresi-folder-di-linux-dengan-tar#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:12:08 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[decompress]]></category>
		<category><![CDATA[kompresi]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[unrar]]></category>
		<category><![CDATA[untar]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://intipadi.com/mudah-mengompresi-folder-di-linux-dengan-tar</guid>
		<description><![CDATA[Intipadi.com &#8211; Format kompresi tar.gz mungkin adalah aplikasi yang sering anda pakai dan familiar dilingkungan linux/server. Kebanyakan file terkompresi yang memakai format ini adalah source code dan hasil backup sesuatu.
Nah, bagaimana caranya mengompresi sebuah folder di Linux? Cukup simpel, hanya dengan perintah berikut:
tar -pzcf namafile.tar.gz /namafolder/namafolder
mudah bukan?
Read also the related articles:How to Install Google Gears [...]]]></description>
			<content:encoded><![CDATA[<p>Intipadi.com &#8211; Format kompresi tar.gz mungkin adalah aplikasi yang sering anda pakai dan familiar dilingkungan linux/server. Kebanyakan file terkompresi yang memakai format ini adalah source code dan hasil backup sesuatu.</p>
<p>Nah, bagaimana caranya mengompresi sebuah folder di Linux? Cukup simpel, hanya dengan perintah berikut:</p>
<pre class="brush: bash;">tar -pzcf namafile.tar.gz /namafolder/namafolder</pre>
<p>mudah bukan?</p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2472&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/how-to-install-google-gears-in-mandriva" title="How to Install Google Gears in Mandriva?">How to Install Google Gears in Mandriva?</a> (0)</li><li><a href="http://intipadi.com/mandriva-linux-2010-1-alpha-2" title="[Download and Test] Mandriva Linux 2010.1 Alpha 2">[Download and Test] Mandriva Linux 2010.1 Alpha 2</a> (0)</li><li><a href="http://intipadi.com/free-download-linux-geometry-software" title="Free Download Linux Geometry Software">Free Download Linux Geometry Software</a> (0)</li><li><a href="http://intipadi.com/installing-openoffice-org-3-2-rc5-rpm-on-fedoracentosredhat" title="Installing OpenOffice.org 3.2 RC5 RPM on Fedora/CentOS/RedHat">Installing OpenOffice.org 3.2 RC5 RPM on Fedora/CentOS/RedHat</a> (0)</li><li><a href="http://intipadi.com/cronjob-using-the-php-parser" title="Cronjob: Using the PHP Parser">Cronjob: Using the PHP Parser</a> (0)</li><li><a href="http://intipadi.com/best-calculator-in-linux" title="Best 7 Calculator in Linux">Best 7 Calculator in Linux</a> (0)</li><li><a href="http://intipadi.com/task-manager-and-nepomuk-shell" title="Task Manager and Nepomuk shell">Task Manager and Nepomuk shell</a> (0)</li><li><a href="http://intipadi.com/epomuk-features-in-mandriva-linux-2010" title="Nepomuk Features in Mandriva Linux 2010">Nepomuk Features in Mandriva Linux 2010</a> (0)</li><li><a href="http://intipadi.com/install-opera-turbo-10-01-di-mandriva-2010-0" title="Install Opera Turbo 10.01 di Mandriva 2010.0">Install Opera Turbo 10.01 di Mandriva 2010.0</a> (1)</li><li><a href="http://intipadi.com/install-printer-canon-ip1980-di-mandriva-2010-0" title="Install Printer Canon iP1980 di Mandriva 2010.0">Install Printer Canon iP1980 di Mandriva 2010.0</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/mudah-mengompresi-folder-di-linux-dengan-tar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Membuat Block baru untuk Moodle</title>
		<link>http://intipadi.com/membuat-block-baru-untuk-moodle</link>
		<comments>http://intipadi.com/membuat-block-baru-untuk-moodle#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:45:20 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Pemrograman]]></category>
		<category><![CDATA[moodle blocks]]></category>
		<category><![CDATA[moodle developer]]></category>
		<category><![CDATA[moodle plugin]]></category>
		<category><![CDATA[moodle programming]]></category>
		<category><![CDATA[moodle tutorial]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2469</guid>
		<description><![CDATA[Intipadi.com &#8211; Salah satu fitur yang membuat Moodle begitu pesat dan luas perkembangannya adalah kemampuan extensiblenya lewat penambahan Module dan Plugins serta Block sendiri. Untuk Core Moodle, serahkanlah pada tim yang profesional itu. Untuk kustomasi dan penyesuaiannya dengan kebutuhan kita masing-masing, kita bisa membangun module, plugin dan block Moodle sendiri.
Dalam kesempatan kali ini akan dijelaskan [...]]]></description>
			<content:encoded><![CDATA[<p><em>Intipadi.com</em> &#8211; Salah satu fitur yang membuat <a href="http://moodle.org">Moodle</a> begitu pesat dan luas perkembangannya adalah kemampuan extensiblenya lewat penambahan Module dan Plugins serta Block sendiri. Untuk Core Moodle, serahkanlah pada tim yang profesional itu. Untuk kustomasi dan penyesuaiannya dengan kebutuhan kita masing-masing, kita bisa membangun module, plugin dan block Moodle sendiri.</p>
<p>Dalam kesempatan kali ini akan dijelaskan singkat dan aplikatif tentang pembuatan Block di Moodle. Prasyarat yang dibutuhkan cukup banyak, harus terinstall moodle dengan baik, menguasai PHP dan database MySQL.</p>
<p>Pada tutorial ini kita akan membuat sebuah Block baru dengan title, ContohBlock. Ikuti langkah berikut,<span id="more-2469"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2848453118443424";
/* 468x60, dibuat 10/01/30 */
google_ad_slot = "4911795293";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
1. Buat folder baru di <strong>/moodle/blocks/</strong> dengan nama <strong>contohblock</strong>. <em>Ingat:</em> nama folder harus lowercase!<br />
2. Buat file baru di <em>/moodle/blocks/contohblock/</em> dengan nama <strong>block_contohblock.php</strong>,<br />
3. Tuliskan kode berikut:</p>
<pre class="brush: php;">
&lt;?php
class block_contohblock extends block_base {
function init() {
		$this-&gt;title = &quot;ContohBlock&quot;;
		$this-&gt;version = 2010110201;
	}
}
?&gt;
</pre>
<blockquote><p>NB. Block dan Moodle pada umumnya dikembangkan dengan kaidah OOP PHP yang bagus, sehingga harus diikuti pakemnya dengan baik. Sebagai contoh diatas, Block Moodle pada dasarnya hanyalah sebuah class PHP yang memanfaatkan class block_base milik Moodle. Setiap block harus memiliki fungsi init(), dimana disini minimal diisi oleh variabel title (judul/nama block) dan version (versi sebuah block).</p></blockquote>
<p>4. Install block baru tersebut dengan mengunjungi alamat:</p>
<pre class="brush: plain;">http://alamat.web.moodle.anda/admin/index.php</pre>
<p>5. Klik lanjutkan atau Continue, untuk mengakhiri instalasi.<br />
6. Cek block baru anda dengan menggunakan navigasi menu, Modules->Blocks->Manage Blocks. Cari disana, </p>
<p><strong>Referensi:</strong><br />
<a href="http://docs.moodle.org/en/Blocks_Howto">http://docs.moodle.org/en/Blocks_Howto</a></p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2469&type=feed" alt="" /><h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://intipadi.com/perubahan-term-of-services-tos-dari-facebook" title="Perubahan Term Of Services (TOS) dari Facebook">Perubahan Term Of Services (TOS) dari Facebook</a> (0)</li><li><a href="http://intipadi.com/peringkat-bahasa-pemrograman-dunia" title="Peringkat Bahasa Pemrograman Dunia">Peringkat Bahasa Pemrograman Dunia</a> (4)</li><li><a href="http://intipadi.com/penggantian-themes-website-planet-linux-indonesia" title="Penggantian Themes Website Planet Linux Indonesia">Penggantian Themes Website Planet Linux Indonesia</a> (0)</li><li><a href="http://intipadi.com/fotografi-sby-seorang-pesulap-true-the-master" title="[Fotografi] SBY Seorang Pesulap, True The Master">[Fotografi] SBY Seorang Pesulap, True The Master</a> (0)</li><li><a href="http://intipadi.com/mengedit-file-terkompresi-dengan-squashfs" title="Mengedit file terkompresi dengan Squashfs">Mengedit file terkompresi dengan Squashfs</a> (0)</li><li><a href="http://intipadi.com/scramdisk-for-linux-truly-open-source-on-the-fly-encryption-software" title="ScramDisk for Linux: Truly Open Source On-The-Fly-Encryption Software">ScramDisk for Linux: Truly Open Source On-The-Fly-Encryption Software</a> (0)</li><li><a href="http://intipadi.com/apple%e2%80%99s-ipad-vs-notion-ink%e2%80%99s-adam-tablet" title="Apple’s iPad vs Notion Ink’s Adam tablet">Apple’s iPad vs Notion Ink’s Adam tablet</a> (6)</li><li><a href="http://intipadi.com/konversi-halaman-web-ke-pdf-dengan-pdfmyurl" title="Konversi halaman web ke PDF dengan PDFmyURL">Konversi halaman web ke PDF dengan PDFmyURL</a> (0)</li><li><a href="http://intipadi.com/try-mathematic-equation-to-make-love-symbols" title="Try, Mathematic Equation to make Love Symbols">Try, Mathematic Equation to make Love Symbols</a> (0)</li><li><a href="http://intipadi.com/kompetisi-animafestburuan-daftar" title="KOMPETISI ANIMAFEST,BURUAN DAFTAR!!!!!!">KOMPETISI ANIMAFEST,BURUAN DAFTAR!!!!!!</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/membuat-block-baru-untuk-moodle/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virus Generic Dropper.QQ</title>
		<link>http://intipadi.com/virus-generic-dropper-qq</link>
		<comments>http://intipadi.com/virus-generic-dropper-qq#comments</comments>
		<pubDate>Mon, 22 Feb 2010 00:34:34 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[Analisis Virus]]></category>
		<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[ClamAV]]></category>
		<category><![CDATA[Trojan Dropper]]></category>
		<category><![CDATA[Trojan Dropper QQ]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2466</guid>
		<description><![CDATA[Intipadi.com &#8211; Sebuah sample malware terbaru yang dideteksi oleh McAfee saya sebagai Generic Dropper.QQ telah selesai dianalisis untuk Safeboard AV. 
Hash:
File MD5: 0&#215;2704EB3DBE1D01732751F6889C87D747
File SHA-1: 0&#215;9A2A59964789A004E5002CF62DC233E10AEBB2A7
Filesize: 798.720 byte
Temuan:
- Hanya melakukan infeksi di startup Windows
Modifikasi Registry:
Menjalankan virus setiap kali Windows boot:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
(Default) = "[file and pathname of the sample #1]"
Format Database ClamAV:
2704eb3db31d01732751f6889c87d747:798720:Trojan.Dropper.QQ(Intipadi)
 (simpan sebagai mydefs.db, gunakan clamav dengan [...]]]></description>
			<content:encoded><![CDATA[<p><em>Intipadi.com</em> &#8211; Sebuah sample malware terbaru yang dideteksi oleh McAfee saya sebagai Generic Dropper.QQ telah selesai dianalisis untuk Safeboard AV. </p>
<p><strong>Hash:</strong><br />
File MD5: 0&#215;2704EB3DBE1D01732751F6889C87D747<br />
File SHA-1: 0&#215;9A2A59964789A004E5002CF62DC233E10AEBB2A7<br />
Filesize: 798.720 byte</p>
<p><strong>Temuan:</strong><br />
- Hanya melakukan infeksi di startup Windows<span id="more-2466"></span></p>
<p><strong>Modifikasi Registry:</strong><br />
Menjalankan virus setiap kali Windows boot:<br />
<code>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]<br />
(Default) = "[file and pathname of the sample #1]"</code></p>
<p><strong>Format Database ClamAV:</strong><br />
<em>2704eb3db31d01732751f6889c87d747:798720:Trojan.Dropper.QQ(Intipadi)</em><br />
 (simpan sebagai mydefs.db, gunakan clamav dengan clamav -d mydefs.db -R path-ke-tujuan-scan)</p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2466&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/w32rontokbro-bmm" title="W32/Rontokbro.b@MM">W32/Rontokbro.b@MM</a> (0)</li><li><a href="http://intipadi.com/download-pcmav-2-2-update-build-1" title="Download PCMAV 2.2 + Update Build 1">Download PCMAV 2.2 + Update Build 1</a> (0)</li><li><a href="http://intipadi.com/download-clamtk-gui-front-end-untuk-clamav" title="Download ClamTk, GUI Front End untuk Clamav">Download ClamTk, GUI Front End untuk Clamav</a> (1)</li><li><a href="http://intipadi.com/download-clamtk-gui-front-end-untuk-clamav-2" title="Download ClamTk, GUI Front End untuk Clamav">Download ClamTk, GUI Front End untuk Clamav</a> (0)</li><li><a href="http://intipadi.com/trojan-generic-downloader-s" title="Trojan Generic Downloader.s">Trojan Generic Downloader.s</a> (0)</li><li><a href="http://intipadi.com/ansav-paket-untuk-mandriva-2009" title="Ansav, Paket untuk Mandriva 2009">Ansav, Paket untuk Mandriva 2009</a> (0)</li><li><a href="http://intipadi.com/update-ansav-21-maret-2009" title="Update ANSAV 21 Maret 2009">Update ANSAV 21 Maret 2009</a> (0)</li><li><a href="http://intipadi.com/update-avg-antivirus-20-maret-2009" title="Update AVG Antivirus 20 Maret 2009">Update AVG Antivirus 20 Maret 2009</a> (0)</li><li><a href="http://intipadi.com/kaspersky-removal-tool-terbaru" title="Kaspersky Removal Tool, Terbaru">Kaspersky Removal Tool, Terbaru</a> (0)</li><li><a href="http://intipadi.com/basmi-virus-dengan-removeit-pro-4" title="Basmi Virus dengan RemoveIT Pro 4">Basmi Virus dengan RemoveIT Pro 4</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/virus-generic-dropper-qq/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W32/Rontokbro.b@MM</title>
		<link>http://intipadi.com/w32rontokbro-bmm</link>
		<comments>http://intipadi.com/w32rontokbro-bmm#comments</comments>
		<pubDate>Mon, 22 Feb 2010 00:15:08 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[Analisis Virus]]></category>
		<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[brontok]]></category>
		<category><![CDATA[rontokbro]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2462</guid>
		<description><![CDATA[Intipadi.com &#8211; Sebuah sample Rontokbro, atau Brontok terbaru mampir di submit threat zone, Safeboard Antivirus kami. Dikenali sebagai W32/Rontokbro.b@MM oleh McAfee atau Worm.Brontok.B oleh ClamAV dan beberapa antivirus luar sudah mengenalinya. Berikut analisis sekilas tentang Brontok terbaru ini:
Hash:
File MD5: 0&#215;0A61E7AC8EE57A718919FC1406C57FB0
File SHA-1: 0xB10A3136F56B1E0D0A2784DF7EDF29C33C8BB633
Filesize: 81.920 byte
Modifikasi File:
Hanya pada file C:\Autoexec.bat
Modifikasi Registry:
berjalan setiap Windows boot:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
Bron-Spizaetus = ""%Windir%\INF\norBtok.exe""
Menyembunyikan item [...]]]></description>
			<content:encoded><![CDATA[<p><em>Intipadi.com</em> &#8211; Sebuah sample <strong>Rontokbro</strong>, atau <strong>Brontok</strong> terbaru mampir di submit threat zone, Safeboard Antivirus kami. Dikenali sebagai <strong>W32/Rontokbro.b@MM</strong> oleh McAfee atau Worm.Brontok.B oleh ClamAV dan beberapa antivirus luar sudah mengenalinya. Berikut analisis sekilas tentang Brontok terbaru ini:</p>
<p><strong>Hash:</strong><br />
File MD5: 0&#215;0A61E7AC8EE57A718919FC1406C57FB0<br />
File SHA-1: 0xB10A3136F56B1E0D0A2784DF7EDF29C33C8BB633<br />
Filesize: 81.920 byte</p>
<p><strong>Modifikasi File:</strong><br />
Hanya pada file <em>C:\Autoexec.bat</em><span id="more-2462"></span></p>
<p><strong>Modifikasi Registry:</strong><br />
berjalan setiap Windows boot:<br />
<code>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]<br />
Bron-Spizaetus = ""%Windir%\INF\norBtok.exe""</code></p>
<p>Menyembunyikan item Folder Option dari menu Windows Explorer dan Control Panel<br />
<code>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br />
NoFolderOptions = 0x00000001</code></p>
<p>Membatasi akses Windows Registry Editor (regedt32 dan regedit)<br />
<code>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]<br />
DisableRegistryTools = 0x00000001<br />
DisableCMD = 0x00000000</code></p>
<p>Menjalankan smss.exe tiap Windows boot:<br />
<code>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]<br />
Tok-Cirrhatus = ""%AppData%\smss.exe""</code></p>
<p><strong>Threat Terinfeksi</strong><br />
winlogon.exe, services.exe, lsass.exe, csrss.exe, inetinfo.exe, nama-sesuai-sample.exe</p>
<p><strong>Kesimpulan:</strong><br />
1. Mengubah banyak setting sistem yang berpengaruh terhadap kerentanan sistem keseluruhan. (level 2 dari 10),<br />
2. Membuat entry startup di registry (level 2 dari 10),<br />
3. Berevolusi menjadi Worm jaringan yang luar biasa.</p>
<p><strong>Format Database darurat ClamAV (simpan sebagai userdb.db)</strong><br />
- already detected as Worm.Brontok.B</p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2462&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/layanan-scan-virus-gratis" title="Layanan Scan Virus GRATIS !">Layanan Scan Virus GRATIS !</a> (0)</li><li><a href="http://intipadi.com/download-pcmav-2-2-update-build-1" title="Download PCMAV 2.2 + Update Build 1">Download PCMAV 2.2 + Update Build 1</a> (0)</li><li><a href="http://intipadi.com/trojan-generic-downloader-s" title="Trojan Generic Downloader.s">Trojan Generic Downloader.s</a> (0)</li><li><a href="http://intipadi.com/ansav-paket-untuk-mandriva-2009" title="Ansav, Paket untuk Mandriva 2009">Ansav, Paket untuk Mandriva 2009</a> (0)</li><li><a href="http://intipadi.com/update-ansav-21-maret-2009" title="Update ANSAV 21 Maret 2009">Update ANSAV 21 Maret 2009</a> (0)</li><li><a href="http://intipadi.com/update-avg-antivirus-20-maret-2009" title="Update AVG Antivirus 20 Maret 2009">Update AVG Antivirus 20 Maret 2009</a> (0)</li><li><a href="http://intipadi.com/kaspersky-removal-tool-terbaru" title="Kaspersky Removal Tool, Terbaru">Kaspersky Removal Tool, Terbaru</a> (0)</li><li><a href="http://intipadi.com/basmi-virus-dengan-removeit-pro-4" title="Basmi Virus dengan RemoveIT Pro 4">Basmi Virus dengan RemoveIT Pro 4</a> (0)</li><li><a href="http://intipadi.com/pcmav-express-cleaner-khusus-conficker" title="PCMAV Express, Cleaner khusus Conficker">PCMAV Express, Cleaner khusus Conficker</a> (0)</li><li><a href="http://intipadi.com/download-update-ansav-11-maret-2009" title="Download Update Ansav 11 Maret 2009">Download Update Ansav 11 Maret 2009</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/w32rontokbro-bmm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Compilation 4.4 for Windows</title>
		<link>http://intipadi.com/software-compilation-4-4-for-windows</link>
		<comments>http://intipadi.com/software-compilation-4-4-for-windows#comments</comments>
		<pubDate>Mon, 22 Feb 2010 00:01:58 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDE for Windows]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2460</guid>
		<description><![CDATA[Intipadi.com - Continuing their impressive record of quick delivery of fresh KDE software, the KDE Windows team is pleased to announce the immediate availability of packages with the latest KDE release for the Windows platform.
The installer provides not only most of the applications from Software Compilation 4.4, but also the latest versions of a number [...]]]></description>
			<content:encoded><![CDATA[<p><em>Intipadi.com </em>- Continuing their impressive record of quick delivery of fresh KDE software, the KDE Windows team is pleased to announce the immediate availability of packages with the latest KDE release for the Windows platform.</p>
<p>The installer provides not only most of the applications from Software Compilation 4.4, but also the latest versions of a number of independently released KDE applications. Highlights include the latest stable version of digiKam (and the KIPI plugins) and Konversation. Although Amarok is not yet included in the installer there is progress being made.<span id="more-2460"></span></p>
<p><img src="http://dot.kde.org/sites/dot.kde.org/files/showfotosml.png" alt="" /><br />
showFoto 1.1 on Windows</p>
<p>Packages have been split from the KDE modules allowing easy installation of just what you want to use. The KDE Windows developers are also introducing metapackages that make it possible to easily install groups of popular applications from for example KDE Graphics, the KDE Software Development Kit and KDE Games. Metapackages are not yet functional in the installer but are expected in a future release.</p>
<p>As always, you can install KDE applications on your Windows platform using the latest installer (Windows executable). Please remember that KDE software on Windows is still a work in progress, so not all applications are suitable for day to day use at the moment. </p>
<p>By: <strong>Stuart Jarvis</strong> via <a href="http://www.kdenews.org/2010/02/20/software-compilation-44-now-available-windows">KDENews</a></p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2460&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/kde-sc-4-4" title="KDE SC 4.4: Fresh breeze for KDE">KDE SC 4.4: Fresh breeze for KDE</a> (0)</li><li><a href="http://intipadi.com/linux-mint-8-versi-kde-2010" title="Linux Mint 8 versi KDE 2010">Linux Mint 8 versi KDE 2010</a> (0)</li><li><a href="http://intipadi.com/install-opera-turbo-10-01-di-mandriva-2010-0" title="Install Opera Turbo 10.01 di Mandriva 2010.0">Install Opera Turbo 10.01 di Mandriva 2010.0</a> (1)</li><li><a href="http://intipadi.com/mencoba-tivion-aplikasi-free-tv-online-untuk-linux-2" title="Mencoba Tivion, Aplikasi Free TV Online untuk Linux">Mencoba Tivion, Aplikasi Free TV Online untuk Linux</a> (0)</li><li><a href="http://intipadi.com/mematikan-suara-login-di-ubuntu-2" title="Mematikan suara Login di Ubuntu">Mematikan suara Login di Ubuntu</a> (0)</li><li><a href="http://intipadi.com/mencoba-beralih-ke-ossv4-untuk-kualitas-suara-lebih-baik-2" title="Mencoba beralih ke OSSv4 untuk Kualitas Suara Lebih baik">Mencoba beralih ke OSSv4 untuk Kualitas Suara Lebih baik</a> (0)</li><li><a href="http://intipadi.com/download-clamtk-gui-front-end-untuk-clamav-2" title="Download ClamTk, GUI Front End untuk Clamav">Download ClamTk, GUI Front End untuk Clamav</a> (0)</li><li><a href="http://intipadi.com/amarok-2-2-sumjammer-dirilis-juga" title="Amarok 2.2 &quot;Sumjammer&quot; dirilis juga">Amarok 2.2 &quot;Sumjammer&quot; dirilis juga</a> (0)</li><li><a href="http://intipadi.com/nama-ubuntu-10-04-adalah-lucid-lynx-2" title="Nama Ubuntu 10.04 adalah Lucid Lynx">Nama Ubuntu 10.04 adalah Lucid Lynx</a> (0)</li><li><a href="http://intipadi.com/ubah-kubuntu-jaunty-menjadi-windows-7" title="Ubah Kubuntu Jaunty menjadi Windows 7">Ubah Kubuntu Jaunty menjadi Windows 7</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/software-compilation-4-4-for-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Linux Disk Cloning Software</title>
		<link>http://intipadi.com/free-linux-disk-cloning-software</link>
		<comments>http://intipadi.com/free-linux-disk-cloning-software#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:59:34 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[disk cloning]]></category>
		<category><![CDATA[Distro]]></category>
		<category><![CDATA[mondo rescue]]></category>
		<category><![CDATA[norton ghost]]></category>
		<category><![CDATA[partimage]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2458</guid>
		<description><![CDATA[Intipadi.com &#8211; One of the key responsibilities of a system administrator is to ensure the safety of an organisation&#8217;s computer data. This is a critical task for any organisation, given that the loss of important data could have profound implications on its future prosperity.
There are a number of different strategies that a system administrator will [...]]]></description>
			<content:encoded><![CDATA[<p><em>Intipadi.com</em> &#8211; One of the key responsibilities of a system administrator is to ensure the safety of an organisation&#8217;s computer data. This is a critical task for any organisation, given that the loss of important data could have profound implications on its future prosperity.</p>
<p>There are a number of different strategies that a system administrator will need to use to ensure that data is preserved. For example, the person will need to maintain the computer system and/or network, by applying operating system updates and patches, by performing regular backups, and ensuring that the system is kept secure at all times. Disk cloning is a highly popular method of performing comprehensive backups of the operating system, installed software, and an organisation&#8217;s data with the minimum of effort.<span id="more-2458"></span></p>
<p>However, disk cloning software is not simply helpful for system backups. It has a wide range of other uses such as provisioning new computers in the workplace, restoring computers from a master image, and system recovery.</p>
<p>This article is the first in a series highlighting all of the best free software that is of real benefit to anyone who needs to maintain a computer system.</p>
<p>To provide an insight into the quality of software that is available, we have compiled a list of 6 high quality Linux disk cloning software. Hopefully, there will be something of interest for anyone who needs to perform system admin tasks.</p>
<p>Now, let&#8217;s explore the 6 disk cloning software at hand. For each title we have compiled its own portal page, providing a screenshot of the software in action, a full description with an in-depth analysis of its features, together with links to relevant resources and reviews.</p>
<p><strong>Disk Cloning Distro:</strong></p>
<ol>
<li><em>Clonezilla</em> Similar to Symantec Ghost</li>
<li><em>FOG </em>A cloning / imaging solution / rescue suite</li>
<li><em>Mondo Rescue	Reliable</em>, disaster recovery solution</li>
<li><em>G4L</em> ncurses-based hard disk and partition imaging and cloning tool</li>
<li><em>Partimage</em> Stores partitions to a image file</li>
<li><em>PING</em> Partimage Is Not Ghost</li>
</ol>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2458&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/mandriva-linux-2010-1-alpha-2" title="[Download and Test] Mandriva Linux 2010.1 Alpha 2">[Download and Test] Mandriva Linux 2010.1 Alpha 2</a> (0)</li><li><a href="http://intipadi.com/no-official-lubuntu-9-10-but-you-can-install-a-prototype-via-ubuntu-multiverse-repository" title="No Official Lubuntu 9.10, But You Can Install A Prototype Via Ubuntu Multiverse Repository">No Official Lubuntu 9.10, But You Can Install A Prototype Via Ubuntu Multiverse Repository</a> (0)</li><li><a href="http://intipadi.com/nama-ubuntu-10-04-adalah-lucid-lynx" title="Nama Ubuntu 10.04 adalah Lucid Lynx">Nama Ubuntu 10.04 adalah Lucid Lynx</a> (0)</li><li><a href="http://intipadi.com/nama-ubuntu-10-04-adalah-lucid-lynx-2" title="Nama Ubuntu 10.04 adalah Lucid Lynx">Nama Ubuntu 10.04 adalah Lucid Lynx</a> (0)</li><li><a href="http://intipadi.com/freebsd-8-0-beta-4" title="FreeBSD 8.0 Beta 4">FreeBSD 8.0 Beta 4</a> (0)</li><li><a href="http://intipadi.com/desktopbsd-1-7" title="DesktopBSD 1.7">DesktopBSD 1.7</a> (0)</li><li><a href="http://intipadi.com/astaro-security-gateway-7-5-beta-4-dirilis" title="Astaro Security Gateway 7.5 beta 4 dirilis!">Astaro Security Gateway 7.5 beta 4 dirilis!</a> (0)</li><li><a href="http://intipadi.com/slackware-13-rc-1-dirilis" title="Slackware 13 RC 1 Dirilis">Slackware 13 RC 1 Dirilis</a> (0)</li><li><a href="http://intipadi.com/jika-icon-desktop-di-xfce-hilang" title="Jika icon desktop di XFCE hilang">Jika icon desktop di XFCE hilang</a> (0)</li><li><a href="http://intipadi.com/mudah-mengompresi-folder-di-linux-dengan-tar" title="Mudah mengompresi folder di linux dengan Tar">Mudah mengompresi folder di linux dengan Tar</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/free-linux-disk-cloning-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySpace Activity And Content Stream</title>
		<link>http://intipadi.com/myspace-activity-and-content-stream</link>
		<comments>http://intipadi.com/myspace-activity-and-content-stream#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:52:34 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[launching]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[stream]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2456</guid>
		<description><![CDATA[Intipadi.com &#8211; MySpace has launched an activity and content stream, which they are calling simply the “Stream.” Previously they showed a feed of status updates from friends, but the new feature shows a lot more content, including things like music your friends are listening to on MySpace Music, video they’re watching, links they are adding, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Intipadi.com</strong> &#8211; MySpace has launched an activity and content stream, which they are calling simply the “Stream.” Previously they showed a feed of status updates from friends, but the new feature shows a lot more content, including things like music your friends are listening to on MySpace Music, video they’re watching, links they are adding, etc.</p>
<p>The company hasn’t formally announced the product, which sort of makes sense since they’re still playing catch up with similar features on Facebook. But it’s an important beachhead in their go-forward strategy, we’ve learned. More on that in our next post.<span id="more-2456"></span><script type="text/javascript"><!--
google_ad_client = "pub-2848453118443424";
/* 468x60, dibuat 10/01/30 */
google_ad_slot = "4911795293";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><img src="http://tctechcrunch.files.wordpress.com/2010/02/stream.jpg"></p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2456&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/screenshoot-google-chrome" title="Screenshoot Google Chrome">Screenshoot Google Chrome</a> (0)</li><li><a href="http://intipadi.com/wow-personas-for-firefox-gets-10-million-users" title="WOW, Personas for Firefox Gets 10 Million Users">WOW, Personas for Firefox Gets 10 Million Users</a> (0)</li><li><a href="http://intipadi.com/myspace-get-imeem-for-just-1-million-in-cashonly" title="MySpace Get iMeem for Just $1 Million in Cash,ONLY!">MySpace Get iMeem for Just $1 Million in Cash,ONLY!</a> (0)</li><li><a href="http://intipadi.com/youtube-memperkenalkan-transkripsi-video-otomatis" title="Youtube Memperkenalkan Transkripsi Video, Otomatis">Youtube Memperkenalkan Transkripsi Video, Otomatis</a> (0)</li><li><a href="http://intipadi.com/okeycall-kembaran-facebook-cita-rasa-lokal" title="Okeycall, &#039;Kembaran&#039; Facebook Cita Rasa Lokal">Okeycall, &#039;Kembaran&#039; Facebook Cita Rasa Lokal</a> (2)</li><li><a href="http://intipadi.com/ponsel-android-siap-menggetarkan-dunia" title="Ponsel Android Siap Menggetarkan Dunia">Ponsel Android Siap Menggetarkan Dunia</a> (0)</li><li><a href="http://intipadi.com/download-opensuse-11-2-final" title="Download openSUSE 11.2 Final">Download openSUSE 11.2 Final</a> (3)</li><li><a href="http://intipadi.com/google-chrome-os-diluncurkan-minggu-depan" title="Google Chrome OS diluncurkan Minggu Depan">Google Chrome OS diluncurkan Minggu Depan</a> (2)</li><li><a href="http://intipadi.com/download-office-2010-beta-sebentar-lagi" title="Download Office 2010 Beta (sebentar lagi)">Download Office 2010 Beta (sebentar lagi)</a> (1)</li><li><a href="http://intipadi.com/situs-antv-kena-deface" title="Situs ANTV Kena Deface">Situs ANTV Kena Deface</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/myspace-activity-and-content-stream/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more Google Gears for Safari</title>
		<link>http://intipadi.com/no-more-google-gears</link>
		<comments>http://intipadi.com/no-more-google-gears#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:49:37 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gears]]></category>
		<category><![CDATA[google gears]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2453</guid>
		<description><![CDATA[Intipadi.com &#8211; While digging through the Chromium forums back in November looking for clues about the then-unreleased Chrome for Mac beta, we stumbled on an interesting bit of information: Google was moving away from supporting Gears going forward. While this move was obvious for some given Google’s heavy investment in HTML5, Google hadn’t talked much [...]]]></description>
			<content:encoded><![CDATA[<p><em>Intipadi.com</em> &#8211; While digging through the Chromium forums back in November looking for clues about the then-unreleased Chrome for Mac beta, we stumbled on an interesting bit of information: Google was moving away from supporting Gears going forward. While this move was obvious for some given Google’s heavy investment in HTML5, Google hadn’t talked much about what would happen to their plug-in that allowed for things such as offline access to Gmail. They’re talking now.</p>
<p>In a post yesterday on the Gears API blog, Ian Fette from the Gears team comes right out and says it in his title: “Hello HTML5.” Fette notes that the reason there haven’t been many updates to Gears in the past several months is because the team has shifted its focus towards implementing the same features into Chrome through HTML5. So far, this includes Database API, workers, local storage, and web sockets. And soon, LocalServer API and Geolocation will be a part of Chrome as well, Fette notes. In essence, all of these features make Gears unnecessary — well, at least in Chrome, which Google obviously wants you to use.<span id="more-2453"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2848453118443424";
/* 468x60, dibuat 10/01/30 */
google_ad_slot = "4911795293";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Because of this shift of focus, Fette notes that support for Gears will be increasingly “constrained in scope.” What this means is that beginning immediately, they will no longer be supporting Gears on OS X Snow Leopard (and later). Meanwhile, Gears support in Firefox and Internet Explorer will continue in limited form for now. But both of those too will eventually be killed off. “We will not be investing resources in active development of new features,” Fette writes.</p>
<p>Really, all Google is waiting for is an effective way to migrate Gears-enabled apps (and their users) over to HTML5. While there is currently no good way to do this, it seems as if Google just may wait for developers to drink the HTML5 kool-aid and then kill of Gears support entirely — even if there are still some who are using it.</p>
<p>I’m all for this. As I wrote back in December, I’m of the opinion that plug-ins are perhaps the biggest inhibitor of a unified web. That is, a web where everyone sees the same content the same way, no matter what browser or which OS they’re using. It doesn’t matter if those plug-ins are made by Google (Gears), Microsoft (Silverlight), Adobe (Flash), or anyone else. <a href="http://techcrunch.com/2010/02/20/google-gears-dead/"><strong>Via Techcrunch</strong></a>.</p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2453&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/how-to-install-google-gears-in-mandriva" title="How to Install Google Gears in Mandriva?">How to Install Google Gears in Mandriva?</a> (0)</li><li><a href="http://intipadi.com/download-opera-10-50-pre-alpha-new-snapshot-build-3218" title="Download Opera 10.50 Pre-Alpha New Snapshot Build 3218">Download Opera 10.50 Pre-Alpha New Snapshot Build 3218</a> (0)</li><li><a href="http://intipadi.com/nokia-mentarget-qt-4-6-open-source-di-symbian" title="Nokia mentarget QT 4.6 open source di Symbian">Nokia mentarget QT 4.6 open source di Symbian</a> (0)</li><li><a href="http://intipadi.com/video-comparing-flashflex-and-air-development" title="[Video] Comparing Flash,Flex and Air Development">[Video] Comparing Flash,Flex and Air Development</a> (0)</li><li><a href="http://intipadi.com/skype-developing-an-open-source-version" title="Skype, Developing an Open Source Version">Skype, Developing an Open Source Version</a> (0)</li><li><a href="http://intipadi.com/generate-skrip-php-dari-database-mysql-dengan-phpmaker" title="Generate skrip PHP dari database MySQL dengan PHPMaker">Generate skrip PHP dari database MySQL dengan PHPMaker</a> (0)</li><li><a href="http://intipadi.com/browsing-wikipedia-offline-dengan-greasemonkey" title="Browsing Wikipedia Offline dengan GreaseMonkey">Browsing Wikipedia Offline dengan GreaseMonkey</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/no-more-google-gears/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>darkjumper &#8211; Python Blind SQL Injection tools</title>
		<link>http://intipadi.com/darkjumper</link>
		<comments>http://intipadi.com/darkjumper#comments</comments>
		<pubDate>Sun, 21 Feb 2010 17:00:29 +0000</pubDate>
		<dc:creator>luthfi.emka</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blind sql injection]]></category>
		<category><![CDATA[darkjumper]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[SQL Inject]]></category>
		<category><![CDATA[SQL injection tool]]></category>
		<category><![CDATA[sql-injection]]></category>

		<guid isPermaLink="false">http://intipadi.com/?p=2451</guid>
		<description><![CDATA[Intipadi.com &#8211; Telah direlease darkjumper versi ke 5 oleh my brother gunslinger dengan pengembangan 2 dari darkjumper versi 4. Fungsi &#8211; fungsi tool ini terfokus pada penetrasi terhadap suatu server shared hosting, antara lain:
1. User enumeration
2. Scan sqli, blind sqli, lfi dan rfi pada tiap web yang dihost di server yang sama
3. Scanning CGI dan [...]]]></description>
			<content:encoded><![CDATA[<p><em>Intipadi.com</em> &#8211; Telah direlease darkjumper versi ke 5 oleh my brother gunslinger dengan pengembangan 2 dari darkjumper versi 4. Fungsi &#8211; fungsi tool ini terfokus pada penetrasi terhadap suatu server shared hosting, antara lain:</p>
<p>1. User enumeration<br />
2. Scan sqli, blind sqli, lfi dan rfi pada tiap web yang dihost di server yang sama<br />
3. Scanning CGI dan struktur path umum web<br />
4. Port Scan<span id="more-2451"></span><br />
5. Auto Dictionary Attack setelah user enumeration<br />
6. Auto sql inject setelah ditemukan bug mysql injection (mencari panjang kolom otomatis)<br />
7. Tambahan fungsi proksi<br />
8. Tambahan Verbositas<br />
9. Fitur ip dan geo checking</p>
<p>Perkembangan projek di sourceforge:<br />
<a href="http://sourceforge.net/projects/darkjumper/">http://sourceforge.net/projects/darkjumper/</a><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2848453118443424";
/* 468x60, dibuat 10/01/30 */
google_ad_slot = "4911795293";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Untuk penggunaanya, tinggal ekstrak darkjumper-xxx.tar.gz kemudian jalankan darkjumper.py.</p>
<pre class="brush: bash;">
tar xzvf darkjumper-xxx.tar.gz
cd darkjumper
./darkjumper.py -t http://target.com -m full
</pre>
<p>Silakan menikmati Injeksi SQLnya. Seluruh posibility user yang didapat dari hasil blind injection sql akan ditaruh di file <strong>darkjumperlog.txt</strong></p>
<img src="http://intipadi.com/?ak_action=api_record_view&id=2451&type=feed" alt="" /><h2  class="related_post_title">Read also the related articles:</h2><ul class="related_post"><li><a href="http://intipadi.com/workshop-basic-hacking-100-free-bandung" title="Workshop Basic Hacking 100 % Free &#8211; Bandung">Workshop Basic Hacking 100 % Free &#8211; Bandung</a> (0)</li><li><a href="http://intipadi.com/indonesia-open-security-conference-2010" title="Indonesia Open Security Conference 2010">Indonesia Open Security Conference 2010</a> (0)</li><li><a href="http://intipadi.com/pemerintah-china-membungkam-komunitas-hacker-blackhawk" title="Pemerintah China membungkam komunitas hacker Blackhawk">Pemerintah China membungkam komunitas hacker Blackhawk</a> (0)</li><li><a href="http://intipadi.com/power-plants-hacking-attack-increased" title="Power Plants Hacking Attack Increased">Power Plants Hacking Attack Increased</a> (0)</li><li><a href="http://intipadi.com/add-custom-widgets-to-wordpress-dashboard" title="Add custom widgets to WordPress dashboard">Add custom widgets to WordPress dashboard</a> (0)</li><li><a href="http://intipadi.com/hack-entire-irc-network-via-firefox-bug" title="Hack entire IRC Network via Firefox Bug">Hack entire IRC Network via Firefox Bug</a> (0)</li><li><a href="http://intipadi.com/about-mod_security-2-5" title="Review mod_security 2.5">Review mod_security 2.5</a> (0)</li><li><a href="http://intipadi.com/bagaimana-menghack-3-sistem-operasi" title="Bagaimana menghack 3 Sistem Operasi!">Bagaimana menghack 3 Sistem Operasi!</a> (0)</li><li><a href="http://intipadi.com/situs-antv-kena-deface" title="Situs ANTV Kena Deface">Situs ANTV Kena Deface</a> (3)</li><li><a href="http://intipadi.com/antisadap-versus-sadap" title="Antisadap Versus Sadap">Antisadap Versus Sadap</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://intipadi.com/darkjumper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
