Pages

Showing posts with label Password. Show all posts
Showing posts with label Password. Show all posts

Wednesday, September 21, 2011

save username password in putty to auto-login

For some versions of Putty it's as simple as:
putty.exe root@example.com -pw mypasswordforexamplecom
For those using Windows, you can simply create a shortcut and pass in those parameters. For example:
  1. Create a shortcut on desktop to putty.exe
  2. Rename the shortcut to "PuTTY - example.com"
  3. Right-click shortcut and choose Properties
  4. Modify the target similar to: "C:\Program Files\PuTTY\putty.exe" user@example.com -pw password
  5. You can also use IP Address of host in place of domain host name
  6. Click OK
Otherwise, you need to use a public key as explained here : "Creating and Copying Your Key-Pair in PuTTY SSH Client".
 

Tuesday, April 07, 2009

Reset Linksys Router Password wrt54g and BEFWIIS4

Do you have a Linksys router and you have forgotten your password or you want to reset the password to the default. Firstly you must have physical access to the router. This article is basically for WRT54g and model BEFW11S4
If you have changed the password from the default password and have forgotten the default or your router did not come with any documentation.
To regain access to the router try the following. In the username field leave it blank and in the password field type admin

Username / leave blank
password / admin

 

The Rest Button on a Linksys Router


To reset the router
While the back of your router might look different, the reset button is usually clearly marked. To reset the router to the default password, insert something thin--like a pencil point--and depress the red button. Hold that for a few seconds. The password for your Linksys router should have reverted to its default.
Try accessing it from a machine that is plugged directly into it. The default address is usually http://192.168.1.1. When you gain access to the router then you can change the password to any word of your choice.

Reset Windows password without knowing it

Here, i am going to introduce some commands that are used to change the windows password.

netuser
It is a command using to change the windows password without knowing the original password.

procedure

C:/ net user username newpassword

e.g. If the user name is admin and the new password we are going to create is nopassword , it should be like this
C:/ net user admin nopassword

and press enter.....now onwards the new password of theaccount will be nopassword.

Monday, April 06, 2009

Quick access to hidden **** browser passwords

This works in Internet Explorer, Firefox, Netscape and Opera browsers
Go to a page that has a password hidden by ***’s then just paste this simple script below into your browser bar and it will pop up a messagebox showing your password.

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<f.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();

This script replaces the ****’s with the plaintext password , works in Firefox only

javascript:var els = document.getElementsByTagName('input'); for(var x=0; x<els.length; x++){ if(els[x].type.toLowerCase() == 'password' ){ var test = els[x].type = 'text';}}

Also quick access to Firefox’s password manager instead of going through the menus
Paste this in your browser: chrome://passwordmgr/content/passwordManager.xul

 

Delete Internet Explorer 7’s browsing history, cookies and temporary files

From a command prompt or the run box, type :
RUNDLL32.EXE inetcpl.cpl,ClearMyTracksByProcess n
Where n can have the following values :

1

delete browsing history (list of visited sites)

2

delete all cookies

8

delete temporary files (cache)

16

delete all saved forms data

32

delete all saved passwords

255

delete all of the above

4351

delete all of the above and all settings stored by add-ons

Thursday, April 02, 2009

Saved Password Locations

Many people ask about the location in the Registry or file system that applications store the passwords. Here is a list of password storage locations for popular applications.

Be aware that even if you know the location of the saved password, it doesn’t mean that you can move it from one computer to another. many applications store the passwords in a way that prevent you from moving them to another computer or user profile.

  • Internet Explorer 4.00 - 6.00 :   The passwords are stored in a secret location in the Registry known as the “Protected Storage”.

    The base key of the Protected Storage is located under the following key :
    HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider

    You can browse the above key in the Registry Editor (RegEdit), but you won’t be able to watch the passwords, because they are encrypted.
    Also, this key cannot easily moved from one computer to another, like you do with regular Registry keys.

  • Internet Explorer 7.00 - 8.00 :   The new versions of Internet Explorer stores the passwords in 2 different locations.

    AutoComplete passwords are stored in the Registry under
    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2

    HTTP Authentication passwords are stored in the Credentials file under
    Documents and Settings\Application Data\Microsoft\Credentials
    together with login passwords of LAN computers and other passwords.

IE PassView can be used to recover these passwords.

  • Firefox: The passwords are stored in one of the following filenames:
    signons.txt, signons2.txt, and signons3.txt (depends on Firefox version)

    These password files are located inside the profile folder of Firefox, in
    [Windows Profile]\Application Data\Mozilla\Firefox\Profiles\[Profile Name]
    Also, key3.db, located in the same folder, is used for encryption/decription of the passwords.

  • Google Chrome Web browser: The passwords are stored in
    [Windows Profile]\Local Settings\Application Data\Google\Chrome\User Data\Default\Web Data
    (This filename is SQLite database which contains encrypted passwords and other stuff)

  • Opera: The passwords are stored in wand.dat filename, located under
    [Windows Profile]\Application Data\Opera\Opera\profile

  • Outlook Express (All Versions): The POP3/SMTP/IMAP passwords Outlook Express are also stored in the Protected Storage, like the passwords of old versions of Internet Explorer.

  • Outlook 98/2000: Old versions of Outlook stored the POP3/SMTP/IMAP passwords in the Protected Storage, like the passwords of old versions of Internet Explorer.

  • Both Mail PassView and Protected Storage PassView utilities can recover these passwords.

  • Outlook 2002-2008: All new versions of Outlook store the passwords in the same Registry key of the account settings.

    The accounts are stored in the Registry under
    HKEY_CURRENT_USER\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\[Profile Name]\9375CFF0413111d3B88A00104B2A6676\[Account Index]

    If you use Outlook to connect an account on Exchange server, the password is stored in the Credentials file, together with login passwords of LAN computers.

  • Windows Live Mail: All account settings, including the encrypted passwords, are stored in
    [Windows Profile]\Local Settings\Application Data\Microsoft\Windows Live Mail\[Account Name]
    The account filename is an xml file with .oeaccount extension.

  • ThunderBird: The password file is located under
    [Windows Profile]\Application Data\Thunderbird\Profiles\[Profile Name]
    You should search a filename with .s extension.

  • Google Talk: All account settings, including the encrypted passwords, are stored in the Registry under
    HKEY_CURRENT_USER\Software\Google\Google Talk\Accounts\[Account Name]

  • Google Desktop: Email passwords are stored in the Registry under
    HKEY_CURRENT_USER\Software\Google\Google Desktop\Mailboxes\[Account Name]

  • MSN/Windows Messenger version 6.x and below: The passwords are stored in one of the following locations:
    1.    Registry Key:     HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger
    2.    Registry Key:     HKEY_CURRENT_USER\Software\Microsoft\MessengerService
    3.    In the Credentials file, with entry named as     “Passport.Net\\*”. (Only when the OS is XP or more)
  • MSN Messenger version 7.x: The passwords are stored under
    HKEY_CURRENT_USER\Software\Microsoft\IdentityCRL\Creds\[Account Name]

  • Windows Live Messenger version 8.x/9.x: The passwords are stored in the Credentials file, with entry name begins with “WindowsLive:name=”.

  • Yahoo Messenger 6.x: The password is stored in the Registry, under
    HKEY_CURRENT_USER\Software\Yahoo\Pager
    (”EOptions string” value)

  • Yahoo Messenger 7.5 or later: The password is stored in the Registry, under
    HKEY_CURRENT_USER\Software\Yahoo\Pager - “ETS” value.
    The value stored in “ETS” value cannot be recovered back to the original password.

  • AIM Pro: The passwords are stored in the Registry, under
    HKEY_CURRENT_USER\Software\AIM\AIMPRO\[Account Name]

  • AIM 6.x: The passwords are stored in the Registry, under
    HKEY_CURRENT_USER\Software\America Online\AIM6\Passwords

  • ICQ Lite 4.x/5.x/2003: The passwords are stored in the Registry, under
    HKEY_CURRENT_USER\Software\Mirabilis\ICQ\NewOwners\[ICQ Number]
    (MainLocation value)

  • ICQ 6.x: The password hash is stored in
    [Windows Profile]\Application Data\ICQ\[User Name]\Owner.mdb
    (Access Database)
    (The password hash cannot be recovered back to the original password)

  • Digsby: The main password of Digsby is stored in
    [Windows Profile]\Application Data\Digsby\digsby.dat
    All other passwords are stored in Digsby servers.

  • PaltalkScene: The passwords are stored in the Registry, under
    HKEY_CURRENT_USER\Software\Paltalk\[Account Name].

