This is default featured slide 1 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

This is default featured slide 2 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

This is default featured slide 3 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

This is default featured slide 4 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

This is default featured slide 5 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

Wednesday, March 31, 2010

Recover Deleted Data

Friends it may happen that you formatted you harddrive and lost important data. May be you deleted an file accidentally and now you want that file. In this circumstances how to recover the file back. 



Actually when we write any thing on hard drive it is written in terms of blocks of data. When you delete some data its entry in the FAT table is removed and the blocks are then appended in free list. But the data written to the blocks is not physically erase from the disk and hence the data is still there on the physical disk.

Thus you need a software which can search data at sector level and can retrive data.




Many of softwares are available on net but the user intreface is difficult and so the process become tedios for users. I have a solution to it. The Recover My files is a software which search for deleted FAT entries and search you disk at sector level. It provide a easy user interface to recover data from the hard drive. It also gives an option for specific file extension to retrieve.

Thus download it and recover the GB's of deleted data from your hard drive.

Download Now

Sunday, March 14, 2010

How To Extract Saved Password From Internet Explorer, Mozilla Firefox, Google Chrome, Yahoo Messenger, Gtalk And Msn


It is Quite Dangerous to save your password in Internet Explorer, Mozilla FireFox, Google Chrome, or even in Messengers.
Whenever you select “Remember my Password” option, then your Passwords are Automatically saved into your Computer, for further use.
The saved Passwords can be retrieved quite easily.
It is more dangerous when you are using public computers. In that case anyone can easily extract your password and misuse it.

Here is the Tip on how to Extract Saved Passwords:-
1) Internet Explorer
You can Download the Software IE PassView
IE Pass view

IE PassView is a small utility that reveals the passwords stored by Internet Explorer browser. It supports all the version including Internet Explorer v4.0 v6.0, 7.0, Beta version 8.0.

2) Google Chrome
You can Download the Software Google Chrome Pass
chromepass software


ChromePass is a small password recovery tool that allows you to view the user names and passwords stored by Google Chrome Web browser. For each password entry, the following information is displayed: Origin URL, Action URL, User Name Field, Password Field, User Name, Password, and Created Time. You can also save them in Text and Xml Files.
3) Messengers like Yahoo, Gtalk and Msn
You can use the Download Messenger Key
messengerkey software
Messenger Key is a freeware utility to recover passwords of your favorite messengers. Messenger Key recovers passwords for ICQ, MSN, Google Talk and Yahoo instant messengers. All Versions are Supported.
4) Mozilla FireFox
First way:-
You can Easily see the Password in Mozilla Firefox without using software,
Just Follow the following steps:-
I. Open Mozilla then Go to tools
II. Select options tab
III. Then Choose Security
IV. In the second box titled “passwords” you will see “SHOW PASSWORDS option there, just Click it.
V. Now You will see the user name and password.
Second way:-
You can also download the Software Password Fox
passwordfox software
PasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename.
It is also quite Easy to Retrieve Save Passwords using Java Script. If you need the code for that i’ll give you.
SECURITY TIP: DONT SAVE YOUR PASSWORD IN YOUR COMPUTER BECAUSE IT CAN BE HACKED EASILY EVEN FROM REMOTE COMPUTER.

Thursday, March 11, 2010

C/c++ program without main

There is no way that you can have a c program without main . Without the main your compiler will not know where to begin the execution of the program. So main is a must bust can fool your friends with this trick.

#include
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)

int begin()
{
printf(" hello ");
}


We are making use of preprocessor directive #define. A Preprocessor is program which processess the source code before compilation.

In the # define decode(s,t,u,m,p,e,d) you are asking the compiler to merge the 4th,1st,3rd & the 2nd characters(tokens). with the help of ##. So what you get 
"msut"
Similarly when you do decode(a,n,i,m,a,t,e) you get main. Now you are equating it to begin. So whereever the compiler find begin it will replace it with main. Using this principle/trick you can change anything.

Friday, March 5, 2010

How to ''Quickly'' Test DNS Resolution

This article is laid out so that it will show you how to not only use the tools, but also how to pick them. This is helpful because to just learn the tool’s name and all the switches you can use with it may not be particularly helpful to you if you don’t know when you would use a particular switch with a command. I have seen this a million times in books that are trying to drill this information into your head so that you remember it, problem is, if there is no scenario, you know, a real world – in the pits – scenario, pure memorization of the tool and its switches becomes pointless then because although you may have them memorized, how would you use them to resolve problems?


Consider Ping. Why would you use a Ping command with a ( -a ) switch? Let’s consider a problem where you would have to test DNS resolution, a user can’t get to an Internet website. Now, I know there are many ways you can test to establish what the problem is but let’s assume we wanted to quickly see if DNS was the problem, we isolated the problem that far, it’s definitely something wrong with DNS resolution. The DNS Cache was also flushed (ipconfig /flushdns which purges the DNS Resolver cache). So now, we will quickly test DNS with Ping? Yes, Ping with a particular switch can be used to solve a problem such as ‘why can’t we get to that URL, http://compIntranet?’ Well, do you know if you have DNS resolution such as a HOST file entry or the company DNS server assignments in the TCP/IP configuration properties configured via a DHCP server? Test DNS on your local PC to make sure you aren’t the problem first. If you get a complaint that users can’t get to http://compIntranet then you should make sure that you aren’t the problem first. Make sure you have DNS resolution. You can do this many ways, but one of the ways you can do it with the Ping command is with the ping –a ip_address command which will try to query resolve DNS to find out what the host name is.

You have to see if DNS resolution is working you can see if the DNS server you are configured to query knows what it’s talking about. Using the NSLOOKUP command shows this information.



   C:\WINDOWS\SYSTEM32>nslookup
   Default Server: ns3.srv.hcvlny.cv.net
   Address: 167.206.112.3


   > www.yahoo.com
   Server: ns3.srv.hcvlny.cv.net
   Address: 167.206.112.3


   Non-authoritative answer:
   Name: www.yahoo.akadns.net
   Addresses: 216.109.118.74, 216.109.118.75, 216.109.118.77,
       216.109.117.204, 216.109.117.205, 216.109.118.69,
   Aliases: www.yahoo.com


When I query my local DNS server, I can see that Yahoo.com has multiple IP addresses that can be used.


Now, it’s possible to ping with the –a switch to also verify if DNS resolution is work. Pinging Yahoo’s IP address with the –a switch produces the DNS name of the system.


   C:\WINDOWS\SYSTEM32>ping -a 216.109.118.74
   Pinging p11.www.dcn.yahoo.com [216.109.118.74] with 32 bytes of data:
   Reply from 216.109.118.74: bytes=32 time=22ms TTL=51
   Reply from 216.109.118.74: bytes=32 time=25ms TTL=51
   Reply from 216.109.118.74: bytes=32 time=27ms TTL=51
   Reply from 216.109.118.74: bytes=32 time=32ms TTL=51
   Ping statistics for 216.109.118.74:
      Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
   Approximate round trip times in milli-seconds:
      Minimum = 22ms, Maximum = 32ms, Average = 26ms

Although a simple example of using command line tools, we were able to also see why we would want to use them. See, so this guide does just sound like a machine telling you that ping is a command line tool that uses the ICMP echo protocol to send packets to … blah, blah, and blah! It’s a useful guide to help you understand why you would use them as well. It also shows you why you would use such switches that are available with the most common tools! Hopefully this will help you know when to use each one and help you create that precision needed in your troubleshooting steps.

Thursday, March 4, 2010

How To Hide Files In A Calculator?

Having read the title of this post you may be wondering if it’s really possible. Yeah! It is possible. As the word suggests, it’s a calculator with a safe which is capable of storing and keeping your files and folders safe. The safe calculator looks just like the default calculator in Windows and in fact it can even perform calculations just like any other calculator. Well in earlier posts you can find more ways of hiding particular file or folder. This is just another way to keep check on your data. When you start Safe Calculator it will look just like the the normal calculator.



The default code/ pin for the safe is ‘123’. So, to unlock you need to type ‘123’ in the calculator and press on ‘MS’, now the calculator will enter into safe mode. Here you can change the defaultpin if you want by clicking on ‘New pin’.

Now click on ‘+’ and then ‘=’ to confirm and enter into the safe to browse and choose the files you want to hide. Click on ‘Store’ once you’re done.


Wednesday, March 3, 2010

Hacking password and Recovery

Friends it happen many times that normally on our computer our google toolbar or mozilla remember the password for us.



It may happen that for a long time you use the remember password and so you may forget the password.

Now from the password field it is not possible to copy and paste as normal text.The browser will not allow you to copy.

In such situation you can login with the remember password but not get the original password.

I have got the solution for you.

The solution is the magic Window.

Magic window is a award winning software which when put on the ****** feild of password shows the actual password. Hence the trick is simple just Drag the magic window on password textbox and you will be able to see the original password in text format.

This trick can really become a hacking trick.

It is possible that your friend may use your computer and login and the browser saves his password.

Now you can use the magic window to get his password and enjoy with his account.
Download Magic Window



[This post was originally posted by Jainam Shah]