Skip to content
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

Open
1 task
sl4cky opened this issue Apr 13, 2023 · 3 comments
Open
1 task

Periodic screenshot feature #15

sl4cky opened this issue Apr 13, 2023 · 3 comments

Comments

@sl4cky
Copy link

sl4cky commented Apr 13, 2023

  • This issue is not about OPSEC or bypassing defensive products

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

@sl4cky sl4cky changed the title screenshot watch Screenshot feature Apr 13, 2023
@chvancooten
Copy link
Owner

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 repeat [time] [command] [args] syntax or similar.

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.

@sl4cky
Copy link
Author

sl4cky commented Apr 16, 2023

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?

@chvancooten
Copy link
Owner

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.

@chvancooten chvancooten changed the title Screenshot feature Periodic screenshot feature Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants