Disclaimer : This repository is for learning purposes only and was made as an example for an introductory session on malware.
First run the server:
cd Server
npm install
node index.js
Then:
gcc post_request.c main.c -lcurl -o payload_out
./payload_out
The above program only works when the user is part of the input group.