
If you enter the wrong password, it is going to say that the password is incorrect and to try again. Say you come to the login screen of Kali Linux and you have forgotten your password. This OS uses a variety of tools that require graphical hardware acceleration using the latest GPUs. Kali Linux is a heavyweight OS and needs 1GB of RAM. Kali Linux requires a minimum storage space of 20 GB to install and begin working. Kali Linux is a distribution that offers many hacking and penetration tools that are up-to-date and software by default and is widely recognized by different Windows users. Kali Linux was developed by offensive security as a rewrite of Backtrack, a Linux distribution that focuses on security. It is a Debian-based system and widely considered one of the best options for hackers. Pen-testing is a methodology where people check their own systems and their own architectures to find vulnerabilities. Feel free to share the vulnerability you found interesting to exploit with our readers in the comments section.Kali Linux is the number one security operating system of today, and this is the operating system that the programming world prefers to use to perform penetration testing, or pen-testing.

All you need to do is change the security levels depending on your skills. Pretty easy, right? DVWA is an excellent resource for both beginners getting started with Penetration Testing and experts. That is how we install DVWA on Kali Linux. On the left panel, we have the different types of attacks you can exploit and the DVWA Security button that allows you to choose the desired security level - Low, Medium, High, or Impossible.

Once logged in, you will see the DVWA main page. After some time, you will be redirected to the DVWA login page. That will create and configure the database. Don’t panic! Scroll down and click the Create / Reset Database button.

You might see the errors colored in red as in the image above. That will open the setup.php web page as shown in the image:

That’s it! We now have everything configured, and we can proceed to launch DVWA. To check whether the service started successfully, use the status command. Start Apache server using the command below: $ sudo service apache2 start ALSO READ: How to install Pyrit in Kali Linux
