spyware
index
spyware.py

This file implement a spyware.

 
Functions
       
join(*threads) -> None
This function join threads.
spy() -> None
This function launch all spy functions.
spyware() -> None
The SpyWare launcher.
start_audio_spy() -> Tuple[threading.Thread, AudioLogger.AudioLogger.Daemon]
This function launch audio spy.
start_copy_spy() -> Tuple[threading.Thread, CopyLogger.CopyLogger.Daemon]
This function launch copy spy.
start_domains_spy() -> Tuple[threading.Thread, threading.Thread, DomainsLogger.DomainsLogger.Daemon]
This function launch domains spy.
start_files_spy() -> Tuple[threading.Thread, FilesLogger.FilesLogger.Daemon]
This function launch files spy.
start_key_spy() -> Tuple[threading.Thread, KeyLogger.KeyLogger.KeyLogger]
This function launch key spy.
start_screen_spy() -> Tuple[threading.Thread, ScreenLogger.ScreenLogger.Daemon]
This function launch screen spy.
start_webcam_spy() -> Tuple[threading.Thread, WebcamLogger.WebcamLogger.Daemon]
This function launch files spy.
stop_deamons(*daemons) -> None
This function send daemon's stop signal.

 
Data
        __all__ = ['spy', 'join', 'stop_deamons', 'start_audio_spy', 'start_copy_spy', 'start_domains_spy', 'start_files_spy', 'start_key_spy', 'start_screen_spy', 'start_webcam_spy', 'spyware']