Alexandre Beaulieu
Alexandre Beaulieu
This pull request fixes #359 I've done two things: - Default FPS is now 25. (PS: It looks like a recent refactor makes it impossible to configure the FPS for...
Right now the player works reasonably well for short sessions. For longer sessions, a few usability issues quickly become apparent. This issue is a top level issue to track a...
This is a DRAFT pull request that modifies PyRDP to support the direct connection approach outlined in [1.3.1.2 Security-Enhanced Connection Sequence](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/49e2791f-72d0-4229-92b7-8f32c48a7206). I think it still needs some work because it...
Currently, if an intercepted client disconnects while their session is hijacked, PyRDP will ignore the request for disconnect until the RDP client times out, after which point both connections (client...
I noticed that this issue (#165) has been open for a while and decided to try implementing it after reading the gitter. There are a few issues right now, but...
I added a bounded semaphore to limit the number of concurrent tasks created for the asyncio loop. This will ensure that the username file is not slurped and that at...
Empire has a persistence implant called `Install-SSP` (See #9) which already supports dropping password filter implants on compromised machines. Instead of creating a new persistence module we should leverage the...
### GitHub Username @alxbl ### Requirements - [x] I have reviewed the community membership guidelines (https://github.com/open-telemetry/community/blob/main/community-membership.md) - [x] I have enabled 2FA on my GitHub account. See https://github.com/settings/security - [x]...
**Description:** This pull request adds a new option for `receiver/windowsperfcounters` to allow re-creating a given counter query on each scrape. This is useful to avoid some weird performance counter corruption...
**Description:** This PR adds the counter's instance index for counters that include multiple instances with the same name. A simple example of this case is for monitoring process ID when...