SpyWare (version 1.0.0)
index
SpyWare.html

This file implements a complete spyware.

 
Functions
       
join(path, *paths)
# Join two (or more) paths.
main() -> int
This function launchs the SpyWare modules from the command line.
spy(modules: Dict[str, str]) -> int
This function starts spy modules and stop it on KeyboardInterrupt.
stop_deamons(*daemons: List[threading.Thread]) -> None
This function sent daemon's stop signal.

 
Data
        __all__ = ['spy', 'join', 'stop_deamons', 'main', 'modules']
__annotations__ = {'modules': typing.Dict[str, str], 'system': <class 'str'>}
__author_email__ = 'mauricelambert434@gmail.com'
__copyright__ = '\nSpyWare Copyright (C) 2021, 2022 Maurice Lamb...ome to redistribute it\nunder certain conditions.\n'
__description__ = '\nThis file implements a complete spyware.\n'
__license__ = 'GPL-3.0 License'
__maintainer__ = 'Maurice Lambert'
__maintainer_email__ = 'mauricelambert434@gmail.com'
__url__ = 'https://github.com/mauricelambert/SpyWare'
modules = {'audio': 'audioSpy.conf', 'clipboard': 'clipboardSpy.conf', 'domains': 'domainsSpy.conf', 'files': 'filesSpy.conf', 'key': 'keySpy.conf', 'screen': 'screenSpy.conf', 'webcam': 'webcamSpy.conf'}

 
Author
        Maurice Lambert