How to Bypass BIOS Passwords

BIOS passwords can 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 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.

To enter the BIOS Setup try these keystrokes:

  • AMI BIOS:  Del key during the POST
  • DTK BIOS:  Esc key during the POST
  • Award BIOS:  Ctrl-Alt-Esc
  • misc BIOS:  Ctrl-Esc
  • Phoenix BIOS:  Ctrl-Alt-Esc or Ctrl-Alt-S
  • IBM PS/2 BIOS:  Ctrl-Alt-Ins after Ctrl-Alt-Del

Backdoor Passwords

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.

WARNING: 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.

Award BIOS backdoor passwords:

ALFAROME

BIOSTAR

KDD

ZAAADA

ALLy

CONCAT

Lkwpeter

ZBAAACA

aLLy

CONDO

LKWPETER

ZJAAADC

aLLY

Condo

PINT

01322222

ALLY

d8on

pint

589589

aPAf

djonet

SER

589721

_award

HLT

SKY_FOX

595595

AWARD_SW

J64

SYXZ

598598

AWARD?SW

J256

syxz

AWARD SW

J262

shift + syxz

AWARD PW

j332

TTPTHA

AWKWARD

j322

awkward

AMI BIOS Backdoor Passwords:

AMI

BIOS

PASSWORD

HEWITT RAND

AMI?SW

AMI_SW

LKWPETER

CONDO

Phoenix BIOS Backdoor Passwords:

phoenix

PHOENIX

CMOS

BIOS

Misc. Common Passwords

ALFAROME

BIOSTAR

biostar

biosstar

CMOS

cmos

LKWPETER

lkwpeter

setup

SETUP

Syxz

Wodj

Other BIOS Passwords by Manufacturer

Manufacturer

Password

VOBIS & IBM

Merlin

Dell

Dell

Biostar

Biostar

Compaq

Compaq

Enox

xo11nE

Epox

Central

Freetech

Posterie

IWill

Iwill

Jetway

Spooml

Packard Bell

bell9

QDI

QDI

Siemens

SKY_FOX

TMC

BIGO

Toshiba

Toshiba

Toshiba BIOS

Most Toshiba laptops and some desktop systems will bypass the BIOS password if the left shift key is held down during boot

IBM Aptiva BIOS

Press both mouse buttons repeatedly during the boot

Motherboard “Clear CMOS” Jumper or Dipswitch settings

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 - CLEAR CMOS - CLR - CLRPWD - PASSWD - PASSWORD - PWD. On laptop computers, the dipswitches are usually found under the keyboard or within a compartment at the bottom of the laptop.

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.

Removing the CMOS Battery

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’t attempt this if you are inexperienced. Another option may be to remove the CMOS chip from the motherboard for a period of time.
Note: Removing the battery to reset the CMOS will not work for all PC’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.

Use the Debug command

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.

DEBUG script that will just reset the password only
Type debug and press enter.   (ex.  A:\>debug )
After typing debug you will get “-” as a prompt ,type these exactly how they are written.
o 70 10
o 71 20
quit
Explanation of code:
DEBUG    ; Run DEBUG, “-” will appear on each line then type:
o 70 20     ; Send 70 to address 18
o 71 21     ; Send 71 to address FF
q              ; Quit DEBUG
or you can use this alternate DEBUG script that will just reset the the BIOS
A <ENTER>
MOV AX,0 <ENTER>
MOV AX,CX <ENTER>
OUT 70,AL <ENTER>
MOV AX,0 <ENTER>
OUT 71,AL <ENTER>
INC CX <ENTER>
CMP CX,100 <ENTER>
JB 103 <ENTER>
INT 20 <ENTER>
<ENTER> Note: Nothing is typed on this line
G <ENTER> By pressing G this will execute the above script
Q <ENTER>
Then reboot and you will get a Setup Checksum Error. Go into setup, correct all the incorrect values, time, date…

Alternatively you can use the program WipeCMOS from a boot floppy

Use the Decoding software

CmosPwd by CGSecurity - 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
PC CMOS Cleaner - 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).

