Coder Social home page Coder Social logo

Comments (7)

erran avatar erran commented on May 19, 2024

Did you visit /setup.php? You can reinitialize the DB there. I'm working on a Chef cookbook for DVWA. It'll install version 1.0.7. Visit the readme at rapid7-cookbooks/dvwa.

from dvwa.

erran avatar erran commented on May 19, 2024

@muatif16 I just updated the README on the DVWA cookbook. You can clone the repository and run a few commands after downloading Vagrant and VirtualBox and you should have DVWA set up within a few minutes on a VM at http://33.33.33.10/dvwa

from dvwa.

ethicalhack3r avatar ethicalhack3r commented on May 19, 2024

Nice! Thanks @ipwnstuff

from dvwa.

erran avatar erran commented on May 19, 2024

No problem. Don't be surprised if I send a PR in a few days to add it and some other stuff to the README. I also seen that some dead PRs with code examples on here, I'll handle it whenever I have time for the updates the the README.

from dvwa.

muatif16 avatar muatif16 commented on May 19, 2024

if you don't mind kindly post some detail doc. or any video which would
help me for solving this problem.

On Fri, Jul 26, 2013 at 10:00 PM, Erran Carey [email protected]:

Did you visit /setup.php? You can reinitialize the DB there. I'm working
on a Chef cookbook for DVWA. It'll install version 1.0.7. Visit the readme
at rapid7-cookbooks/dvwa https://github.com/rapid7-cookbooks/dvwa.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-21633981
.

**

from dvwa.

erran-r7 avatar erran-r7 commented on May 19, 2024

@muatif16 Can you tell me whether you visited /setup.php? Did anything change if so? I still think it sounds like you didn't initialize your DB.

As for docs DVWA is pretty well documented if you look around. I'll add some more documentation to the above cookbook which would let you start a new instance inside of a VirtualBox VM. The cookbook is the simplest way besides the live CD IMO.

from dvwa.

erran-r7 avatar erran-r7 commented on May 19, 2024

@muatif16 Here are the two solutions I can think of:

  • Reinitializing your database, replace http://0.0.0.0 with whatever address/port you're using. Make sure you use /setup.php or /dvwa/setup.php in respect to where you installed DVWA.
curl --data 'create_db=Create+%2F+Reset+Database' http://0.0.0.0/dvwa/setup.php# --cookie PHPSESSID=1 
  • Straight from the DVWA cookbook's README:

To run in a Vagrant Environment, install VirtualBox here and then
install Vagrant here.
Run the following commands to get started with this cookbook:

git clone https://github.com/rapid7-cookbooks/dvwa
cd dvwa
bundle install
vagrant plugin install bindler
vagrant bindler setup # Only needed once
vagrant plugin bundle
vagrant up xampp # or you can run standalone to install without XAMPP

from dvwa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.