Speed up Mozilla Firefox 3x
Speed up Mozilla Firefox about 3-30x Faster!!!

If you are using firefox like me then you should try this.

1. Type "about:config" into the address bar and hit return. Scroll
down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time.
When you enable pipelining it will make several at once, which really
speeds up page loading.

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This
means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer.
Name it "nglayout.initialpaint.delay" and set its value to "0".
This value is the amount of time the browser waits before it acts on information it receives.

4.After altering the entries given above close the firefox window and restart.

If you're using a broadband connection you'll load pages 2-30 times faster now.
Hack Windows Logon Password Through Linux
Install a program called chntpw$ sudo apt-get install chntpw
After successfully installing chntpw, you have to access the Windows NTFS partition by mounting it and allowing read/write support. After that, use your command line skills by navigating to WINDOWS/system32/config
Once inside the config directory, issue this command:$ sudo chntpw SAM
A long display of information will follow. Just ignore them.
Once you are prompted to reset the password, it is recommended to leave the password blank with an asterisk (*).
Reboot, and you can now login to Windows with full administrative access.
Increase Bandwidth by 20%
By default, Windows save 20% of your bandwidth for updates and other purposes. You can free this bandwidth for your use. It's a simple way to do this.

  1. Click on START and single click on RUN.
  2. Now type, gpedit.msc and press enter
  3. In the new opened window, look in the left panel, and search for Local Computer Policy
  4. Expand the Local Computer Policy by either double clicking on it or by single clicking on the + sign just before it.
  5. Now expand Administrative Templates -> Networks.
  6. Single click on QoS Packet Scheduler and check out the right panel.
  7. Look for Limit reservable bandwidth.
  8. Double click on it.
  9. By default, it will be Not Configured. Change it to Enable. The below section will show 20 % banwidth in use. Change it to whatever desired or to zero.
  10. (Optional) You can click on Explain tab shown at it's top and read the information given there to actually understand what it is for.
Now you may find some increase in the speed of your internet. Happy hacking.
Spoofing MAC Address in Windows XP

Method 1:

This is depending on the type of Network Interface Card (NIC) you have. If you have a card that doesn’t support Clone MAC address, then you have to go to second method.

    1. Go to Start->Settings->Control Panel and double click on Network and Dial-up Connections.

    2. Right click on the NIC you want to change the MAC address and click on properties.

    3. Under “General” tab, click on the “Configure” button

    4. Click on “Advanced” tab

    5. Under “Property section”, you should see an item called “Network Address” or "Locally Administered Address", click on it.

    6. On the right side, under “Value”, type in the New MAC address you want to assign to your NIC. Usually this value is entered without the “-“ between the MAC address numbers.

    7. Goto command prompt and type in “ipconfig /all” or “net config rdr” to verify the changes. If the changes are not materialized, then use the second method.

    8. If successful, reboot your systems.

Method 2:

This method requires some knowledge on the Windows Registry. If you are not familiar with Windows Registry, just use the SMAC tool to change the MAC addresses, or consult with a technical person before you attempt on the following steps. Also, make sure you have a good backup of your registry.

a. Goto command prompt and type “ipconfig /all”, and

I. Record the Description for the NIC you want to change.

II. Record the Physical Address for the NIC you want to change. Physical Address is the MAC Address


figure 1.

b. Goto command prompt and type “net config rdr”, and you should see something like


figure 2.

c. Remember the number between the long number (GUID) inside the { }. For example, in the above “net config rdr” output, for MAC address “00C095ECB793,” you should remember {1C9324AD-ADB7-4920-B02D-AB281838637A}. You can copy and paste it to the Notepad, that’s probably the easiest way. (See figure 2.)

d. Go to Start -> Run, type “regedt32” to start registry editor. Do not use “Regedit.”

e. Do a BACKUP of your registry in case you screw up the following steps. To do this

I. Click on “HKEY_LOCAL_MACHINE on Local Machine” sub-window

II. Click on the root key “HKEY_LOCAL_MACHINE”.

III. Click on the drop-down menu “Registry -> Save Subtree As” and save the backup registry in to a file. Keep this file in a safe place.

