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

References to ports of services centralised #55

Closed dave-shanahan closed 1 year ago

dave-shanahan commented 1 year ago

Overview

My machine would complain when running the NPM server due to Linux requiring root permissions when listening on a port below 1024. To resolve this, I had to alter the project code to change the port number that ExpressJS leveraged. This ticket aims to make this resolution easier for future users by extracting and centralising the ports defined for the following three services: ExpressJS, XML RPC, and GraphQL.

Implementation Details

Replication Steps

Questions/Issues

snoopysecurity commented 1 year ago

PR looks good, approved ๐Ÿ‘ thanks for contributing to dvws

regarding your questions