Sunday, 13 December 2015

Hack a Facebook Account On XAMPP/WAMP


Hack a Facebook Account on XAMPP or WAMP, this post is to answer some question that posted on 5 Steps how to hack a facebook account and to answer some question on request tutorial page.



In the last tutorial 5 steps how to hack a facebook account, we use the online free hosting for the step by step tutorial. Today we will try to do that in our local environment by using XAMPP or WAMP server. The purpose of this tutorial is sometimes we want to make sure the setting was correct in local, so when we upload to real server it will works as we've already try in local.

If you still don't know what is XAMPP and WAMP,

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use – just download, extract and start.

WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.
         By:-CHOUDHARY IJAZ
Requirements:

1. XAMPP (http://www.apachefriends.org/en/xampp.html) or WAMP(http://www.wampserver.com/en/)

2. Download the facebook offline file in this page 5 steps how to hack a facebook account.

Step by step Hack a Facebook Account On XAMPP/WAMP:
1. Install the XAMPP or WAMP (if you don't know, see the tutorial how to install XAMPP in 7 simple steps)

2. Access your local PHPMyadmin (usually http://localhost/phpmyadmin).

3. Click the database tab and add new database there. In the example below, I add the new database called facebook, click create to create it.




4. Click the database we just created on step 3 (in this example I click my facebook database) and then click the SQL tab.


5. The next step we want to import the required table from the tutorial 5 steps how to hack a facebook account password. On step 2 there is a SQL query, copy that code and paste into the box "Run SQL query/queries on database facebook:"


Click Go button when you finished and 2 new table fb_fail and fb_login will be created.

Yes we already finished with the database, now the next step is setting up the web server.

In the next step I assume you already download the facebook offline page from this tutorial 5 steps how to hack a facebook account password.

6. Our Apache web server is already included when you installing the XAMPP. Now we will copy the fake Facebook file to C:\xampp\htdocs.

7. Open the PHP file login.php and view.php and edit the database connection. See the step 2 on my last tutorial about 5 steps how to hack a facebook account password.

If you have the default configuration, the MYSQL_SERVER_ADDRESS you can change to localhost, the MYSQL_USERNAME you can change to root, MYSQL_PASSWORD you can leave empty (double quote ""), and MYSQL_DATABASE you can change to your MYSQL database name (my DB name is facebook). Save your PHP file when you finished.

8. Now we can try our configuration in our local computer. Open your browser and type http://localhost and your fake facebook page should be there. You can try input some email and password in the fake page. To check the data we've already inputted has been saved to the database, open a new tab and type http://localhost/view.php to view the data we already get from the fake page.

Conclusion:

1. With this method you can learn in your local environment how the hacking work without harming others.

2. If you successfully view the page and you can view the password result, congratulations! because you just finished set up a web server with a website inside it (even it's a fake page ), and you also successfully set up a database server and use it.

hope you found it useful

HOW TO RANDOMLY HACK A HOME ROUTER


In this tutorial "How to Randomly Hack a Home Routers", we are going to show you how to use port scanner to identify home routers (and even office routers :p) and after that we will try to log in to those routers.

         By:- CHOUDHARY IJAZ

In the world most of users doesn't change there router's default password because most of them only know how to use without know how to configure the router itself. So that's the point. We can use that vulnerability to hack the routers.

Requirements:

Port Scanner (I use zenmap in this tutorial)
Web Browser (I use Google Chrome)
Internet Connection
First of all I want to tell you why I use Zenmap because Nmap is the best friend of hackers and Zenmap is the graphical user interface of nmap.


Step by Step How to Randomly Hack a Home Routers
1. We should select an IP range. I have selected IP range that includes my public IP address.

XXX.XXX.30.0-XXX.XXX.30.255

2. Now let's scan for home routers.

When you finished your scan, You can find IP addresses which has open ports such as http port(80), ftp port(21) and telnet port(23).

I have found many IP addesses with port 80 is opened.

Ï

So I stopped my scan.



3. Now you can access these addesses using your web browser because http port is opened and we need to find whether the web page is router log in page.


4. If you see the alert error messages, it says TD-8817. So we can Google for it

search "TD-8817 default username and password"


5. Now let's try to access these IP addresses using default logins we just got on step 4.

Default username and passwords are not same for every routers.

With username : admin and password : admin, we can log in to the router administration page


Attacker can do several harmful things when they can access router page, such as:

Redirecting DNS to malicious websites
Phishing Attacks
etc
Conclusion:

Because most of users doesn't change their router passwords. It's a very bad habit because hackers can access your router form anyplace through internet when you are online and It is very harmful to you. So you must change your home router's password. Keep it on you mind.

Hope you found it useful