Skip to content

Secure application for executing arbitrary commands on a windows desktop

Notifications You must be signed in to change notification settings

acaprojects/pc-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PC Remote Control

  1. Requires a secure TLS connection
  2. All connections must authenticate using windows auth (local / domain)
  3. Allows remote control of a USB camera
  4. Allows execution of arbitrary commands
  5. JSON protocol with terminating characters
  6. Multiple simultaneous connections

License

MIT

Additional Notes

  • Possibly this would work better as a Windows service (at the moment a user needs to be logged in) although then there are probably a host of other issues when it comes to launching apps on the desktop?
  • It could use a design overhaul, C# is not my preferred programming language it just had the lowest barrier to entry
  • It requires a copy of makecert.exe either in the directory or PATH for generating TLS keys on first run
  • Depends on http://directshownet.sourceforge.net/ and http://json.codeplex.com/

About

Secure application for executing arbitrary commands on a windows desktop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages