Skip to content

Executes client script on remote machine and collect statistics data via secure ssh. Data is encrypted over the wire.

Notifications You must be signed in to change notification settings

vspandan/CollectClientStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Prequisites
    .  smtplib
    .  python 2.7
    .  pywin32
    .  paramiko 1.8.0
    .  pycrypto-2.6.1
    .  psutils
    .  Diffiehellman 0.13.3
    .  mysql-connector-python-2.1.4-py2.7-winx64.msi
    .  mysql
2. Please configure the SMTP, DB variables in Properties.py file
3. Connect to MySql instance and run CreateTables.sql
4. Change directory to root directory of this project and execute the application using following command in CLI.
	python -m Server.ServerMain 
5. Requirements not Covered:
    Windows security event logs (in case of windows OS).

About

Executes client script on remote machine and collect statistics data via secure ssh. Data is encrypted over the wire.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages