MCPcopy Create free account
hub / github.com/OWASP/Python-Honeypot / __init__

Method __init__

core/file_monitor.py:49–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48class FileMonitor:
49 def __init__(self):
50 self.observer = Observer()
51 self.log_filename = None
52 self.log_filename_dump = None
53 self.stop_execution = False
54 self.DIRECTORY_TO_WATCH = None
55 self.EXCLUDES = []
56 self.module_name = None
57
58 def stop(self):
59 self.self_execution = True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected