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

feat: rdp integration (WIP) #686

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

feat: rdp integration (WIP) #686

wants to merge 8 commits into from

Conversation

louis030195
Copy link
Collaborator

@louis030195 louis030195 commented Nov 15, 2024


name: pull request
about: submit changes to the project
title: "[pr] "
labels: ''
assignees: '@louis030195'


description

related issue: #685

type of change

  • bug fix
  • new feature
  • breaking change
  • documentation update

how to test

  1. setup a microsoft remote desktop server

  2. connect with a client to this rdp server

  3. run the example bin:

set RDP_SERVER_URL=your-server-url.com       # Windows CMD
# or
$env:RDP_SERVER_URL="your-server-url.com"    # Windows PowerShell

cargo run --bin rdp
# or 
cargo run --bin rdp2
# or 
cargo build --release
# then 
target/release/rdp.exe
# or 
target/release/rdp2.exe
  1. check screenshots in the same folder

status

at the moment there is an issue which is I'm able to get the sessions, impersonate etc. but the screenshots are only the local computer (server screen) instead of being the session screen

once solved we just have to put it in the rest of the lib and should be straightforward

Copy link

vercel bot commented Nov 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
screenpipe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 28, 2024 4:20pm

@louis030195 louis030195 changed the title feat: rdp integration feat: rdp integration (WIP) Nov 15, 2024
@louis030195
Copy link
Collaborator Author

@Neptune650 is taking the task

@louis030195
Copy link
Collaborator Author

/tip $400 @Neptune650

to get started

Copy link

algora-pbc bot commented Dec 17, 2024

🎉🎈 @Neptune650 has been awarded $400! 🎈🎊

@louis030195 louis030195 marked this pull request as draft December 18, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant