Kali Linux Tutorials - How To Install Wordpress
Installing wordpress in localhost on Kali Linux using Xampp for learning Penetration Testing and Ethical Hacking of Website with Wordpress as Platform.
Today on k4linux.com a new tutorial about security testing of Website, in this article we gonna show you how to install Wordpress in Kali Linux.
This article aims to prepare the next article which will talk about how to Brute Force Wordpress using Wpscan on Kali Linux
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 if
you do not already have to Xampp visit our article
: How to install and secure xampp in kali linux.
First Step to Do it's
start Xampp, Open a Terminal and Type:
root@k4linux: /opt/lampp/lampp start
Change the permission
of the File :
root@k4linux: chmod +x bitnami-wordpress*.run
and Run the file :
root@k4linux: ./bitnami-wordpress*.run
Select the Installation
Language and type ok :
Click Next :
Bitnami chose the
folder when xampp is installed just Click Next :
Creat your Admin
Account, and Click Next :
and follow the
installation instruction.
When installation is
down, open your browser and go to: http://127.0.0.1/wordpress/
to see your wordpress platform, and to login, go to: http://127.0.0.1/wordpress/login
to see your wordpress platform, and to login, go to: http://127.0.0.1/wordpress/login
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.
Leave a Comment