f. Go to “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}. Double click on it to expand the tree. The subkeys are 4-digit numbers, which represent particular network adapters. You should see it starts with 0000, then 0001, 0002, 0003 and so on. (See figure 3.)


Figure 3.

g. Go through each subkey that starts with 0000. Click on 0000, check DriverDesc keyword on the right to see if that's the NIC you want to change the MAC address. The DriveDesc should match the Description you recorded from step (a.-I.). If you are not 100% sure about the DriverDesc, then you can verify by checking if the NetCfgInstanceID keyword value matches the GUID from step (c).
If there is no match, then move on to 0001, 0002, 0003, and so on, until you find the one you want. Usually 0000 contains the first NIC you installed on the computer.
In this demonstration, 0000 is the NIC I selected. (See figure 3.)

h. Once you selected the subkey (i.e. 0000), check if there is a keyword "NetworkAddress" exist in the right side of the window. (See figure 3.)

I. If "NetworkAddress" keyword does not exist, then create this new keyword:

i. Click on the drop down menu “Edit -> Add Value”.

ii. In the Add Value window, enter the following value then click OK. (See figure 4.)
Value Name: = NetworkAddress
Data Type: = REG_SZ


Figure 4.

iii. String Editor window will pop up at this time (see figure 5.)

iv. Enter the new MAC address you want to modify. Then click OK.
(There should not be any "-" in this address. Your entry should only consist of 12 digits as seen in the figure 5.)

II. If "NetworkAddress" keyword exists, make sure it shows the keyword type is REG_SZ, and it should show as NetworkAddress:REG_SZ: . This keyword might not have a value at this time.

i. Double click on the keyword NetworkAddress and the String Editor window will pop up. (See Figure 5.)

ii. Enter the new MAC address you want to modify. Then click OK.
(There should not be any "-" in this address. Your entry should only consist of 12 digits as seen in the figure 5.)


Figure 5.

j. There are 2 ways to make the new MAC address active. Method I does not require a system reboot:

I. Goto Start->Setting->Control Panel, and double click on "Network Neighborhood".
WARNING: Make sure you understand that you WILL lose the network connection after completing step "ii." below, and
if you have a DHCP client, you will get a new IP address after completing step "iii."

i. Select the Network Adaptor you just changed the MAC address.

ii. Right click on the selected Network Adaptor and click "Disable."
Verify the status column for this adaptor changes to "Disabled"

iii. Right click on the selected Network Adaptor and click "Enable."
Verify the status column for this adaptor changes to "Enabled"

iv. If for any reason it cannot be disabled or re-enabled, you have to
reboot your system to make the changes effective.

II. Reboot your Windows system.

k. Once completing step j (if rebooting the system, wait until the reboot is completed), go to command prompt, type “ipconfig /all” to confirm the new MAC address.

Get IP Address through Yahoo Messenger
Do you want to find out IP adress of your friend or foe? Here I have a way to do it. All what you need is to have that person chatting with you online through yahoo messenger. Rest what you need to do is as follows.

I consider that you are chatting with someone whom I call as victim, through yahoo messenger.

Now, follow the step mentioned below.

Step 1: Click on start, and then go to run. There, type cmd. For Vista users, you need to go to Start->All Programs->Accessories->Command Prompt

Step 2: Now type netstat -n,
Note: please make sure that you enter a space between 'netstat' and '-n'

Step 3: Here you are with a list of many IP address. Now what you have to do is to identify the IP address of the person you want from the list. For experts, see for the ip at port 5101, That's the ip address of the victim.

Step 4: Now check the below picture. Here you will see the actual format of the displayed data. On the right side you've got Foreign Address.

The content of Foreign Address is in the format,

127.0.0.1:4821

Here, 127.0.0.1 is the ip address and 4821 is the port to which this IP address is connected to my pc.

Step 5: As you've understood of port and IP Address, so now see for port 5101 in the Foreign Address list. The IP Address displayed besides it is the IP Address of your victim.

Got the IP Address. Now do what all hardcore hacking you can do with it!
  • Welcome