Skip to content

yanxxir/Advanced-Surveillance-System-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Surveillance System Tool

This project tracks employee activity using various monitoring tools.

Features

  • Keylogger - Logs Keystrokes
  • clipboard - Clipboard logging
  • CWD - Log files in diresctory
  • malware - Run malware detection
  • File Viewer - View files
  • Emails - Email logging
  • Application - Monitor applications
  • Mouse - Mouse tracker
  • ping - Checks internet connection
  • VPN - VPN status
  • Screenshot - Captures screen

🔧 Packaging into EXE

To build the executable:

pip install pyinstaller

pyinstaller --noconfirm --windowed --onefile --add-data "cwd.py;." --add-data "malware.py;." --add-data "keylogger.py;." --add-data "clipboard.py;." --add-data "emails.py;." --add-data "Application.py;." --add-data "trackingmouse.py;." --add-data "pinginfo.py;." --add-data "vpnconnection.py;." --add-data "screenshot.py;." gui.py

This will create a .exe progarm make sure it's in the same path as the scripts and AI model folder

Or you could just run in terminal

python gui.py

Configuration

No special config required. Just ensure internet access for malware API.

Examples

Known Issues

  • Malware API may not detect hashes if the sample is not in the public database.
  • Some antivirus software may flag the EXE as suspicious due to keylogging features.

Contributing

Feel free to fork and submit pull requests!

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published