Saturday, 17 March 2012

Make Background Transparent of Windows See Through in Windows 7 or XP


If you work with a lot of open windows in windows, then the Aero Peek preview in windows 7 allows you to see what’s happening in the background by a sneak peek through the transparent title bars and frames. You can add this feature to the full window and fully see through by making the window fully transparent.

Make Folder Backgrounds, Explorer Windows Transparent

# Peek Through (Link)

An application for Windows XP, Vista and 7 which makes the foreground window transparent with the press of Hot Keys. You may adjust the amount of transparency and the Hot Keys. You also have the ability to “click through” the transparent window onto the window beneath it. I have made this after releasing it seems like it should be a natural part of Windows 7.


After selecting your settings, click the Activate button, the application will then be minimized to the system tray. You may minimize the program window to send it to the system tray, or close it to exit the program. Clicking the icon in the system tray will bring the window back up. Simply pressing the Hot Keys will enable the transparency and pressing them again will remove the transparency.


# Glass2k (Link)

It is a small little program that allows Windows 2000/XP users to make any window transparent. Right-click on any window or press the keyboard shortcuts (Control + Shift + [0-9]) to make any window transparent. It’s that simple.


The new stable beta version remembers each window’s transparency settings, allows you to keep any window on top, loads on Windows startup etc. And with this latest version, you can easily make the windows taskbar transparent.

Thursday, 15 March 2012

Hack Remote Computer with IP Address


Literally, hacking is accessing something or somebody in internet without their permission or interest. While, speaking in summary, hacking is very easy job, it is like instead of using front door, finding the hidden door of a house and hijacking the precious things. Among all the hacking, hacking via IP address is one of the most common yet powerful beginning.

You may want to hack the website and put your advertisement there or grab some database information In this type of hacking, you are playing with the web server’s computer instead of the administrator’s computer. Because, www.website.com is hosted in separate web server rather than personal computer.
Another can be accessing your friend’s computer from your home. Again this is IP based and this is possible only when your friend’s computer is online. If it is off or not connected to internet then remote IP hacking is totally impossible.



Well, both of the hacking has the same process. Let’s summarize what we must do.
  1. Confirm the website or a computer you want to hack.
  2. Find or trace their IP address.
  3. Make sure that IP address is online
  4. Scan for open ports
  5. Check for venerable ports
  6. access through the port
  7. Brute-force username and password
Now let me describe in brief in merely basic steps that a child can understand it.
First, getting the IP address of victim.
To get the IP address of the victim website, ping for it in command prompt.
For example,
ping www.google.com will fetch the IP address of Google.com


This is how we can get the IP address of the victims website.
How about your friend’s PC? You can’t do www.yourfirend’sname.com, can you? Finding your friend’s IP address is little tough job, and tougher it is if he has dynamic IP address that keeps changing.
One of the widely used method to detect IP address of your friend is by chatting with him.
You might find this article helpful

 Now you got the IP address right? Is it online?
To know the online status just ping the IP address, if it is online it will reply.
If the IP address is online, scan for the open ports. Open ports are like closed door without locks, you can go inside and outside easily.
Use Advanced Port Scanner to scan all open and venerable ports.


Now you’ve IP address and open port address of the victim, you can now use telnet to try to access them. Make sure that you’ve telnet enabled in your computer or install it from Control panel > Add remove programs > add windows components.
Now open command prompt and use telnet command to access to the IP address. Use following syntax for connection.
telnet [IP address] [Port]


You’ll be asked to input login information.


If you can guess the informations easily then it’s OK. Or you can use some brute-forcing tools like this one.
In this way you’ll able to hack remove computer using only IP address