<?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>SecureSlash.com &#187; Uncategorized</title>
	<atom:link href="http://secureslash.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://secureslash.com</link>
	<description>Because security matters</description>
	<lastBuildDate>Mon, 20 Feb 2012 12:05:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IE6 &amp; 7 Flicker or Flashing Problem</title>
		<link>http://secureslash.com/uncategorized/ie6-7-flicker-or-flashing-problem/</link>
		<comments>http://secureslash.com/uncategorized/ie6-7-flicker-or-flashing-problem/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 13:13:40 +0000</pubDate>
		<dc:creator>paimpozhil</dc:creator>
				<category><![CDATA[Computer Users]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Administration]]></category>
		<category><![CDATA[ie flicker problem]]></category>
		<category><![CDATA[ie image flicker]]></category>
		<category><![CDATA[ie white flash after clicking a link]]></category>

		<guid isPermaLink="false">http://secureslash.com/uncategorized/ie6-7-flicker-or-flashing-problem/</guid>
		<description><![CDATA[Tweet You may have a site that has background other than White. &#60;!&#8211; ckey=&#8221;72D5D611&#8243; &#8211;&#62; And sometimes when using css/javascript menus,etc when the people navigate to other pages , you will see a Big Flash entering the eyes Not to mention, average users will get Annoyed by this and leave the site unless you provide [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Funcategorized%2Fie6-7-flicker-or-flashing-problem%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/uncategorized/ie6-7-flicker-or-flashing-problem/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/uncategorized/ie6-7-flicker-or-flashing-problem/"  data-text="IE6 &amp; 7 Flicker or Flashing Problem" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/uncategorized/ie6-7-flicker-or-flashing-problem/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/uncategorized/ie6-7-flicker-or-flashing-problem/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>You may have a site that has background other than White.</p>
<p>&lt;!&#8211; ckey=&#8221;72D5D611&#8243; &#8211;&gt;</p>
<blockquote><p><!-- ckey="72D5D611" --></p>
</blockquote>
<p>And sometimes when using css/javascript menus,etc when the people navigate to other pages , you will see a Big Flash entering the eyes</p>
<p>Not to mention, average users will get Annoyed by this and leave the site unless you provide something that makes them cope that behavior of the browser</p>
<p>You may not notice this in famous Firefox browser but IE is prone to this kind of behavior<br />
<a href="http://www.spreadfirefox.com/?q=affiliates&#038;id=209699&#038;t=222"><img src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox2/foxkeh-fx2-300x250.png" alt="Foxkeh banners for Firefox 2" title="Foxkeh banners for Firefox 2" border="0" /></a></p>
<p>To fix the problem easily we can ask all users to switch to firefox but this is not always the case so</p>
<h2>Here is the fix for Internet Explorer</h2>
<p>we have tried some advice from fellow webmasters that you can setup cache on IIS webserver,etc.. most people dont have previlage to do that or their hosting admins may not be interested in doing that.</p>
<p>So without any ones help you can fix this yourself by using an Iframe</p>
<p>Make a new file like iframe.html or index.html whatsoever</p>
<p>Make the background to the color of your site background &lt;body bgcolor = &#8220;xxxx&#8221;&gt;</p>
<p>then make a iframe with this code</p>
<ul>
<li>&lt;iframe src=&#8221;http://secureslash.com/&#8221; allowtransparency=&#8221;true&#8221; align=&#8221;left&#8221; frameborder=&#8221;0&#8243; height=&#8221;1024&#8243; scrolling=&#8221;no&#8221; width=&#8221;100%&#8221;&gt;&lt;/iframe&gt;</li>
</ul>
<p>change the secureslash.com with your site url.</p>
<p>And dont forgot that, You need to use some javascript to change the browser address bar url according to the current source of iframe. Google or Live it for doing this.</p>
<p>Thats it , Enjoy Cheers</p>
<p>Paimpozhil</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/uncategorized/ie6-7-flicker-or-flashing-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Trojan Virus Everywhere and How to fix it</title>
		<link>http://secureslash.com/uncategorized/javascript-trojan-virus-everywhere-and-how-to-fix-it/</link>
		<comments>http://secureslash.com/uncategorized/javascript-trojan-virus-everywhere-and-how-to-fix-it/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 12:54:28 +0000</pubDate>
		<dc:creator>paimpozhil</dc:creator>
				<category><![CDATA[Computer Users]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[System Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Website Security]]></category>
		<category><![CDATA[Javascript Trojan]]></category>
		<category><![CDATA[Javascript Trojan virus deletion fix]]></category>
		<category><![CDATA[Latest Virus 2008]]></category>

		<guid isPermaLink="false">http://secureslash.com/uncategorized/javascript-trojan-virus-everywhere-and-how-to-fix-it/</guid>
		<description><![CDATA[Tweet Its getting hit by Trojan virus: Read the News about Thousands of infected websites. A lot of sites are now being attacked with JavaScript Trojans the server is not attacked by virus , this happens to both Linux and windows server sites. so it is doesnt look like a server based attack How this [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Funcategorized%2Fjavascript-trojan-virus-everywhere-and-how-to-fix-it%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/uncategorized/javascript-trojan-virus-everywhere-and-how-to-fix-it/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/uncategorized/javascript-trojan-virus-everywhere-and-how-to-fix-it/"  data-text="Javascript Trojan Virus Everywhere and How to fix it" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/uncategorized/javascript-trojan-virus-everywhere-and-how-to-fix-it/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/uncategorized/javascript-trojan-virus-everywhere-and-how-to-fix-it/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><strong>Its getting hit by Trojan virus:</strong></p>
<p>Read the News about <a href="http://www.onestopclick.com/news/Thousands-of-websites-now-infected-with-Trojan_18435798.html" target="_blank">Thousands of infected websites</a>.</p>
<p>A lot of sites are now being attacked with <strong>JavaScript Trojans</strong></p>
<p>the server is not attacked by virus , this <strong>happens to both Linux and windows server</strong> sites.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1553934370392546";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
//2007-08-15: SecureSlash - SideBox
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "2f63b3";
google_color_text = "000000";
google_color_url = "CCCCCC";

//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br />
so it is doesnt look like a server based attack</p>
<p><strong>How this happens?</strong></p>
<p>when the computer from where you upload data thru FTP/fp is infected , it injects some JavaScript to all html files.</p>
<p>so how you can prevent this happening is keep your pc up2date by having recent antivirus,antispyware and then change your ftp logins.</p>
<p>If there is a Repeating same pattern of JavaScript on 100s of your files you have a shell script for Linux server users that can remove these injected javascript .</p>
<p>so you can request your host or you yourself can run this on your shell</p>
<pre></pre>
<blockquote><p>find ./ -type f -exec sed -i &#8216;/unescape/d&#8217; {} \;</p></blockquote>
<p>this command will remove all the lines with pattern &#8216;unescape&#8217;</p>
<p>some virus has lines of function <strong>okban</strong>, in that case you can try pattern <strong>&#8216;okban&#8217;</strong></p>
<p>it depends on your need.</p>
<p>you can do the same with a software called <strong>GrepWin</strong> for replacing/searching PERL Regular Expression patterns on your files</p>
<p><a href="http://tools.tortoisesvn.net/grepWin" title="http://tools.tortoisesvn.net/grepWin">http://tools.tortoisesvn.net/grepWin</a></p>
<p>use it to search for patterns and replace with null or use the options to delete those lines</p>
<p>this can be either used on a windows server or client side (but then you have to upload all modified files again )</p>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/uncategorized/javascript-trojan-virus-everywhere-and-how-to-fix-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Conscience of a Hacker</title>
		<link>http://secureslash.com/uncategorized/conscience-of-a-hacker/</link>
		<comments>http://secureslash.com/uncategorized/conscience-of-a-hacker/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 06:10:25 +0000</pubDate>
		<dc:creator>anim-eh</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://secureslash.com/uncategorized/conscience-of-a-hacker/</guid>
		<description><![CDATA[Tweet Another one got caught today, it&#8217;s all over the papers. &#8220;Teenager arrested in computer crime scandal&#8221;, &#8220;Hacker arrested after bank tampering&#8221;&#8230; Damn Kids. They&#8217;re all alike. But did you, in your three piece psychology and 1970&#8242;s technobrain ever take a look behind the eyes of a hacker? Did you ever wonder what made him [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Funcategorized%2Fconscience-of-a-hacker%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/uncategorized/conscience-of-a-hacker/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/uncategorized/conscience-of-a-hacker/"  data-text="The Conscience of a Hacker" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/uncategorized/conscience-of-a-hacker/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/uncategorized/conscience-of-a-hacker/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Another one got caught today, it&#8217;s all over the papers. &#8220;Teenager arrested in computer crime scandal&#8221;, &#8220;Hacker arrested after bank tampering&#8221;&#8230;</p>
<p>Damn Kids. They&#8217;re all alike.<br />
<!--adsense--><br />
But did you, in your three piece psychology and 1970&#8242;s technobrain ever take a look behind the eyes of a hacker? Did you ever wonder what made him tick, what forces shaped him, what may have molded him?</p>
<p>I am a hacker, enter my world&#8230;</p>
<p>Mine is a world that begins with school. I&#8217;ve listened to the teacher explain for the fifteenth time how to reduce a fraction. I understand it. &#8220;No, Miss Shaw, I didn&#8217;t show my work. I did it in my head&#8230;&#8221;</p>
<p>Damn kid. Probably copied it. They&#8217;re all alike.</p>
<p>I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to do. If it makes a mistake, it&#8217;s because I screwed up. Not because it doesn&#8217;t like me&#8230;or feels threatened by me&#8230;or thinks I&#8217;m a smart ass&#8230;or doesn&#8217;t like teaching and shouldn&#8217;t be here&#8230;</p>
<p>Damn kid. All he does is play games. They&#8217;re all alike.</p>
<p>And then it happened&#8230; A door opened to a world&#8230; Rushing through the phone line like heroin through an addict&#8217;s veins, an electronic pulse is sent out, a refuge from the day to day incompetencies is sought&#8230; A board is found.</p>
<p>&#8220;This is it&#8230; This is where I belong&#8230;&#8221;</p>
<p>I know everyone here&#8230; Even if I&#8217;ve never met them, never talked to them, may never hear from them again&#8230; I know you all&#8230;</p>
<p>Damn kid. Tying up the phone line again. They&#8217;re all alike&#8230;</p>
<p>You bet your ass we&#8217;re all alike&#8230; We&#8217;ve been spoon fed baby food at school when we hungered for steak&#8230; The bits of meat that you did let slip through were pre chewed and tasteless. We&#8217;ve been dominated by sadists, or ignored by the apathetic. The few that had something to teach found us willing pupils, but those few are like drops of water in the desert.</p>
<p>This is our world now&#8230; The world of the electron and the switch, the beauty of the baud. We make use of a service already existing without paying for what could be dirt cheap if it wasn&#8217;t run by profiteering gluttons, and you call us criminals. We explore&#8230; And you call us criminals. We exist without skin color, without nationality, without religious bias&#8230; And you call us criminals. You build atomic bombs, you wage wars, you murder, you cheat, and lie to us and try to make us believe it&#8217;s for our own good, yet we&#8217;re the criminals.<br />
<!--adsense--><br />
Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.</p>
<p>I am a hacker, and this is my manifesto. You may stop this individual, but you can&#8217;t stop us all&#8230; After all, We&#8217;re all alike.</p>
<p>Tom Beam</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/uncategorized/conscience-of-a-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

