<?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>What&#039;s My Pass? &#187; Linux</title>
	<atom:link href="http://www.whatsmypass.com/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.whatsmypass.com</link>
	<description>Password Recovery for Windows, Mac, Linux, browsers, email, instant messengers, BIOS</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:08:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cracking WPA/WPA2 with Reaver</title>
		<link>http://www.whatsmypass.com/cracking-wpawpa2-with-reaver</link>
		<comments>http://www.whatsmypass.com/cracking-wpawpa2-with-reaver#comments</comments>
		<pubDate>Tue, 24 Jan 2012 15:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Privilege Escalation]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1311</guid>
		<description><![CDATA[The WiFi Protected Setup (WPS) protocol is vulnerable to a brute force attack that allows an attacker to recover an access point’s WPS pin, and subsequently the WPA/WPA2 passphrase, in just a matter of hours, using the open source tool called Reaver. Think your 32 character alpha-numeric password is uncrackable? If your wireless router is [...]]]></description>
			<content:encoded><![CDATA[<p>The WiFi Protected Setup (WPS) protocol is vulnerable to a brute force attack that allows an attacker to recover an access point’s WPS pin, and subsequently the WPA/WPA2 passphrase, in just a matter of hours, using the open source tool called <a href="http://code.google.com/p/reaver-wps/" title="http://code.google.com/p/reaver-wps/" target="_blank">Reaver</a>. Think your 32 character alpha-numeric password is uncrackable? If your wireless router is using WPS then your router may be spit back your password in plain-text to the attacker in less than 10 hrs. WPS allows users to enter an 8 digit PIN to connect to a secured network without having to enter a passphrase. When a user supplies the correct PIN the access point essentially gives the user the WPA/WPA2 PSK that is needed to connect to the network. Reaver will determine an access point&#8217;s PIN and then extract the PSK and give it to the attacker. When we tested Reaver in our labs we were able to recovery the WPA password in 1.5hrs and the longest run was 7.5hrs <img alt="Reaver Test" src="http://i.imgur.com/MQ0Su.jpg" title="Reaver Test" class="aligncenter" width="520" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/cracking-wpawpa2-with-reaver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new threat</title>
		<link>http://www.whatsmypass.com/the-new-threat</link>
		<comments>http://www.whatsmypass.com/the-new-threat#comments</comments>
		<pubDate>Sat, 12 Feb 2011 17:58:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Privilege Escalation]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1145</guid>
		<description><![CDATA[Programmable embedded devices have the capability of being detected as a HID device , just like a keyboard or mouse. So if you have physical access and a minute alone you can compromise a system with something the size of your thumb. The possibilities are endless, HTTP/FTP download, injecting binaries into debug or Powershell etc.. [...]]]></description>
			<content:encoded><![CDATA[<p>Programmable embedded devices have the capability of being detected as a HID device , just like a keyboard or mouse. So if you have physical access and a minute alone you can compromise a system with something the size of your thumb. The possibilities are endless, HTTP/FTP download, injecting binaries into debug or Powershell etc.. Also this device is cross platform which means Windows,Linux,UNIX and Apple are all vulnerable.</p>
<p>Here&#8217;s an example project we made for a Windows7 box that adds a new Admin user to the system and hides that user from the logon screen. the whole process takes about 16 seconds , with most of the time taken by the device being detected as a keyboard and the driver installed. The device costs about $20 and can be found <a href="http://www.pjrc.com/teensy/">here</a></p>
<p><center><iframe title="YouTube video player" width="475" height="390" src="http://www.youtube.com/embed/MyG3x7HHwwA" frameborder="0" allowfullscreen></iframe></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/the-new-threat/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MAPDAV</title>
		<link>http://www.whatsmypass.com/mapdav</link>
		<comments>http://www.whatsmypass.com/mapdav#comments</comments>
		<pubDate>Sat, 05 Feb 2011 19:03:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cracking]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1141</guid>
		<description><![CDATA[MAPDAV is designed to use what is known about a user or users (ex, username, first name, middle name, last name, etc) on a unix/linux system from a /etc/passwd file and tries to come up with probable combinations that could be the user&#8217;s password. An administrator could run the output through a cracker and see [...]]]></description>
			<content:encoded><![CDATA[<p>MAPDAV is designed to use what is known about a user or users (ex, username, first name, middle name, last name, etc) on a unix/linux system from a /etc/passwd file and tries to come up with probable combinations that could be the user&#8217;s password. An administrator could run the output through a cracker and see if their user&#8217;s passwords are anything easy to guess.</p>
<p>For example, if we had a passwd file entery such as:<br />
<em>chrisa:x:107:102:Chris Anderson:/home/chrisa:/usr/bin/bash</em></p>
<p>We could have MAPDAV derrive some possible passwords, such as chrisa, chrisanderson, andersonchris, canderson, ChrisAnderson, Anderson Chris, CHRIS, plus any other combinations you entered. It has quite a few other features you can use to modify the output to have arbitrary characters, be in reverse, and other useful things.</p>
<p>Out of a sample of 30192 users, MAPDAV 1.0p8 cracked 4.7% of the passwords on the default settings, 1.2% of which were NOT the same user/pass. This combind with a good conventional wordlist could give good crack results.<br />
<center><br />
More info: <a href="http://mapdav.sourceforge.net" target="_blank">http://mapdav.sourceforge.net</a><br />
<a href="http://mapdav.sourceforge.net/screenie1.jpg"><img src="http://mapdav.sourceforge.net/screenie1.jpg" height="50%" width="50%"></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/mapdav/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix crypt(3) Rainbow Tables</title>
		<link>http://www.whatsmypass.com/unix-crypt3-rainbow-tables</link>
		<comments>http://www.whatsmypass.com/unix-crypt3-rainbow-tables#comments</comments>
		<pubDate>Wed, 22 Dec 2010 17:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cracking]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1131</guid>
		<description><![CDATA[Darth Null had a nice writeup on how to make crypt(3) rainbow tables. After being told that the salt made it impossible to generate Rainbow Tables, unless you went through the trouble to create 4096 different tables (one for each salt) the reason cited was the presence of the two-character salt at the beginning of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://darthnull.org/2010/12/22/nails-in-the-crypt/">Darth Null</a> had a nice writeup on how to make crypt(3) rainbow tables. After being told that the salt made it impossible to generate Rainbow Tables, unless you went through the trouble to create 4096 different tables (one for each salt) the reason cited was the presence of the two-character salt at the beginning of the hash. He went out and devised a solution couple of nights later, it was able to actually read, write, and process crypt(3) hashes in their native form (as opposed to a flat hexadecimal dump of the hash). He wanted to submit it for schmoocon but didnt get accepted , so rather than sit on the information, he decided to release it on his blog. </p>
<ol>
<li>
Instead of generating 4096 tables of 1-8 character passwords, just create 1 table of 3-10 character passwords, and use the 1st two characters of the plaintext passwords as the salt. (That part will make more sense if you read the paper.)</li>
<li>It’s still kind of slow: 9x slower than LM hashes, for example. But CPUs are much faster than they were in 2003, when people first started building tables for LM hashes.</li>
<li> It also takes a lot of storage. But storage, likewise, is much cheaper than it was seven years ago.</li>
</ol>
<p>The whitepaper can be found here: <a href="http://bit.ly/ij8hQU">http://bit.ly/ij8hQU</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/unix-crypt3-rainbow-tables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Crack a Wi-Fi Network&#8217;s WEP Password with BackTrack</title>
		<link>http://www.whatsmypass.com/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack</link>
		<comments>http://www.whatsmypass.com/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:59:11 +0000</pubDate>
		<dc:creator>Dev Team</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[backtrack3]]></category>
		<category><![CDATA[WEP]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[wifi cracking]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack</guid>
		<description><![CDATA[Lifehacker.com had an article the other day that pretty much held your hand on steps to crack a WEP password using BackTrack3. Check it out ::HERE::]]></description>
			<content:encoded><![CDATA[<p>Lifehacker.com had an article the other day that pretty much held your hand on steps to crack a WEP password using BackTrack3. Check it out ::<a href="http://lifehacker.com/5305094/how-to-crack-a-wi+fi-networks-wep-password-with-backtrack">HERE</a>::</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>10 ways of resetting a lost linux root password</title>
		<link>http://www.whatsmypass.com/10-ways-of-resetting-a-lost-linux-root-password</link>
		<comments>http://www.whatsmypass.com/10-ways-of-resetting-a-lost-linux-root-password#comments</comments>
		<pubDate>Wed, 22 Apr 2009 15:34:26 +0000</pubDate>
		<dc:creator>Dev Team</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Privilege Escalation]]></category>
		<category><![CDATA[boot manager]]></category>
		<category><![CDATA[boot server]]></category>
		<category><![CDATA[cd/dvd player]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Id]]></category>
		<category><![CDATA[Lilo]]></category>
		<category><![CDATA[Linux system]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[Most linux installation]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[startup manager]]></category>
		<category><![CDATA[system administrator]]></category>
		<category><![CDATA[Toshiba HD-A1 Player HD-DVD Player]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=602</guid>
		<description><![CDATA[via: handlewithlinux.com A good password has the problem of being difficult to remember. And sometimes you might need to get in to a system where the root password is long forgotten (or left with the system administrator before you). Luckily there are ways of getting access to systems without having the password. This is of [...]]]></description>
			<content:encoded><![CDATA[<p>via: <a href="http://www.handlewithlinux.com/10-ways-of-resetting-a-lost-linux-root-password">handlewithlinux.com</a></p>
<p>A good password has the problem of being difficult to remember. And sometimes you might need to get in to a system where the root password is long forgotten (or left with the system administrator before you).<br />
Luckily there are ways of getting access to systems without having the password. This is of course in a sense also a security risk. That&#8217;s why you should always be aware that having unattended physical access to a computer system means the same as having root access to the operating system. Unless the information on a system is encrypted, it&#8217;s only as save as the room it&#8217;s in.</p>
<p>The method to use to reset the password if you lost the root (or only) password depends on the configuration of your system. But it mostly comes down to two separate tasks:</p>
<p>- get write access to the root partition</p>
<p>- change the password/circumvent control</p>
<p>Here are some things you can try from easy to more complicated.<span id="more-602"></span></p>
<h2>1.booting into single user mode from the start menu</h2>
<p>Some systems are configured to drop you into root shell without a password if you reboot them in single user mode. If your system has an option called single or recovery mode changes are it will drop you directly to the root prompt or as I know ubuntu does it serves up a menu with &#8216;drop to root shell prompt&#8217; as an option. Sometimes you have to hit escape at startup to enter the boot menu.<br />
Once in the root shell it&#8217;s as easy as typing passwd followed by your username and the passwd program will ask you for the new password. passwd without a name will change the root password.<br />
If you don&#8217;t know the username anymore you can do</p>
<p>#cat /etc/ passwd this prints the password text file where every entry before the : is a valid username</p>
<p>or</p>
<p>#ls /home  which will give you the username of the users on the system with a home directory (if the default home path is used)</p>
<p>If you have a system which has this boot option and you think this is just a to obvious security risk (don&#8217;t want your little sister to change your root password) you can easily remove this option by editing the file /boot/grub/menu.lst (if you use the grub boot loader) or /etc/lilo.conf (if you use lilo)<br />
If you use Ubuntu you can set passwords for the menu options in the startup-manager from the administration menu security tab or remove the option in the advanced tab.<br />
Grub and Lilo both have password options<br />
to password protect grub create a md5 hash of your password ( #/sbin/grub-md5-crypt ) and edit the file /boot/grub/grub.conf add below the line timeout the following line:</p>
<p>password &#8211;md5 password-hash-here</p>
<p>grub configuration should be user root group root and 600 permissions.</p>
<p>to password protect boot menu entries just enter lock below the title line in the /boot/grub/menu.lst file</p>
<p>for protecting lilo edit the /etc/lilo.conf file before the first image stanza place the option</p>
<p>password=clear-text-password</p>
<h2>2. booting into single user mode when there&#8217;s no menu entry at startup</h2>
<p>If there&#8217;s no single or recovery option in the boot menu you can still boot into single mode by editing the startup entry. To do this in grub, while in the menu press &#8216;e&#8217; this will let you edit the menu entries. Just append single to the line starting with kernel. press &#8216;b&#8217; and the system will boot into single mode.<br />
If your boot manager is Lilo you can pass Linux 1 or Linux emergency as boot parameters.<br />
This approach won&#8217;t help you on all systems because many systems will ask you for the root password when booting into single user mode.(Debian does)</p>
<h2>3. boot to root shell by using shell as init</h2>
<p>If the single user mode has been disabled or is password protected just press &#8216;e&#8217; in the grub boot menu and add init=/bin/bash (or any other shell executable) to the kernel line. Press &#8216;b&#8217; to boot and you&#8217;ll get a root shell because the init process is replaced with bash while booting. This gives you a rather limited shell but it&#8217;s good enough, depending on your system configuration you might have to mount the root partition read/write before you can change the password. Do this by entering</p>
<p>#mount -no remount,rw /</p>
<p>After that you can use passwd again as in previous examples.</p>
<p>If your startup manager is Lilo you can give the boot parameters Linux init=/bin/bash</p>
<h2>4. boot from alternative file system</h2>
<p>This method is much less likely to be available as it requires some kind of &#8220;alternative file system&#8221; to be available. If you have non-root access and there is a writable partition (/tmp for instance) and you can place a linux file system relative to that partition for instance by downloading a minimal linux distro and unpacking it you can then give the root= option to grub and set the partition where you placed your own file system as root file system.<br />
Executing the mount command will show the available partitions and how they are mounted. This will only work in very specific circumstances though.</p>
<h2>5. boot from a bootable usb stick</h2>
<p>If you have no way to access single user mode from the boot menu, or if your single user mode is password protected, you can still use an alternative boot medium. Many systems these days provide a boot option for booting from a usb stick. This is actually a very easy method. The access of boot sequence menu differs by system, most systems display a text like press esc to enter boot menu or something like that. Sometimes the system is already configured to try booting from removable medium first. Many systems also allow changing the boot sequence from the bios. Just change the boot sequence of the system to boot from usb or choose that option from the boot menu. This does require you to have a boot-able usb stick of course. There are many ways to make a usb stick boot-able one of them is described in my article about backtrack, which makes a great distro to use for this purpose by the way. Just boot from the usb device, and open a root shell. The next thing you have to do is find out which is the root partition. Use fdisk to list the available partitions:</p>
<p>#fdisk -l</p>
<p>This will show the disks available.<br />
You can mount them with the mount command. First create a directory mkdir /newdir or mount the partition on an existing directory. Then mount the partition you think is the root.</p>
<p>#mount -o,rw /dev/hda1 /newdir</p>
<p>if mount complaints you have to specify partition type, you find the type as a letter/number combination where it says Id. To show a list of partition type name/Id combinations use /sbin/sfdisk -T</p>
<p>in this case use mount with -t option:</p>
<p>#mount -o,rw -t ext3 /dev/hda1 /newdir</p>
<p>check if it&#8217;s the right one with ls:</p>
<p>#ls /newdir  (should list a root filesytem)</p>
<p>if it is the wrong partition, just do umount /newdir to unmount it and redo the previous steps with another partition from the list.</p>
<p>If it is the right partition use chroot:</p>
<p>#chroot /newdir</p>
<p>this will make the newdir your root dir</p>
<p>and then enter passwd to change the root password and reboot your system.</p>
<h2>6. boot from CD</h2>
<p>This is basically the same as option 5 but requires you to have a Linux live-cd or rescue-cd. Most linux installation cd&#8217;s double as recovery cd&#8217;s by giving you a rescue option at boot or some drop to root shell menu option anywhere in the process. You do need to have a cd/dvd player installed to use this option. The method is exactly the same as in option 5. There are a lot more systems that allow booting from cd/dvd (most older pc&#8217;s do) than from usb this makes it a more viable approach.</p>
<h2>7. boot from network</h2>
<p>Difficult to do in many cases, but if you have access to the bios or the system is already configured to try booting from the network, and you have a system which you can configure as a boot server, it&#8217;s more or less the same story as 5 and 6. Boot the system into a OS where you have root access and mount the disk, chroot and you are in.</p>
<p>If you can&#8217;t access the BIOS to change the boot sequence because it&#8217;s password protected, try searching Google for the master password for your BIOS. Or you can try removing the BIOS battery the BIOS battery is located on the motherboard and is there to keep the BIOS memory as the power is taken of the system. Unplug the system, remove the battery and wait for about 120 seconds. Be warned this will flush all BIOS information (configuration) most systems will boot fine when you reload default BIOS settings (not all). Some motherboards have jumpers for resetting BIOS, if you have the motherboard manual you can look it up. Laptops are sometimes equipped with security features which make flushing BIOS impossible or even render the system completely useless when trying to reset BIOS.</p>
<h2>8. place an extra disk in the machine</h2>
<p>In most cases the BIOS will auto-detect a new disk, so if you place a new disk containing a boot-able OS and make it the master and the old disk slave, you can make the system boot from the new disk.</p>
<h2>9. remove the disk and place it in another machine</h2>
<p>If you can&#8217;t do any of the above you can always take out the disk and place it in another Linux system. Than you can mount it, chroot to the disk and again use passwd to change the root password. Place back the disk and start the machine.</p>
<h2>10. Try to gain root trough known vulnerabilities</h2>
<p>If the system has been running for a long time (or not running) without anyone maintaining it, there&#8217;s a change it&#8217;s running a vulnerable service. This would probably take a lot of time to do. Try fingerprinting the system for running network services that have not been security patched. If there is a easy root exploit to run against the machine it might be possible to get in this way.</p>
<h2>Securing your system</h2>
<p>Securing yourself against all these options is very difficult. You can remove all removable medium drives, CD/DVD, diskette, fill your usb ports with glue, passwords on everything. The only real protection is encrypted disks on every device you can&#8217;t keep in a secure environment. If someone gains unattended physical access to your systems they have access to your data.</p>
<p>What you can do is make it very difficult, secure access to your computers as much as you think is appropriate considering the sensitivity of your data. When it comes to mobile devices, laptops netbooks and the like you should carefully consider what would happen if it gets lost or stolen and someone has access to all your data. Very good Encryption programs are freely available for Linux and you can even choose to encrypt your whole system, in some distributions this is an install option.</p>
<p>Think there is more to try? Easier ways? Think there are better ways to protect against it? Mistakes? Leave a comment. It can take a while before comments are published(different time zone)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/10-ways-of-resetting-a-lost-linux-root-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weak Passwords on Extensions = Hacked SIP/PBX</title>
		<link>http://www.whatsmypass.com/weak-passwords-on-extensions-hacked-sippbx</link>
		<comments>http://www.whatsmypass.com/weak-passwords-on-extensions-hacked-sippbx#comments</comments>
		<pubDate>Fri, 27 Mar 2009 18:16:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[pbx]]></category>
		<category><![CDATA[PBX An]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=548</guid>
		<description><![CDATA[An unknown organization is systematically checking for open SIP ports and then trying common extension usernames and passwords. If they find weak passwords, they are then into the PBX and can make thousands of calls in a matter of minutes. Protect yourself. Some were Asterisk and some were SIP-based VoIP PBX. Itappears that the hack [...]]]></description>
			<content:encoded><![CDATA[<p>An unknown organization is systematically checking for open SIP ports and then trying common extension usernames and passwords. If they find weak passwords, they are then into the PBX and can make thousands of calls in a matter of minutes. Protect yourself. Some were Asterisk and some were SIP-based VoIP PBX. Itappears that the hack has nothing to do with any sort of Asterisk vulnerability, but with insecure passwords set for extensions.</p>
<p>Src: <a href="http://www.junctionnetworks.com/blog/mike/2009/03/25/weak-passwords-on-extensions-equals-hacked-box">junctionnetworks.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/weak-passwords-on-extensions-hacked-sippbx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KeyCarbon USB Keylogger</title>
		<link>http://www.whatsmypass.com/keycarbon-usb-keylogger</link>
		<comments>http://www.whatsmypass.com/keycarbon-usb-keylogger#comments</comments>
		<pubDate>Thu, 09 Oct 2008 04:25:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[internet activity]]></category>
		<category><![CDATA[James Bond]]></category>
		<category><![CDATA[keyboard logger]]></category>
		<category><![CDATA[law enforcement]]></category>
		<category><![CDATA[logger]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[NEC DISPLAY 1091011 DSX INTRAMAIL 4-PORT 8-HOUR VOICE - - Phone]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Private]]></category>
		<category><![CDATA[stable tool]]></category>
		<category><![CDATA[Texas instruments]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[USB port]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=285</guid>
		<description><![CDATA[I had a chance to review the Keycarbon USB Home Mini this week. I&#8217;ve been wanting to try one of these to see how they would compare to a PS/2 keyboard logger, PS/2 is still pretty popular as far as cheaper keyboards but the shift in technology is going more towards USB keyboards. I was [...]]]></description>
			<content:encoded><![CDATA[<p>I had a chance to review the <a href="http://www.keycarbon.com/products/keycarbon_usb/overview/">Keycarbon USB Home Mini</a> this week. I&#8217;ve been wanting to try one of these to see how they would compare to a PS/2 keyboard logger, PS/2 is still pretty popular as far as cheaper keyboards but the shift in technology is going more towards USB keyboards. I was pretty impressed by the quality of the keylogger and its simple installation.<center><br />
<a href="http://keycarbon.com/products/keycarbon_usb/overview/"><img src="http://www.keycarbon.com/images/products/keycarbon_usb/seo_usb_keyloger_install.gif" alt="" /></a><br />
</center><br />
Who would need a device like this?</p>
<ul>
<li>Business owners needing to monitor employees</li>
<li>Parents needing to monitor children</li>
<li>People who might need backups of things they type (writers etc)</li>
<li>Private investigators, law enforcement, hackers, James Bond <img src='http://www.whatsmypass.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>Why would someone want a hardware keylogger as opposed to a software based one? Well this question has it&#8217;s pros and cons:</p>
<p>The pros are:</p>
<ul>
<li>It&#8217;s dead simple to install , just unplug the keyboard,plug this device in , and plug the keyboard into the device ,that&#8217;s it!</li>
<li>No need for root/admin level permissions to install</li>
<li>It can be installed on any system that has a USB port (Windows,Mac,Linux etc)</li>
<li>Since it&#8217;s hardware-based it wont be detected by antivirus/malware programs ever</li>
<li>It picks up EVERYTHING typed, even bios password passwords and log-ons</li>
</ul>
<p>The cons are:</p>
<ul>
<li>Since it doesn&#8217;t interact with the operating system it can&#8217;t get the name of windows where the text was typed so it makes it a chore to scan the logs for the juicy information</li>
<li>Easy to prevent logging by just removing the logger form the computer (which most people won&#8217;t be aware of anyhow, who actually crawls behind their computer everyday?)</li>
<li>Recovery of logs might be more difficult because they are stored physically on the device and not sent to a remote location. But if you were able to install it in the first place , then recovering it shouldn&#8217;t that much harder.</li>
<li>If the person has a PS/2 keyboard you can&#8217;t use an adapter because the device needs power from the USB port to work</li>
</ul>
<p>Recovering the logs from the device can be done on any computer even though they offer the software to recover the logs faster, it&#8217;s not needed which makes this device a good tool to have in your arsenal. To recover the logs alls you you need to do is open any text editor (notepad etc&#8230;) and type in the password (default password is phxlog) and the device goes into menu mode, where you have a few options to choose<br />
you have open so it&#8217;s best to open notepad or wordpad or any *nix/MAC equivalent before typing this. This menu will give you various options for the device ,which are:</p>
<ol>
<li>Partial/Full Log download</li>
<li>Erase logs (quick or thorough)</li>
<li>Setting the default password (alphanumeric only,under 17 chars)</li>
<li>Firmware upgrade</li>
<li>Diagnostics</li>
<li>Speed (that the logs are typed)</li>
</ol>
<p>Once you choose read the logs it starts auto typing the logs onto whatever window is open has the main focus (which is why you need to open a text editor).  If you don&#8217;t like to wait for it to auto-type (you might have days of saved logs) you can get the software to download it in one swoop. The only problem with the software that as of now it&#8217;s only compatible with windows.</p>
<p>Detection of the Device:</p>
<p>Because the device doesnt install into the operating system its pretty much insvisible to the normal user. Only a trained computer expert would notice the device it because the only sign it&#8217;s there is that it is seen as a USB hub by the OS. It shows up as a &#8220;generic 4 port hub Vid_0451&amp;Pid_2046&#8243; Vendor id of 0451 and a product id of 2046, which comes up as a generic <a href="/images/keylogger.jpg">Texas instruments device</a> which wont raise many eyebrows. Because it&#8217;s a USB 1.1 hub it is possible that it may be discovered if someone  plugs a USB 2.0 keyboard inline with it. (They might get a warning message  telling them that their device can perform at a higher speed if they use a  different port.) But the chances are slim of someone needing to replace their keyboard.</p>
<p>All in all this device is a stable tool to use, it logged with no problems at all with every keyboard/OS i used with it.  Although the price is a little high for most people, it&#8217;s well priceless for businesses who need to keep an eye on employees, or a parent who needs to monitor their children&#8217;s internet activity. I want to thank <a href="http://keycarbon.com">Keycarbon</a> for giving me the opportunity to review and test this device. Check out their site for other devices they offer that I didn&#8217;t get to review , but are another great alternative to stealth hardware logging.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/keycarbon-usb-keylogger/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to reset your linux password</title>
		<link>http://www.whatsmypass.com/how-to-reset-your-linux-password</link>
		<comments>http://www.whatsmypass.com/how-to-reset-your-linux-password#comments</comments>
		<pubDate>Thu, 18 Sep 2008 06:42:31 +0000</pubDate>
		<dc:creator>Dev Team</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Password Info]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[mode solution]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=170</guid>
		<description><![CDATA[This is a generic how to, working for all Linux distributions, not only for Ubuntu or Debian or Centos etc etc. I see a lot of howto&#8217;s what are based on the same &#8220;story&#8221;: boot in &#8220;single mode&#8221; and type passwd to change the password, but are some systems like Debian and probably others what [...]]]></description>
			<content:encoded><![CDATA[<p>This is a generic how to, working for all Linux distributions, not only for Ubuntu or Debian or Centos etc etc.</p>
<p>I see a lot of howto&#8217;s what are based on the same &#8220;story&#8221;: boot in &#8220;single mode&#8221; and type passwd to change the password, but are some systems like Debian and probably others what doesn&#8217;t let you get in single mode if you don&#8217;t know the root password &#8230; so the single mode solution it will not work.</p>
<p>First I will describe you the single mode solution, because the start of this solution is very similar with the next solution what I will present you in the end.<br />
<span id="more-170"></span><br />
How To change the root password in single mode</p>
<p>1. Restart the machine.<br />
2. Press any key while GRUB menu is loading.<br />
3. You will see the Grub Menu with you configured kernels.<br />
4. Choose a good kernel (or the options what is starting your linux) and press e to edit it.<br />
5. Now choose the line that begins with &#8216;kernel&#8217;. Press &#8216;e&#8217; again to edit this line.<br />
6. Now at the end of the line just add: single<br />
7. Press Enter and after that press b to boot that kernel</p>
<p>After that the kernel will start loading and if you have lucky and your installation doesn&#8217;t have password on &#8220;single mode&#8221; you will can change the root password with passwd utility. If you have the luck to have a password on the single mode just follow the next steps:</p>
<p>Other way to change the linux root password</p>
<p>1. Follow the same steps as &#8220;single mode solution&#8221; but only until step 6.<br />
2. Replace the step 6 with: Now at the end of the line just add: init=/bin/sh<br />
3. Press Enter and after that press b to boot that kernel<br />
4. Kernel will boot and it will stop in a shell<br />
5. In this shell type: mount -o remount,rw /<br />
6. Now type: passwd and change the password<br />
7. Now type: sync to syncing disk (flush from memory to HDD).<br />
8. After that remount the disk read only: mount -o remount,ro and reboot / Or Ctrl+Alt+Printscr+S, Ctrl+Alt+Printscr+U, Ctrl+Alt+Printscr+B if you have Magic Sysrq keys enable:)</p>
<p>What are MagicSysRq keys ?</p>
<p>Are some keys combination&#8217;s what will let you to access some kernel basic commands at low level. The combination&#8217;s what I give you above are for:</p>
<p>Ctrl+Alt+Printscr+S &#8211; sync the disk<br />
Ctrl+Alt+Printscr+U &#8211; unmount the disk<br />
Ctrl+Alt+Printscr+B &#8211; reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/how-to-reset-your-linux-password/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test Weak Linux Passwords With JTR</title>
		<link>http://www.whatsmypass.com/test-weak-linux-passwords-with-jtr</link>
		<comments>http://www.whatsmypass.com/test-weak-linux-passwords-with-jtr#comments</comments>
		<pubDate>Sat, 13 Sep 2008 04:49:46 +0000</pubDate>
		<dc:creator>Dev Team</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Password Info]]></category>
		<category><![CDATA[AFS]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[password database only on systems]]></category>
		<category><![CDATA[password-cracking tool]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[provided unshadow tool]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=138</guid>
		<description><![CDATA[Enforcing password security with a multiple-user system can be a hassle — users all too often use inadequate passwords. john-the-ripper (also available via most distros) is a password-cracking tool that enables the identification of vulnerable passwords before someone with nefarious intentions finds the weakness. The first step is to extract the username/password information from the [...]]]></description>
			<content:encoded><![CDATA[<p>Enforcing password security with a multiple-user system can be a hassle — users all too often use inadequate passwords. <a href="http://www.openwall.com/john/">john-the-ripper</a> (also available via most distros) is a password-cracking tool that enables the identification of vulnerable passwords before someone with nefarious intentions finds the weakness.<br />
<span id="more-138"></span></p>
<p>The first step is to extract the username/password information from the relevant files, using the provided unshadow tool:</p>
<p><em>unshadow /etc/passwd /etc/shadow > /tmp/password.db</em></p>
<p>After that, john has three cracking modes:<br />
# Dictionary mode, which tests passwords based on dictionary words. You can use the provided dictionary or provide your own, and there&#8217;s an option to enable &#8220;word mangling&#8221; rules.<br />
# &#8220;Single crack&#8221; mode, which uses login names and various /etc/passwd values as password candidates, as well as applying word mangling rules.</p>
<p>Incremental mode, which tries all possible character combinations and will obviously take a very, very long time to run. You can change the parameters for this via the config file.</p>
<p>You can run one at a time (in which case, try &#8220;single crack&#8221; mode first), or run all of them consecutively with</p>
<p><em>john /tmp/password.db</em></p>
<p>To show results, use</p>
<p><em>john &#8211;show /tmp/password.db</em></p>
<p>unshadow will produce a password database only on systems that use /etc/passwd and /etc/shadow for login. For centralized systems, there&#8217;s a Kerberos5 module available, or the supplied unafs utility extracts Kerberos AFS passwords. There&#8217;s also a LDAP module.</p>
<p>Also remember that you can limit cracking attempts through measures such as locking out specific IP addresses after multiple failed ssh attempts or limiting the number of times a user can get a password wrong when logging on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/test-weak-linux-passwords-with-jtr/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

