Installing DVWA in Kali Linux

Поділитися
Вставка
  • Опубліковано 25 жов 2024

КОМЕНТАРІ • 97

  • @GeoffreyPennington
    @GeoffreyPennington 6 місяців тому +8

    I finally got DVWA up and running thanks to your instruction. Thank you! Since you mentioned changes/updates making videos obsolete, I wanted to let you and other viewers know that your instructions still work. Thanks again!

    • @DigininjaRobin
      @DigininjaRobin  6 місяців тому +1

      Yes, nothing significant has changed recently.

  • @JuanGarcia-wr7vu
    @JuanGarcia-wr7vu 10 місяців тому +2

    I've been trying to setup DVWA for two days straight and wasn't able until I found this video. It works PERFECTLY. Thank you very much Robin.

  • @hadialhassan5078
    @hadialhassan5078 2 місяці тому +2

    I love how blunt he is.
    Spoon fed us what we needed but refuses to explain self explanatory tasks.

    • @DigininjaRobin
      @DigininjaRobin  2 місяці тому

      @@hadialhassan5078 if I tried to explain everything the video would be hours long. I'm just aiming to get people a working setup.

    • @zelven6109
      @zelven6109 Місяць тому

      spoken like a true professor

  • @devilman1357
    @devilman1357 2 роки тому +4

    Great step-by-step instruction without any issues, (provided you follow along slowly and accurately)!
    I was a little intimidated by the seemingly complex steps, but knowing Linux command line is definitely helpful.
    THANK YOU SO MUCH!! Completely satisfied with your video.

  • @mattgothers2358
    @mattgothers2358 8 місяців тому +1

    Robin, Thank you so much for this walk through, was awesome and full proof to get this going!!! I appreciate it!

  • @codbudo17
    @codbudo17 3 місяці тому +1

    Thanks mate. Teacher just did 4 slides of SQL theory and then sent me packing to figure this out, if not for this video i would be pulling my hair out. Appreciated

  • @DigininjaRobin
    @DigininjaRobin  2 роки тому +8

    I knew I'd miss something, the Kali install of PHP has error displaying turned off by default. To get errors to display in labs such as SQLi, when editing the php ini file at 17:15, find the entries display_errors and display_startup_errors and set both of them to On.

  • @nelsoncruz-os7nz
    @nelsoncruz-os7nz 7 місяців тому +1

    Hey thanks for the video man. Best one on UA-cam!

  • @saicharan2665
    @saicharan2665 Рік тому +4

    In Mariandb [dvwa]> ^DBye
    After enter it showing error
    How to resolve

    • @evanjohnson8682
      @evanjohnson8682 6 місяців тому

      Yes I got lost here too. How to even do a ^DBye??

  • @kronoscbaful
    @kronoscbaful День тому +1

    you're my men! its working!

  • @dailycolos
    @dailycolos 2 місяці тому +1

    Effortlessly did this ❤❤❤

  • @AlterEgo-x3f
    @AlterEgo-x3f Місяць тому +1

    Thanks for great video ....very helpful

  • @sachinz_25
    @sachinz_25 2 роки тому +1

    Thank you so much
    This video is really helpful for newbies like me.

  • @phillyt22
    @phillyt22 Рік тому

    Thanks for the video. Just a note to help anyone who may run into an issue with the gd library install. I did it but I had 2 php versions (8.1 and 8.2). The site was working off of 8.1, then after installing the gd library, it only showed html. I removed php 8.1, uninstall gd library and deleted the dvwa folder from var/www/html , then cloned and moved the folder back and redid all the steps to get it on 8.2. It still did not work. So i re-installed kail on my vm and made sure to delete php 8.1 FIRST before proceeding with steps in the video and then the gd library worked and the site is all up and running with 8.2.

    • @DigininjaRobin
      @DigininjaRobin  Рік тому

      The quicker way to do this is to look at which version of php you are using and edit the right config file. The version is shown at the top of the list on the setup page.
      There is no need to uninstall previous versions.

    • @phillyt22
      @phillyt22 Рік тому

      @@DigininjaRobin yup! I was coming back to edit my comment because it wasn't the right solution. Learned the hard way. I noticed the second time that it was still showing 8.1 as my PHP version so it wasn't fixed. So then made the switch so 8.2 then gd install worked. I ran a2enmod php8.2 after a2dismod php8.1 (I had already deleted 8.1 so not sure this had much of an effect the second time around). But that fixed my phpinfo() and apache was running the right version.

  • @_K_W
    @_K_W 11 місяців тому +1

    Brilliant, thanks Robin

  • @AzazelHash281
    @AzazelHash281 7 місяців тому +1

    ive done everything you have but my login fails for the application

    • @DigininjaRobin
      @DigininjaRobin  7 місяців тому

      Raise a ticket in GitHub and give all the information the template requests, login fails is too vague to help debug.

  • @animehub883
    @animehub883 Рік тому +1

    it's good mate , what he said works and is working for mine so

  • @jonhotchner2769
    @jonhotchner2769 Рік тому +1

    This may be a stupid question, but I'm currently enrolled in an ethical course and running kali Linux on a VM for the course as is. Do I need to make a second Kali VM in order to run this safetly and then hack it from the course's kali VM or should I install this on the same Kali VM? TIA to anybody who can provide an answer (or estimate)

    • @DigininjaRobin
      @DigininjaRobin  Рік тому

      Both will work but ask your teacher which they want you to do, there are reasons for doing it both ways.

  • @Frankiedgaf
    @Frankiedgaf 7 місяців тому

    7:00 I’m stuck here. What did you click to exit the screen that has the DVWA username and password back to the main terminal?

    • @DigininjaRobin
      @DigininjaRobin  7 місяців тому +1

      Do you mean the prompt that is asking you for your password? I entered my password.

  • @felipemedina7738
    @felipemedina7738 Рік тому +1

    thank you so much, your video helped me a lot

  • @shivampatel4179
    @shivampatel4179 2 місяці тому

    at 3:01, I couldn't understand the path...... as its showing '/www/html/' : no such file or directory

  • @evanjohnson8682
    @evanjohnson8682 6 місяців тому

    It appears that the "Writable file.... phpIds_log.txt: No" is no longer seen in the setup.php. I got everything else working well though. Thanks!

    • @DigininjaRobin
      @DigininjaRobin  6 місяців тому

      yes, I removed the PHPIDS stuff a while ago.

  • @preetdesai5960
    @preetdesai5960 4 місяці тому

    I hv enabled allow_url_include as per u shown in this video and it is showing enabled in "vim" after restart but it is showing disabled on interface of dvwa. Please help in resolving it.

    • @DigininjaRobin
      @DigininjaRobin  4 місяці тому +1

      @@preetdesai5960 have you restarted Apache and/or php? If so, raise a ticket in GitHub and show your config and explain your setup and I'll try to help.

    • @preetdesai5960
      @preetdesai5960 4 місяці тому

      @@DigininjaRobin Yes I hv restarted the apache server

    • @preetdesai5960
      @preetdesai5960 4 місяці тому

      @@DigininjaRobin Sure thank you

  • @NottsOnline
    @NottsOnline 2 місяці тому

    love the apathy 😂😂😂 ahahah 😊 he is my internal monologue

  • @HimanshuSharma-nu3to
    @HimanshuSharma-nu3to Рік тому +1

    after installing module gd
    it disabled my allow_url_include
    i tried enabling it but its not working
    Help me fixing this

    • @DigininjaRobin
      @DigininjaRobin  Рік тому

      Raise a ticket in GitHub using the correct template and I'll try to help.

    • @ripits_62
      @ripits_62 Рік тому

      it also installed the new php with it, go into etc php and edit the latest ini 8.2 i think

    • @DigininjaRobin
      @DigininjaRobin  Рік тому +1

      @@ripits_62 he was editing the wrong config, we fixed it in a GitHub issue.

    • @preetdesai5960
      @preetdesai5960 4 місяці тому

      @@DigininjaRobin I m going thru same problem. Please will u elaborate it's solution here ?

    • @DigininjaRobin
      @DigininjaRobin  4 місяці тому +1

      @@preetdesai5960 no. As I said raise a ticket in GitHub and I'll try to help. UA-cam comments are not the right space to try to deal with this

  • @youzipiiYOUZIPII
    @youzipiiYOUZIPII Рік тому

    Thank you for your video!Really really really thks.

  • @beatrizcazorla419
    @beatrizcazorla419 Рік тому

    Thanks! that was very helpful

  • @briancarvalhoso7969
    @briancarvalhoso7969 Рік тому

    I have an issue moving DWVA in the beginning even using the sudo command.

    • @DigininjaRobin
      @DigininjaRobin  Рік тому

      As I say in the video, raise a ticket in GitHub and give all the information I ask for.

  • @john_wick_catcher26
    @john_wick_catcher26 Рік тому

    great help first of all ..
    need to find a something tomorrow.. even with the user,password and database set up i still get a white screen on creating a database on DVWA

    • @DigininjaRobin
      @DigininjaRobin  Рік тому +1

      If you are having problems, raise a ticket in GitHub using the appropriate template and providing all the requested information.

    • @john_wick_catcher26
      @john_wick_catcher26 Рік тому

      @@DigininjaRobin thanks for the reply but i typed p@ssw@rd :') ... dumb

  • @Frankiedgaf
    @Frankiedgaf 7 місяців тому

    13:19 ^DBye is not working for me , when I type it. It doesn’t work like yours

    • @DigininjaRobin
      @DigininjaRobin  7 місяців тому +1

      ^D is pressing control and d, it is the same as typing exit.

  • @basharsalloum1047
    @basharsalloum1047 3 місяці тому

    any one get an ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) problem ?? what is the solve

    • @DigininjaRobin
      @DigininjaRobin  3 місяці тому

      Set up the user correctly as it shows in the video, do not use root, use the user as described.

  • @AbdallaSharif-gm6vg
    @AbdallaSharif-gm6vg Рік тому

    How to solve if php module mysql is missing
    And php module pdo_mysql is missing

    • @DigininjaRobin
      @DigininjaRobin  Рік тому

      Read the README or watch the video booth tell you how to do everything you need.

  • @Incolent
    @Incolent 2 місяці тому +1

    You can tell how fking done he is with tickets saying it doesnt work.

  • @AhmedSHerif-d5m
    @AhmedSHerif-d5m Місяць тому

    how did you add admin and password and works? ... what did u do to can login? at 14:50

    • @DigininjaRobin
      @DigininjaRobin  Місяць тому

      @@AhmedSHerif-d5m did you read the section of the README that tells you the credentials?

  • @ripits_62
    @ripits_62 Рік тому

    maybe i missed it but i didnt see how you knew that admin credentials off the bat

  • @cahyoramadhan3395
    @cahyoramadhan3395 7 місяців тому

    Can you help, where do we know the admin and password on the login page?

    • @DigininjaRobin
      @DigininjaRobin  7 місяців тому

      In the README file.

    • @jstZZer0
      @jstZZer0 6 місяців тому

      in the README file
      username= admin
      password= password

  • @georgebush128
    @georgebush128 Рік тому +1

    Thank you very much!!!😄

  • @ibnubintangbaladnezar9300
    @ibnubintangbaladnezar9300 5 місяців тому

    i have question, when i want to create user like in 10:50, why its show error "operation create user failed for 'dvwa'@'localhost'

    • @DigininjaRobin
      @DigininjaRobin  5 місяців тому

      Because you did something wrong. Raise a ticket in GitHub with all the information and I'll try to help.

    • @ibnubintangbaladnezar9300
      @ibnubintangbaladnezar9300 5 місяців тому

      i already do it exactly like in the video, no typo

    • @DigininjaRobin
      @DigininjaRobin  5 місяців тому

      @@ibnubintangbaladnezar9300 no you don't as the video shows that if you do it exactly like that it works.

  • @ksu1Gen
    @ksu1Gen 5 місяців тому +1

    Спасибо❤

  • @heyiaditya05
    @heyiaditya05 6 місяців тому

    I am unable to install the php-gd 🙂

    • @DigininjaRobin
      @DigininjaRobin  6 місяців тому

      Without a lot more information I can't help. Your problem could be a repo issue or that the g key is missing on your keyboard so you can't type the command properly.

    • @DigininjaRobin
      @DigininjaRobin  6 місяців тому

      Raise an issue in GitHub and I'll try to help. Make sure you answer all the questions the ticket asks for or it will be closed

  • @meaj
    @meaj Рік тому +1

    works on wsl well . ty

  • @habzboz2012
    @habzboz2012 2 роки тому +1

    Thank you ❤️

  • @WhoAmI00-u3u
    @WhoAmI00-u3u Рік тому

    from heArT love you bro

  • @hairyskulltrev
    @hairyskulltrev 3 місяці тому +1

    Thank u :D

  • @jimgrayson4828
    @jimgrayson4828 Рік тому +1

    Thank you

  • @mhdnaflan7463
    @mhdnaflan7463 2 роки тому +1

    Thank you, ⭐⭐⭐⭐⭐

  • @nostalgic6225
    @nostalgic6225 Рік тому

    Thanks really 🎉🎉❤❤

  • @cybersecurity9224
    @cybersecurity9224 Рік тому

    11:30 u were typing dreate thats why

    • @DigininjaRobin
      @DigininjaRobin  Рік тому

      As I said, it was deliberate to show you what an error looks like. Too many people report problems then submit screenshots that are full of errors that they ignored. I want people to read what is output rather than just blasting through and hoping it works.

  • @victimaccount1976
    @victimaccount1976 2 роки тому +1

    super

  • @Mike-zg9yh
    @Mike-zg9yh Рік тому

    THANKS

  • @abdellahlakhdari2689
    @abdellahlakhdari2689 4 місяці тому

    a

  • @JamesBond-b1n
    @JamesBond-b1n Рік тому

    Thank You Robin Wood🫡🤝♥️

  • @igorsilva736
    @igorsilva736 9 місяців тому

    I get Access denied. accessing setup.php or any other page

    • @DigininjaRobin
      @DigininjaRobin  9 місяців тому

      Create a GitHub ticket and provide all the information requested and I'll try to help.

  • @danishkhan-bs1fn
    @danishkhan-bs1fn Місяць тому

    what password required @ 7.04 to authenticate.

    • @DigininjaRobin
      @DigininjaRobin  Місяць тому

      Have a read how the sudo command works.
      www.techtarget.com/searchsecurity/definition/sudo-superuser-do

  • @lionildodacosta8058
    @lionildodacosta8058 Рік тому

    Thank you so much