First make sure nodejs and npm are installed on your host machine. After installation, we go to the folder of the lab we want to practice. "i.e /skf-labs/XSS, /skf-labs/RFI/" and run the following commands:
1
$ npm install
Copied!
1
$ npm start
Copied!
Now that the app is running let's go hacking!
Reconnaissance
Step 1
The application shows that there is a new version of the website available somewhere, and a click on the button "Go to new website" will redirect you to it.