Home » Archive

Articles in the Hacking Computer Category

BlackHat, Hacking Computer, Hacking Windows, Windows 7 Hacks »

[20 Aug 2009 | No Comment | ]

When I discovered Kon-Boot and posted it in this blog, I got many request in forum on how to put Kon-Boot ISO image file to USB. I seldom boot a computer using USB because only modern computers is able to support that and a lot of my client’s computer are still old enough to only support booting from CD. Booting up a computer with USB is very convenient because USB is small, cheap and convenient. Imagine carrying a small pendrive with Kon-Boot and you can virtually login to any password …

BlackHat, Hacking Computer, Hacking Windows, Linux Unix Hacking, Password Recovery, Windows 7 Hacks »

[20 Aug 2009 | No Comment | ]

Latest Updates – Kon-Boot for Windows
Kon-Boot was moved to Windows platforms. So now it provides support for Microsoft Windows systems and also the Linux systems listed below. Kon-Boot for Windows enables logging in to any password protected machine profile without without any knowledge of the password. This tool changes the contents of Windows kernel while booting, everything is done virtually – without any interferences with physical system changes. So far following systems were tested to work correctly with Kon-Boot:
•Windows Server 2008 Standard SP2 (v.275)
•Windows Vista Business SP0
•Windows Vista Ultimate SP1
•Windows …

Hacking Computer, Hacking Windows, Windows 7 Hacks »

[8 Apr 2009 | No Comment | ]

Sharing one keyboard and mouse on multiple computers makes sense. Many of us have more than 1 computers but don’t want too many mess cables around or multiple mouses and keyboards that can confuse us. That’s why there are free software such as Input Director and Synergy that allows you to easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware.
Well what about installing multiple mouse and keyboard on one computer? I’ve tried installing 2 mouse on my …

Cool Tricks, Hacking Computer »

[7 Apr 2009 | No Comment | ]

Using the standard Windows “Rename” function, limits you to only 11 characters.  You can’t always get what you want with just 11 characters…so how do you make the Volume name of USB stick longer than 11 characters?
It’s easy, with the help of an inf file.  An INF file (or Setup Information file) is a plain text file used by Microsoft Windows for installation of software and/or drivers. Today we are going to use the .INF file to increase the length of our USB Volume name past 11 characters.
For those of …

Email Hacking, Google Hacking, Hacking Computer, Hacking Windows, Internet Hacking, Keyloggers »

[10 Feb 2009 | No Comment | ]

Did you know that keyloggers are the simplest way to hack an email password?. Today I’ll be giving you a detailed information on hardware keyloggers and their use.
A software keylogger (or simple keylogger) is a stealth computer program that captures every keystroke entered through the keyboard.
Now i’ll tell you what is a hardware keylogger and how it can be used for hacking an email.

Hardware Keyloggers are used for keystroke logging, a method of capturing and recording computer user keystrokes. They plug in between a computer keyboard and a computer …

Hacking Computer, Hacking Windows »

[10 Feb 2009 | No Comment | ]

The following registry setting will prevent writing to usb in windows xp.
Expand HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l Add a new key and name it “StorageDevicePolicies”.
In the window on the right then create a new DWORD value and label it WriteProtect, give it a value of “1″ and users can no longer write to USB drives.
Giving a value of “0″ will allow to write again.

Hacking Computer, Hacking Windows »

[28 Jan 2009 | No Comment | ]

GO TO START>RUN>TYPE REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>DISCRIPTION>
SYSTEM>CENTRAL PROCESSOR>
ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSORNAMESTRING AND THEN WRITE ANYTHING U WANT IN THAT TEXTBOX

Hacking Computer, Hacking Windows »

[22 Jan 2009 | No Comment | ]

Don’t you hate it when you accidentally hit the Caps Lock key?
sometimes u realise ur mistake after u have typed a whole sentence (it makes u type whole sentence again )
SO HERE IS A TRICK THAT INFORMS U THAT CAPSLOCK KEY IS ON
it will alert you when your finger taps the Caps Lock key?
With this tip, I’ll show you how to make your computer beep & flash the next time it happens.
The first thing you need to do is get the computer to beep when you hit the Caps …

Hacking Computer, Hacking Windows »

[18 Jan 2009 | No Comment | ]

If u manually want to edit states of ur CAPSLOCK,NUMLOCK,SCROLL LOCKyou just need to edit the registry. Start Regedit Go to HKEY_CURRENT_USER \ Control Panel \ KeyboardOpen InitialKeyboardIndicators Change the value to one of the following number
0 – All Keys off
1 – Caps Lock on
2 – Num Lock on
4 – Scroll Lock on
For multiple keys, add their values:
3 – Caps Lock and Num Lock on
5 – Caps Lock and Scroll Lock on
6 – Num Lock and Scroll Lock on
7 – Caps Lock, Num Lock, and Scroll Lock on
Log off and …

Firefox Tips, Hacking Computer, Internet Hacking »

[10 Jan 2009 | No Comment | ]

Ctrl+C we use it every day . But it’s
not a very
safe thing to do.
why.
What happens when you press Ctrl+C while you are
Online… We do
copy various data by Ctrl + C for copying & pasting elsewhere.
This copied data is stored in clipboard and is
accessible from
the net by
a combination of Javascripts and ASP.
if u dont believe me
Just try this:
The Clipboard hack is done by the following Source Code: <Script Language=”JavaScript”>
var content = clipboardData.getData(“Text”);
alert(content);
</Script>