-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Periodic screenshot feature #15
Comments
Thanks, I like this suggestion! It shouldn't be too much work to implement repeat logic for the screenshot command (or any command, for that matter). I would generalize this a bit and maybe implement it as a I don't have too much time to work on Nimplant for now so I'll leave this open, but it's added to the list :). PRs also most welcome on this. |
Okay understood, I can try to sit on it, would this require the screenwatch tool to be spawned in a new thread to not stop the client? |
That's a good question, it could be implemented in its own thread but given the fact that Nimplant is mostly built for synchronous operations that could cause some issues. An alternative would be to have the server side silently issue the command periodically. |
Feature Description
Would be nice to add a feature that allows to issue the screenshot feature every second for a specific amount of time like in CS
The text was updated successfully, but these errors were encountered: