Exploitation

NodeJS Code Injection

Since we already saw that the website was vulnerable to NodeJS command injection. We copied the following line of code.

Changing the script to connect to port 3000 and changing out listening host to our IP. Would result in a reverse shell.

Request Used:

Last updated