[PR #47] [CLOSED] Fix credential copying in Chromium #47

Closed
opened 2026-02-27 07:16:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JoelGMSec/EvilnoVNC/pull/47
Author: @PwnPeter
Created: 11/13/2025
Status: Closed

Base: mainHead: claude/debug-creds-copy-chromium-011CV6Ct9fnjutW6VJ7AbA3W


📝 Commits (1)

  • 026fe82 Fix credential copying in Chromium

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Files/startVNC.sh (+1 -1)

📄 Description

Added --user-data-dir flag to force Chrome to use /home/user/.config/chromium as the profile directory. This ensures that the credentials and cookies are stored in the expected location and can be properly copied by the background process at line 45.

Without this flag, Chrome standalone creates its profile in a different location, causing the credential copying to fail silently.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JoelGMSec/EvilnoVNC/pull/47 **Author:** [@PwnPeter](https://github.com/PwnPeter) **Created:** 11/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `claude/debug-creds-copy-chromium-011CV6Ct9fnjutW6VJ7AbA3W` --- ### 📝 Commits (1) - [`026fe82`](https://github.com/JoelGMSec/EvilnoVNC/commit/026fe82e590e91acf5b55b5c7111b28bf92da86e) Fix credential copying in Chromium ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Files/startVNC.sh` (+1 -1) </details> ### 📄 Description Added --user-data-dir flag to force Chrome to use /home/user/.config/chromium as the profile directory. This ensures that the credentials and cookies are stored in the expected location and can be properly copied by the background process at line 45. Without this flag, Chrome standalone creates its profile in a different location, causing the credential copying to fail silently. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:16:17 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/EvilnoVNC-JoelGMSec#47
No description provided.