Friday 11 September 2015

Complete Guide To Setup Wordpress In Kali Linux With Xampp Server

installing-wordpress-in-kali-linux-with-xampp- picateshackz.com

The Concept of this tutorial came up to my mind when i am thinking about the security of Wordpress Website, Wordpress is a opensource website or blogging platform and now a days most of all websites or blog running in this platform. So my upcoming tutorial i am planning to write about how to brute force a wordpress website and before that i want to show you how to setup wordpress in your kali linux localhost. this tutorial will give you step by step instruction to installing wordpress in localhost of Kali Linux using Xampp Server for learning Penetration Testing or Ethical Hacking a Website with Wordpress Platform.

This tutorial aims to prepare the next article which will talk about how to Brute Force Wordpress using Wpscan on Kali Linux, If you have no idea about Kali Linux then i recommend you to read this article: An Introduction To Hacker’s OS: Kali Linux Setup Tutorial

WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service. Features include a plug-in architecture and a template system.

WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time.

More simply, WordPress is what you use when you want to work with your blogging software, not fight it.

We will install wordpress in localhost simply for penetration testing and ethical hacking of the website using Wordpress as platform


To install Wordpress in localhost on Kali Linux we gonna use Xampp server, so the first step will explain How to install Xampp on kali linux and the second step will tutor you to install Wordpress in Kali Linux.


Step 1: Installing Xampp Server on Kali Linux


What is Xampp and why install it ?

installing-wordpress-in-kali-linux-with-xampp- picateshackz.com

XAMPP is an Apache distribution completely free, containing MySQL, PHP and Perl. The open source XAMPP package has been set up to be incredibly easy to install and use.
  • You can use XAMMP to create your own local server on linux to test your skills.
  • You can run vulnerable Web pages in xammp for testing and improving your skills in the field of security.
We will install xampp to test the security of our web pages with different ways and different vulnerabilities on several Script.

In kali linux we can renounce to installing xampp. Kali Linux is complete and does not need additional program to create a local server, but to make our task easier we will install xampp.



How to install Xampp in Kali Linux:


First step you need to download Xampp here.

Change the permission of the file withe:


root@kali: chmode +x xampp-linux*.run

Run the file to install xampp:

root@kali: ./xampp-linux*.run

and follow the instruction.




How to use Xampp:


To start it up, open a terminal and type:


root@kali: /opt/lampp/lampp start

To stop it, open a terminal and type:


root@kali: /opt/lampp/lampp stop

To restart it, open a terminal and type:


root@kali: /opt/lampp/lampp restart



Step 2: Installing WordPress In Kali Linux



Dreamhost banner



Start Xampp, Open a Terminal and Type:



root@kali: /opt/lampp/lampp start

Chose your Wordpress Platform and Download it,Click Here.

Change the permission of the File :



root@kali: chmod +x bitnami-wordpress*.run

and Run the file :



root@kali: ./bitnami-wordpress*.run

Select the Installation Language and type ok :



installing-wordpress-in-kali-linux-with-xampp- picateshackz.com

Click Next :



installing-wordpress-in-kali-linux-with-xampp- picateshackz.com

Bitnami chose the folder when xampp is installed just Click Next :


installing-wordpress-in-kali-linux-with-xampp- picateshackz.com

Creat your Admin Account, and Click Next :


installing-wordpress-in-kali-linux-with-xampp- picateshackz.com

and follow the installation instruction.



Watch the video tutorial for more explanation:





If you have encountered a problem or you have any questions or remarks please feel free to set a comment.

Source: http://www.k4linux.com/

Recommended Kali Linux Tutorial: 




No comments:

Post a Comment