PyCanary-Python-Canary-Token-Alternative

PyCanary: CMD line tool to monitor any directory for file access or file changes, log event, send basic alert to user, and dump and process information collected. There is also a background thread monitoring all created processes and logging them for later analysis.

MIT License

Stars
2
Committers
1

PyCanary

  • Create a .txt file of directory paths you would like to monitor
  • Pass in the path to the .txt file using the -pF command. Example: -pF <./dir_paths.txt>
  • Wait to see if the files are accessed
  • Windows Alert box will pop up if any file in the specified directories are accessed or altered
  • Fully implemented process monitoring & logging
  • Ongoing logging both in the background, and upon file access
  • Simple, lightweight, and highly effective

git clone

git clone https://github.com/RogueCyberSecurityChannel/PyCanary-Python-Canary-Token-Alternative