https://github.com/albinodrought/theforlorn
Networked Administration Tool written in C#
https://github.com/albinodrought/theforlorn
Last synced: about 2 months ago
JSON representation
Networked Administration Tool written in C#
- Host: GitHub
- URL: https://github.com/albinodrought/theforlorn
- Owner: AlbinoDrought
- Created: 2015-08-16T23:42:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-16T23:51:10.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T02:46:33.633Z (3 months ago)
- Language: C#
- Size: 270 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Forlorn
The Forlorn is a versatile networked administration tool running on the .NET 4.5 framework.
- Interactively browse files with a GUI
- Remotely view the screen and send input
- Start and stop processesAll remotely!
This project is still in early beta and is undergoing often changes.
### References
Uses parts of:- [CSharp MLib](https://code.google.com/p/csharpmlib/)
- [Asynchronous Client Socket Example on MSDN](https://msdn.microsoft.com/en-us/library/bew39x2a(v=vs.110).aspx)
- Stack Overflow posts referenced above their respective usages.