How to reset your linux password

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’s what are based on the same “story”: boot in “single mode” and type passwd to change the password, but are some systems like Debian and probably others what doesn’t let you get in single mode if you don’t know the root password … so the single mode solution it will not work.

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.

    How To change the root password in single mode
  1. Restart the machine.
  2. Press any key while GRUB menu is loading.
  3. You will see the Grub Menu with you configured kernels.
  4. Choose a good kernel (or the options what is starting your linux) and press e to edit it.
  5. Now choose the line that begins with ‘kernel’. Press ‘e’ again to edit this line.
  6. Now at the end of the line just add: single
  7. Press Enter and after that press b to boot that kernel

After that the kernel will start loading and if you have lucky and your installation doesn’t have password on “single mode” 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:

    Other way to change the linux root password
  1. Follow the same steps as “single mode solution” but only until step 6.
  2. Replace the step 6 with: Now at the end of the line just add: init=/bin/sh
  3. Press Enter and after that press b to boot that kernel
  4. Kernel will boot and it will stop in a shell
  5. In this shell type: mount -o remount,rw /
  6. Now type: passwd and change the password
  7. Now type: sync to syncing disk (flush from memory to HDD).
  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:)

What are MagicSysRq keys ?
These are some keys combination’s what will let you to access some kernel basic commands at low level. The combination’s what I give you above are for:

Ctrl+Alt+Printscr+S - sync the disk
Ctrl+Alt+Printscr+U - unmount the disk
Ctrl+Alt+Printscr+B - reboot

Change XP Password With Install CD

If you forgot your Windows login password which contains your most valuable data with your all favorite setting and you fear about losing all the data and settings? Then you don’t worry about this problem, if unfortunately you have this problem. Here is the best method to restore your Windows login password provided if you have the Windows installation CD.

  1. Place your Windows XP CD in your cd-rom and start your computer (it’s assumed here that your XP CD is bootable – as it should be - and that you have your bios set to boot from CD)
  2. Keep your eye on the screen messages for booting to your cd Typically, it will be “Press any key to boot from cd”

  3. Once you get in, the first screen will indicate that Setup is inspecting your system and loading files.
  4. When you get to the Welcome to Setup screen, press ENTER to Setup Windows now
  5. The Licensing Agreement comes next - Press F8 to accept it.
  6. The next screen is the Setup screen which gives you the option to do a Repair.
    It should read something like “If one of the following Windows XP installations is damaged, Setup can try to repair it”
    Use the up and down arrow keys to select your XP installation (if you only have one, it should already be selected) and press R to begin the Repair process.
  7. Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes.
  8. Shortly after the Copying Files stage, you will be required to reboot. (this will happen automatically – you will see a progress bar stating “Your computer will reboot in 15 seconds”
  9. During the reboot, do not make the mistake of “pressing any key” to boot from the CD again! Setup will resume automatically with the standard billboard screens and you will notice Installing Windows is highlighted.
  10. Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.
  11. At the prompt, type NUSRMGR.CPL and press Enter. Voila! You have just gained graphical access to your User Accounts in the Control Panel.
  12. Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt and choose to log on without being asked for password. After you’ve made your changes close the windows, exit the command box and continue on with the Repair (have your Product key handy).
  13. Once the Repair is done, you will be able to log on with your new password (or without a password if you chose not to use one or if you chose not to be asked for a password). Your programs and personalized settings should remain intact.

Recover a Mac WIFI Password

There are a couple of ways to get to this data, including simply using the Keychain Access utility, but probably the easiest way to get to this specific data is to go through Airport System Preferences. Go into the Airport control area of Mac OS X and you’ll find a list of all the different networks you’ve successfully joined in the past, including those with and without passwords.

Open up System Preferences –> Network –> Airport –> Configure…:

Pick the network you need and click on the little “EDIT” button and a new window pops up with specific information on this network:

Click on the “Show Password” checkbox, and ….

The password is shown in hex but dont worry it’ll still work when you paste it into your new WIFI profile if you choose to create one.

Windows Password Recovery Tools

There are several ways to obtain password hashes, depending on their location and existing access. Password hashes can be obtained from SAM file or its backup, directly from local or remote computer registry, from registry or Active Directory on local or remote computer by means of DLL injection, from a network sniffer. The SAM file located in the %SystemRoot%\system32\config directory or %SystemRoot%\repair directory. It is also possible to recover the password itself from memory.

Here’s a few free tools to help you recover lost/unknown Windows passwords, most come with the source code included.

LCP 5.04 - user account passwords auditing and recovery in Windows NT/2000/XP/2003. Can get local or remote hashes and recovers by using
* dictionary attack;
* hybrid of dictionary and brute force attacks;
* brute force attack;

PWDump7 - A newer Windows password hash dumper using rootkit technology to inject and dump Windows password hashes. The resulting hashes can be then be cracked by a program such as John the Ripper(free),or SamInside(not free) or using Rainbow Tables

CachedPasswordDumper v1.3 - This program dumps the password to the screen from the account that is logged in at that time. Currently only Windows XP (up to SP1) and Windows 2003 Server (SP0) are supported. For WinNT/2K use Password Reminder

Alternatively you can boot from a Floppy or CD and use Offline NT Password & Registry Editor which allows you to reset your password to a blank password

CacheDump - The default behavior of Microsoft Windows domain members is to cache the last 10 different login credentials in the registry. Using a tool called CacheDump written by Arnaud Pilon you can dump the cached credentials to a file and this can be cracked with a plugin for john the ripper

PwDumpX 1.4 - is a tool that combines PWDump, Cachedump, and LSADump all in one tool. It allows a user with administrative privileges to
retrieve the domain password cache, password hashes and LSA secrets
from a Windows system

Wednesday, April 01, 2009

Crack Password Protected MS Word Document

Ever run into situation where someone sends you a read-only password protected Word document, but wants you to make changes?

Here’s how to crack it if you are using the newer versions of Word: If you are using office XP or 2003, you can change the view to HTML-Code using Microsoft Script-Editor by pressing the [Alt]+[Shift]+[F11] key combination.

Search for “Password” and you will find something like this:-
<w:DocumentProtection>ReadOnly</w:DocumentProtection>
<w:UnprotectPassword>19E8E61E</w:UnprotectPassword>

To remove the protection:-   Just remove those two lines, and after saving the document, the protection is gone.

To remove the password:-   replace the Password, here “19E8E61E”, with “00000000″, save the Document and close “Script-Editor”.
Alternative you can save your document as .html and use a html-Editor

Top 500 Worst Passwords of All Time

From the moment people started using passwords, it didn’t take long to realize how many people picked the very same passwords over and over. Even the way people misspell words is consistent. In fact, people are so predictable that most hackers make use of lists of common passwords just like these. To give you some insight into how predictable humans are the following is a list of the 500 most common passwords. If you see your password on this list, please change it immediately. Keep in mind that every password listed here has been used by at least hundreds if not thousands of other people.

There are some interesting passwords on this list that show how people try to be clever, but even human cleverness is predictable. For example, look at these passwords that I found interesting:

ncc1701           The ship number for the Starship Enterprise
thx1138           The name of George Lucas’s first movie, a 1971 remake of an earlier student project
qazwsx            Follows a simple pattern when typed on a typical keyboard
666666            Six sixes
7777777         Seven sevens
ou812               The title of a 1988 Van Halen album
8675309       The number mentioned in the 1982 Tommy Tutone song. The song supposedly caused an epidemic of people dialing 867- 5309 and asking for “Jenny”

“…Approximately one out of every nine people uses at least one password on the list shown in Table and one out of every 50 people uses/ used one of the top 20 worst passwords once in a while...”

Lists the top 500 worst passwords of all time, not considering character case. Don’t blame me for the offensive words; you were the ones who picked these, not me.

NO

Top 1-100

Top 101–200

Top 201–300

Top 301–400

Top 401–500

1

123456

porsche

firebird

prince

Rosebud

2

password

guitar

butter

beach

Jaguar

3

12345678

chelsea

united

amateur

Great

4

1234

black

turtle

7777777

Cool

5

pussy

diamond

steelers

muffin

Cooper

6

12345

nascar

tiffany

redsox

1313

7

dragon

jackson

zxcvbn

star

Scorpio

8

qwerty

cameron

tomcat

testing

Mountain

9

696969

654321

golf

shannon

Madison

10

mustang

computer

bond007

murphy

987654

11

letmein

amanda

bear

frank

Brazil

12

baseball

wizard

tiger

hannah

Lauren

13

master

xxxxxxxx

doctor

dave

Japan

14

michael

money

gateway

eagle1

Naked

15

football

phoenix

gators

11111

Squirt

16

shadow

mickey

angel

mother

Stars

17

monkey

bailey

junior

nathan

Apple

18

abc123

knight

thx1138

raiders

Alexis

19

pass

iceman

porno

steve

Aaaa

20

fuckme

tigers

badboy

forever

Bonnie

21

6969

purple

debbie

angela

Peaches

22

jordan

andrea

spider

viper

Jasmine

23

harley

horny

melissa

ou812

Kevin

24

ranger

dakota

booger

jake

Matt

25

iwantu

aaaaaa

1212

lovers

Qwertyui

26

jennifer

player

flyers

suckit

Danielle

27

hunter

sunshine

fish

gregory

Beaver

28

fuck

morgan

porn

buddy

4321

29

2000

starwars

matrix

whatever

4128

30

test

boomer

teens

young

Runner

31

batman

cowboys

scooby

nicholas

Swimming

32

trustno1

edward

jason

lucky

Dolphin

33

thomas

charles

walter

helpme

Gordon

34

tigger

girls

cumshot

jackie

Casper

35

robert

booboo

boston

monica

Stupid

36

access

coffee

braves

midnight

Shit

37

love

xxxxxx

yankee

college

Saturn

38

buster

bulldog

lover

baby

Gemini

39

1234567

ncc1701

barney

cunt

Apples

40

soccer

rabbit

victor

brian

August

41

hockey

peanut

tucker

mark

3333

42

killer

john

princess

startrek

Canada

43

george

johnny

mercedes

sierra

Blazer

44

sexy

gandalf

5150

leather

Cumming

45

andrew

spanky

doggie

232323

Hunting

46

charlie

winter

zzzzzz

4444

Kitty

47

superman

brandy

gunner

beavis

Rainbow

48

asshole

compaq

horney

bigcock

112233

49

fuckyou

carlos

bubba

happy

Arthur

50

dallas

tennis

2112

sophie

Cream

51

jessica

james

fred

ladies

Calvin

52

panties

mike

johnson

naughty

Shaved

53

pepper

brandon

xxxxx

giants

Surfer

54

1111

fender

tits

booty

Samson

55

austin

anthony

member

blonde

Kelly

56

william

blowme

boobs

fucked

Paul

57

daniel

ferrari

donald

golden

Mine

58

golfer

cookie

bigdaddy

0

King

59

summer

chicken

bronco

fire

Racing

60

heather

maverick

penis

sandra

5555

61

hammer

chicago

voyager

pookie

Eagle

62

yankees

joseph

rangers

packers

Hentai

63

joshua

diablo

birdie

einstein

Newyork

64

maggie

sexsex

trouble

dolphins

Little

65

biteme

hardcore

white

0

Redwings

66

enter

666666

topgun

chevy

Smith

67

ashley

willie

bigtits

winston

Sticky

68

thunder

welcome

bitches

warrior

Cocacola

69

cowboy

chris

green

sammy

Animal

70

silver

panther

super

slut

Broncos

71

richard

yamaha

qazwsx

8675309

Private

72

fucker

justin

magic

zxcvbnm

Skippy

73

orange

banana

lakers

nipples

Marvin

74

merlin

driver

rachel

power

Blondes

75

michelle

marine

slayer

victoria

Enjoy

76

corvette

angels

scott

asdfgh

Girl

77

bigdog

fishing

2222

vagina

Apollo

78

cheese

david

asdf

toyota

Parker

79

matthew

maddog

video

travis

Qwert

80

121212

hooters

london

hotdog

Time

81

patrick

wilson

7777

paris

Sydney

82

martin

butthead

marlboro

rock

Women

83

freedom

dennis

srinivas

xxxx

Voodoo

84

ginger

fucking

internet

extreme

Magnum

85

blowjob

captain

action

redskins

Juice

86

nicole

bigdick

carter

erotic

Abgrtyu

87

sparky

chester

jasper

dirty

777777

88

yellow

smokey

monster

ford

Dreams

89

camaro

xavier

teresa

freddy

Maxwell

90

secret

steven

jeremy

arsenal

Music

91

dick

viking

11111111

access14

rush2112

92

falcon

snoopy

bill

wolf

Russia

93

taylor

blue

crystal

nipple

Scorpion

94

111111

eagles

peter

iloveyou

Rebecca

95

131313

winner

pussies

alex

Tester

96

123123

samantha

cock

florida

Mistress

97

bitch

house

beer

eric

Phantom

98

hello

miller

rocket

legend

Billy

99

scooter

flower

theman

movie

6666

100

please

jack

oliver

success

Albert

 

Visitor Count : Free Hit Counter