Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 373 Bytes

File metadata and controls

20 lines (15 loc) · 373 Bytes

Disclaimer : This repository is for learning purposes only and was made as an example for an introductory session on malware.

How to Run:

First run the server:

cd Server
npm install
node index.js

Then:

gcc post_request.c main.c -lcurl -o payload_out
./payload_out

Note:

The above program only works when the user is part of the input group.