<?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>LosByers- Interesting Musings Helpful Hints from a Unix System Administrator &#187; hack</title>
	<atom:link href="http://losbyers.com/wordpress/tag/hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://losbyers.com/wordpress</link>
	<description>All the info I need</description>
	<lastBuildDate>Wed, 01 Sep 2010 19:48:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Some Web Hacks</title>
		<link>http://losbyers.com/wordpress/2009/12/some-web-hacks/</link>
		<comments>http://losbyers.com/wordpress/2009/12/some-web-hacks/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 21:42:01 +0000</pubDate>
		<dc:creator>LosByers</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Related]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://losbyers.com/wordpress/?p=21</guid>
		<description><![CDATA[<p>The simple things to give you more information about a system.</p>
<p>read http://marc.info/?l=bugtraq&#38;m=110809126916608&#38;w=2</p>
<p>just some info from javascript.</p>
<p>Javascript web hacks.</p>
<p>javascript:alert(document.lastModified)   &#8211; shows the date a web pages was modified.</p>
<p>javascript:var%20c=0;    &#8211; Not sure crashes a running javascript. This injects a value of 0 into the variable &#8220;c&#8221;.</p>
<p>javascript:alert(c=0)    &#8211; Same set [...]]]></description>
			<content:encoded><![CDATA[<p><span>The simple things to give you more information about a system.</span></p>
<p>read <a href="http://marc.info/?l=bugtraq&amp;m=110809126916608&amp;w=2" target="_blank">http://marc.info/?l=bugtraq&amp;m=110809126916608&amp;w=2</a></p>
<p>just some info from javascript.</p>
<p><strong>Javascript web hacks</strong>.</p>
<p>javascript:alert(document.lastModified)   &#8211; shows the date a web pages was modified.</p>
<p>javascript:var%20c=0;    &#8211; Not sure crashes a running javascript. This injects a value of 0 into the variable &#8220;c&#8221;.</p>
<p>javascript:alert(c=0)    &#8211; Same set the variable &#8220;c&#8221; to 0.</p>
<p><span>This URL will display an alert dialog with the contents of the HTTP cookie for the current site: </span><span>This URL will display an alert dialog with the contents of the HTTP cookie for the current site: </span></p>
<p><span>javascript:alert(document.cookie)   Show the active cookie.</span></p>
<p>javascript:alert(&#8221;Hello world.&#8221;)<br />
<span> <strong>Search on goole for rapidshare stuff</strong></span></p>
<p>+inurl:avi|mpg|wmv site:rapidshare.com Pattern</p>
<p><span>Beat the long Rapidshare wait.</span><br />
<span> <a href="http://www.elitehackers.info/forums/archive/index.php/t-2766.html" target="_blank">www.elitehackers.info/forums/archive/index.php/t-2766.html</a><br />
</span></p>
<p><span>Javascript to turn off the ability to right click on a page. </span></p>
<p>&lt;S C R I P T LANGUAGE=&#8221;Java Script&#8221;&gt;<br />
&lt;!&#8211;<br />
//Disable right click script III- By Renigade (renigade@mediaone.net)<br />
//For full source code, visit http://www.dynamicdrive.com<br />
var message=&#8221;Sorry, right-click has been disabled&#8221;;<br />
///////////////////////////////////<br />
function clickIE() {if (document.all) {(message);return false;}}<br />
function clickNS(e) {if<br />
(document.layers||(document.getElementById&amp;&amp;!document.all)) {<br />
if (e.which==2||e.which==3) {(message);return false;}}}<br />
if (document.layers)<br />
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}<br />
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}<br />
document.oncontextmenu=new Function(&#8221;return false&#8221;)<br />
// &#8211;&gt;<br />
&lt;/S C R I P T&gt;</p>
<p><span>Then there is the hack to disable this javascript.</p>
<p>Type in the URL<br />
</span>javascript:void(document.oncontextmenu=null)</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Flosbyers.com%2Fwordpress%2F2009%2F12%2Fsome-web-hacks%2F&amp;linkname=Some%20Web%20Hacks"><img src="http://losbyers.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://losbyers.com/wordpress/2009/12/some-web-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
