<?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>Russell&#039;s Cyber Journal &#187; hack</title>
	<atom:link href="http://russelljohn.net/journal/tag/hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://russelljohn.net/journal</link>
	<description>Just in case if you want to know what&#039;s happening in my life...</description>
	<lastBuildDate>Fri, 20 Aug 2010 12:32:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Attack on #Mastermind</title>
		<link>http://russelljohn.net/journal/2006/12/attack-on-mastermind/</link>
		<comments>http://russelljohn.net/journal/2006/12/attack-on-mastermind/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 11:55:00 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[Internet Relay Chat]]></category>
		<category><![CDATA[DALnet]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://1569606304</guid>
		<description><![CDATA[In the five years history of DALnet #Mastermind, we&#8217;ve experienced countless flooding, IRCop threatening on multiple occasions, DoS attacks on our users, and so on. But something happened today that I never expected.
The &#8220;hacker&#8221; gained access to one of our SOp&#8217;s NickServ password, and committed a mischievous act that proved his immense patience and hatred towards me. The scoundrel deleted all the 40 AOps one by one, and then added them back on the AKick list. He didn&#8217;t forget to add *!*@* on AKick as well. This was followed by a obvious mass kick.
I know who&#8217;s behind this, and this is a warning for him: this abuse won&#8217;t be tolerated. We will strike back at any cost sooner or later. Playing with fire is hazardous.
]]></description>
			<content:encoded><![CDATA[<p>In the five years history of <a href="http://channels.dal.net/mastermind/" target="_blank">DALnet #Mastermind</a>, we&#8217;ve experienced countless flooding, IRCop threatening on multiple occasions, DoS attacks on our users, and so on. But something happened today that I never expected.</p>
<p>The &#8220;hacker&#8221; gained access to one of our SOp&#8217;s NickServ password, and committed a mischievous act that proved his immense patience and hatred towards me. The scoundrel deleted all the 40 AOps one by one, and then added them back on the AKick list. He didn&#8217;t forget to add *!*@* on AKick as well. This was followed by a obvious mass kick.</p>
<p>I know who&#8217;s behind this, and this is a warning for him: this abuse won&#8217;t be tolerated. We <b>will</b> strike back at any cost sooner or later. Playing with fire is hazardous.</p>
]]></content:encoded>
			<wfw:commentRss>http://russelljohn.net/journal/2006/12/attack-on-mastermind/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MAC Address Spoofing</title>
		<link>http://russelljohn.net/journal/2006/10/mac-address-spoofing/</link>
		<comments>http://russelljohn.net/journal/2006/10/mac-address-spoofing/#comments</comments>
		<pubDate>Sun, 15 Oct 2006 09:02:55 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random Stuffs]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://847695851</guid>
		<description><![CDATA[Just in case if you need to change the MAC address of your NIC to trick your ISP:
ifconfig eth0 down hw ether 12:34:56:78:90:AB
ifconfig eth0 up
Replace 12:34:56:78:90:AB with a &#8220;valid&#8221; MAC address.  
]]></description>
			<content:encoded><![CDATA[<p>Just in case if you need to change the MAC address of your NIC to trick your ISP:</p>
<blockquote><p>ifconfig eth0 down hw ether 12:34:56:78:90:AB<br />
ifconfig eth0 up</p></blockquote>
<p>Replace 12:34:56:78:90:AB with a &#8220;valid&#8221; MAC address. <img src='http://russelljohn.net/journal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="MAC Address Spoofing" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://russelljohn.net/journal/2006/10/mac-address-spoofing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Include Vulnerability in Mambo</title>
		<link>http://russelljohn.net/journal/2006/07/remote-include-vulnerability-in-mambo/</link>
		<comments>http://russelljohn.net/journal/2006/07/remote-include-vulnerability-in-mambo/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 13:38:56 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[Tech Stuffs]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mambo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://1329541705</guid>
		<description><![CDATA[If you are Mambo user and using Galleria, SimpleBoard, or ExtCalender components, then be careful. A Remote Include Vulnerability has been discovered, and a lot of Mambo run sites using one of these components are being hacked and defaced. To save yourself from this epidemic, check for this line on top of all the PHP files on your component directories:
defined( &#8216;_VALID_MOS&#8217; ) or die( &#8216;Direct Access to this location is not allowed.&#8217; )
If it&#8217;s not there on every pages, then add it on the top. If available, it&#8217;s always the best option to update your modules and components to the latest stable version.
Remeberber: if apache.org or whitehouse.gov can get hacked, so can be yours. Be careful. Very careful. There&#8217;s nothing called security in this crazy world.
]]></description>
			<content:encoded><![CDATA[<p>If you are Mambo user and using Galleria, SimpleBoard, or ExtCalender components, then be careful. A Remote Include Vulnerability has been discovered, and a lot of Mambo run sites using one of these components are being hacked and defaced. To save yourself from this epidemic, check for this line on top of all the PHP files on your component directories:</p>
<p><em>defined( &#8216;_VALID_MOS&#8217; ) or die( &#8216;Direct Access to this location is not allowed.&#8217; )</em></p>
<p>If it&#8217;s not there on every pages, then add it on the top. If available, it&#8217;s always the best option to update your modules and components to the latest stable version.</p>
<p>Remeberber: if <a href="http://www.apache.org" target="_blank">apache.org</a> or <a href="http://www.whitehouse.org" target="_blank">whitehouse.gov</a> can get hacked, so can be yours. Be careful. Very careful. There&#8217;s nothing called security in this crazy world.</p>
]]></content:encoded>
			<wfw:commentRss>http://russelljohn.net/journal/2006/07/remote-include-vulnerability-in-mambo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
