Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sinpea/mini-key-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small key logger implementation for linux in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published