snoopysecurity / dvws-node

Damn Vulnerable Web Services is a vulnerable application with a web service and an API that can be used to learn about webservices/API related vulnerabilities.
GNU General Public License v3.0
442 stars 173 forks source link

GraphQL Endpoint Does Not Exist #27

Closed mleblebici closed 2 years ago

mleblebici commented 2 years ago

After installation through docker-compose up, there is no GraphQL endpoint alive. In the solutions for GraphQL Arbitrary File Write, it says there is an GraphQL endpoint listening at port 4000, however, port 4000 is not even open.

snoopysecurity commented 2 years ago

Thanks for reporting, i forgot to add the port to docker-compose file, if you git clone the latest version and run docker-compose, the graphql endpoint should be accessible

snoopysecurity commented 2 years ago

Fixed and Closed