<?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'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 R Us</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:16:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>5</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[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 course in [...]]]></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 doesn&#8217;t [...]]]></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 relevant [...]]]></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>
		<item>
		<title>How to Bypass BIOS Passwords</title>
		<link>http://www.whatsmypass.com/how-to-bypass-bios-passwords</link>
		<comments>http://www.whatsmypass.com/how-to-bypass-bios-passwords#comments</comments>
		<pubDate>Sun, 07 Sep 2008 02:39:26 +0000</pubDate>
		<dc:creator>Dev Team</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Password Info]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[AMI BIOS]]></category>
		<category><![CDATA[Backdoor Passwords   Many]]></category>
		<category><![CDATA[CMOS chip]]></category>
		<category><![CDATA[CMP]]></category>
		<category><![CDATA[Compaq]]></category>
		<category><![CDATA[decryption tool]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Dell Biostar Biostar Compaq Compaq Enox]]></category>
		<category><![CDATA[DELL RD230  Remote Control]]></category>
		<category><![CDATA[desktop systems]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IBM Aptiva BIOS Press]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[MOV AX]]></category>
		<category><![CDATA[MS- DOS]]></category>
		<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Q]]></category>
		<category><![CDATA[Siemens]]></category>
		<category><![CDATA[supervisor]]></category>
		<category><![CDATA[Toshiba]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=78</guid>
		<description><![CDATA[BIOS passwords can be add extra layer of security for desktop and laptop computers, and are used to either prevent a user from changing the BIOS settings or to prevent the PC from booting without a password. BIOS passwords can also be a liability if a user forgot their passwords, or if a malicious user [...]]]></description>
			<content:encoded><![CDATA[<p>BIOS passwords can be add extra layer of security for desktop and laptop computers, and are used to either prevent a user from changing the BIOS settings or to prevent the PC from booting without a password. BIOS passwords can also be a liability if a user forgot their passwords, or if a malicious user changes the password. Sending the unit back to the manufacturer to have the BIOS reset can be expensive and is usually not covered in an a typical warranty. However, there are a few known backdoors and other tricks of the trade that can be used to bypass or reset the BIOS password on most systems.<br />
<span id="more-78"></span></p>
<p>To <span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;">enter the BIOS Setup try these keystrokes:</span></span></span></p>
<p><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"></p>
<ul>
<li> AMI BIOS:  Del key during the POST</li>
<li> DTK BIOS:  Esc key during the POST</li>
<li> Award BIOS:  Ctrl-Alt-Esc</li>
<li> misc BIOS:  Ctrl-Esc</li>
<li> Phoenix BIOS:  Ctrl-Alt-Esc or Ctrl-Alt-S</li>
<li> IBM PS/2 BIOS:  Ctrl-Alt-Ins after Ctrl-Alt-Del</li>
</ul>
<p></span></span></span></p>
<h4><span style="color: #00ff00;">Backdoor Passwords</span></h4>
<p>Many BIOS manufacturers have provided backdoor passwords that can be used to access the BIOS setup in the event you have lost your password. These passwords are case sensitive, so you may wish to try a variety of combinations.</p>
<p><span style="color: #ff3300;">WARNING:</span> Some BIOS configurations will lock you out of the system completely if you type in an incorrect password more than 3 times. Read your manufacturers documentation for the BIOS setting before you begin typing in passwords.</p>
<h4><span style="color: #00ff00;">Award BIOS backdoor passwords:</span></h4>
<table border="0" align="center">
<tbody>
<tr>
<td>ALFAROME</td>
<td width="30"></td>
<td>BIOSTAR</td>
<td width="30"></td>
<td>KDD</td>
<td width="30"></td>
<td>ZAAADA</td>
</tr>
<tr>
<td>ALLy</td>
<td width="30"></td>
<td>CONCAT</td>
<td width="30"></td>
<td>Lkwpeter</td>
<td width="30"></td>
<td>ZBAAACA</td>
</tr>
<tr>
<td>aLLy</td>
<td width="30"></td>
<td>CONDO</td>
<td width="30"></td>
<td>LKWPETER</td>
<td width="30"></td>
<td>ZJAAADC</td>
</tr>
<tr>
<td>aLLY</td>
<td width="30"></td>
<td>Condo</td>
<td width="30"></td>
<td>PINT</td>
<td width="30"></td>
<td>01322222</td>
</tr>
<tr>
<td>ALLY</td>
<td width="30"></td>
<td>d8on</td>
<td width="30"></td>
<td>pint</td>
<td width="30"></td>
<td>589589</td>
</tr>
<tr>
<td>aPAf</td>
<td width="30"></td>
<td>djonet</td>
<td width="30"></td>
<td>SER</td>
<td width="30"></td>
<td>589721</td>
</tr>
<tr>
<td>_award</td>
<td width="30"></td>
<td>HLT</td>
<td width="30"></td>
<td>SKY_FOX</td>
<td width="30"></td>
<td>595595</td>
</tr>
<tr>
<td>AWARD_SW</td>
<td width="30"></td>
<td>J64</td>
<td width="30"></td>
<td>SYXZ</td>
<td width="30"></td>
<td>598598</td>
</tr>
<tr>
<td>AWARD?SW</td>
<td width="30"></td>
<td>J256</td>
<td width="30"></td>
<td>syxz</td>
<td width="30"></td>
<td></td>
</tr>
<tr>
<td>AWARD SW</td>
<td width="30"></td>
<td>J262</td>
<td width="30"></td>
<td>shift + syxz</td>
<td width="30"></td>
<td></td>
</tr>
<tr>
<td>AWARD PW</td>
<td width="30"></td>
<td>j332</td>
<td width="30"></td>
<td>TTPTHA</td>
<td width="30"></td>
<td></td>
</tr>
<tr>
<td>AWKWARD</td>
<td width="30"></td>
<td>j322</td>
<td width="30"></td>
<td></td>
<td width="30"></td>
<td></td>
</tr>
<tr>
<td>awkward</td>
<td width="30"></td>
<td></td>
<td width="30"></td>
<td></td>
<td width="30"></td>
<td></td>
</tr>
</tbody>
</table>
<h4><span style="color: #00ff00;">AMI BIOS Backdoor Passwords:</span></h4>
<table border="0" align="center">
<tbody>
<tr>
<td>AMI</td>
<td width="30"></td>
<td>BIOS</td>
<td width="30"></td>
<td>PASSWORD</td>
<td width="30"></td>
<td>HEWITT RAND</td>
</tr>
<tr>
<td>AMI?SW</td>
<td width="30"></td>
<td>AMI_SW</td>
<td width="30"></td>
<td>LKWPETER</td>
<td width="30"></td>
<td>CONDO</td>
</tr>
</tbody>
</table>
<h4><span style="color: #00ff00;">Phoenix BIOS Backdoor Passwords:</span></h4>
<table border="0" align="center">
<tbody>
<tr>
<td>phoenix</td>
<td width="30"></td>
<td>PHOENIX</td>
<td width="30"></td>
<td>CMOS</td>
<td width="30"></td>
<td>BIOS</td>
</tr>
</tbody>
</table>
<h4><span style="color: #00ff00;">Misc. Common Passwords</span></h4>
<table border="0" align="center">
<tbody>
<tr>
<td>ALFAROME</td>
<td width="30"></td>
<td>BIOSTAR</td>
<td width="30"></td>
<td>biostar</td>
<td width="30"></td>
<td>biosstar</td>
</tr>
<tr>
<td>CMOS</td>
<td width="30"></td>
<td>cmos</td>
<td width="30"></td>
<td>LKWPETER</td>
<td width="30"></td>
<td>lkwpeter</td>
</tr>
<tr>
<td>setup</td>
<td width="30"></td>
<td>SETUP</td>
<td width="30"></td>
<td>Syxz</td>
<td width="30"></td>
<td>Wodj</td>
</tr>
</tbody>
</table>
<h4><span style="color: #00ff00;">Other BIOS Passwords by Manufacturer</span></h4>
<table border="0" align="center">
<tbody>
<tr>
<th>Manufacturer</th>
<th>Password</th>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>VOBIS &amp; IBM</td>
<td>merlin</td>
</tr>
<tr>
<td>Dell</td>
<td>Dell</td>
</tr>
<tr>
<td>Biostar</td>
<td>Biostar</td>
</tr>
<tr>
<td>Compaq</td>
<td>Compaq</td>
</tr>
<tr>
<td>Enox</td>
<td>xo11nE</td>
</tr>
<tr>
<td>Epox</td>
<td>central</td>
</tr>
<tr>
<td>Freetech</td>
<td>Posterie</td>
</tr>
<tr>
<td>IWill</td>
<td>iwill</td>
</tr>
<tr>
<td>Jetway</td>
<td>spooml</td>
</tr>
<tr>
<td>Packard Bell</td>
<td>bell9</td>
</tr>
<tr>
<td>QDI</td>
<td>QDI</td>
</tr>
<tr>
<td>Siemens</td>
<td>SKY_FOX</td>
</tr>
<tr>
<td>TMC</td>
<td>BIGO</td>
</tr>
<tr>
<td>Toshiba</td>
<td>Toshiba</td>
</tr>
</tbody>
</table>
<h4><span style="color: #00ff00;">Toshiba BIOS</span></h4>
<p>Most Toshiba laptops and some desktop systems will bypass the BIOS password if the left shift key is held down during boot</p>
<h4><span style="color: #00ff00;">IBM Aptiva BIOS</span></h4>
<p>Press both mouse buttons repeatedly during the boot</p>
<h4><span style="color: #00ff00;">Motherboard &#8220;Clear CMOS&#8221; Jumper or Dipswitch settings</span></h4>
<p>Many motherboards feature a set of jumpers or dipswitches that will clear the CMOS and wipe all of the custom settings including BIOS passwords. The locations of these jumpers / dipswitches will vary depending on the motherboard manufacturer and ideally you should always refer to the motherboard or computer manufacturers documentation. If the documentation is unavailable, the jumpers/dipswitches can sometimes be found along the edge of the motherboard, next to the CMOS battery, or near the processor. Some manufacturers may label the jumper / dipswitch CLEAR &#8211; CLEAR CMOS &#8211; CLR &#8211; CLRPWD &#8211; PASSWD &#8211; PASSWORD &#8211; PWD. On laptop computers, the dipswitches are usually found under the keyboard or within a compartment at the bottom of the laptop.</p>
<p>Please remember to unplug your PC and use a grounding strip before reaching into your PC and touching the motherboard. Once you locate and rest the jumper switches, turn the computer on and check if the password has been cleared. If it has, turn the computer off and return the jumpers or dipswitches to its original position.</p>
<h4><span style="color: #00ff00;">Removing the CMOS Battery</span></h4>
<p>The CMOS settings on most systems are buffered by a small battery that is attached to the motherboard. (It looks like a small watch battery). If you unplug the PC and remove the battery for 10-15 minutes, the CMOS may reset itself and the password should be blank. (Along with any other machine specific settings, so be sure you are familiar with manually reconfiguring the BIOS settings before you do this.) Some manufacturers backup the power to the CMOS chipset by using a capacitor, so if your first attempt fails, leave the battery out (with the system unplugged) for at least 24 hours. Some batteries are actually soldered onto the motherboard making this task more difficult. Unsoldering the battery incorrectly may damage your motherboard and other components, so please don&#8217;t attempt this if you are inexperienced. Another option may be to remove the CMOS chip from the motherboard for a period of time.</p>
<p>Note: Removing the battery to reset the CMOS will not work for all PC&#8217;s, and almost all of the newer laptops store their BIOS passwords in a manner which does not require continuous power, so removing the CMOS battery may not work at all. IBM Thinkpad laptops lock the hard drive as well as the BIOS when the supervisor password is set. If you reset the BIOS password, but cannot reset the hard drive password, you may not be able to access the drive and it will remain locked, even if you place it in a new laptop. IBM Thinkpads have special jumper switches on the motherboard, and these should be used to reset the system.</p>
<h4><span><span style="color: #00ff00;">Use the Debug command </span></span></h4>
<p>Boot to MS- DOS prompt, run through the below example, this                   example is perfectly fine to run on any PC Computer running MS-DOS / Windows and will not                   harm anything.</p>
<p><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;">DEBUG script that will just reset the password only</span></span></span></span></span></span></span></span></span></p>
<p>Type <strong>debug</strong> and press enter.   (ex.  A:\&gt;debug )</p>
<p>After typing debug you will get &#8220;-&#8221; as a prompt ,type these exactly how they are written.</p>
<p>o 70 10<br />
o 71 20<br />
quit</p>
<p>Explanation of code:</p>
<p><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"> DEBUG     ; Run DEBUG, &#8220;-&#8221; will appear on each line then type:<br />
o 70 20     ; Send 70 to address 18<br />
o 71 21     ; Send 71 to address FF<br />
q              ; Quit DEBUG</span></span></span></span></span></p>
<p><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;">or you can use this alternate DEBUG script that will just reset the the BIOS<br />
</span></span></span></span></span></span></span></span></span></p>
<p>A <strong>&lt;ENTER&gt;</strong><br />
MOV AX,0 <strong>&lt;ENTER&gt; </strong><br />
MOV AX,CX <strong>&lt;ENTER&gt;</strong><br />
OUT 70,AL <strong>&lt;ENTER&gt;</strong><br />
MOV AX,0 <strong>&lt;ENTER&gt;</strong><br />
OUT 71,AL <strong>&lt;ENTER&gt;</strong><br />
INC CX <strong>&lt;ENTER&gt; </strong><br />
CMP CX,100 <strong>&lt;ENTER&gt; </strong><br />
JB 103 <strong>&lt;ENTER&gt; </strong><br />
INT 20 <strong>&lt;ENTER&gt; </strong><br />
<strong>&lt;ENTER&gt;</strong> Note: <em>Nothing is typed on this line </em><br />
G <strong>&lt;ENTER&gt;</strong> <em>By pressing G this will execute the above script</em><br />
Q <strong>&lt;ENTER&gt;</strong></p>
<p>Then reboot and you will get a Setup Checksum Error. Go into setup, correct all the           incorrect values, time, date&#8230;</p>
<p><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><span style="font-family: arial,helvetica;"><br />
</span></span></span></span></span></span></span></span></span></p>
<p>Alternatively you can use the program <a href="http://geocities.com/sjwoolham/freeware/wcmos12.zip">WipeCMOS</a> from a boot floppy</p>
<h4><span><span><span style="color: #00ff00;">Use the Decoding software</span></span></span></h4>
<p><a href="http://www.cgsecurity.org/cmospwd-5.0.zip">CmosPwd </a>by CGSecurity &#8211; This is probably the most up to date and popular CMOS decryption tool. CmosPwd decrypts password stored in cmos used to access BIOS SETUP, you can also backup, restore and erase/kill cmos.You will have to be logged in as administrator, run ioperm -i command and then run cmospwd_win.exe</p>
<p><a href="http://www.pcdisktools.com/download/PCCMOSCleaner.iso">PC CMOS Cleaner</a> &#8211; PC CMOS Cleaner is an easy-to-use tool to recover, delete, decode and display the superior passwords stored in BIOS whatever the brand is. It’s an bootable CD that runs on x86 and x86_64 computers. It can display the superior passwords of the BIOS, remove BIOS password(will set the BIOS to default status, need reset date).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/how-to-bypass-bios-passwords/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Recover lost Ubuntu password</title>
		<link>http://www.whatsmypass.com/recover-lost-ubuntu-password</link>
		<comments>http://www.whatsmypass.com/recover-lost-ubuntu-password#comments</comments>
		<pubDate>Sat, 06 Sep 2008 08:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Password Info]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=63</guid>
		<description><![CDATA[Losing your root password isn&#8217;t the end of the world, though. You&#8217;ll just need to reboot into single user mode to reset it. Here&#8217;s how to do it on a typical Ubuntu machine with the GRUB bootloader:
Boot Linux into single-user mode

Reboot the machine.
Press the ESC key while GRUB is loading to enter the menu.
If there [...]]]></description>
			<content:encoded><![CDATA[<p>Losing your root password isn&#8217;t the end of the world, though. You&#8217;ll just need to reboot into single user mode to reset it. Here&#8217;s how to do it on a typical Ubuntu machine with the GRUB bootloader:</p>
<p><strong>Boot Linux into single-user mode</strong></p>
<ol>
<li>Reboot the machine.</li>
<li>Press the ESC key while GRUB is loading to enter the menu.</li>
<li>If there is a &#8216;recovery mode&#8217; option, select it and press &#8216;b&#8217; to boot into single user mode.</li>
<li>Otherwise, the default boot configuration should be selected. Press &#8216;e&#8217; to edit it.</li>
<li>Highlight the line that begins with &#8216;kernel&#8217;. Press &#8216;e&#8217; again to edit this line.</li>
<li>At the end of the line, add an additional parameter: &#8217;single&#8217;. Hit return to make the change and press &#8216;b&#8217; to boot.</li>
</ol>
<p><span id="more-63"></span></p>
<p><strong>Change the admin password</strong><br />
The system should load into single user mode and you&#8217;ll be left at the command line automatically logged in as root. Type &#8216;passwd&#8217; to change the root password or &#8216;passwd someuser&#8217; to change the password for your &#8220;someuser&#8221; admin account.</p>
<p><strong>Reboot</strong><br />
Once your done, press ctrl-alt-del, or type &#8216;reboot&#8217; to restart into your machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/recover-lost-ubuntu-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
