mirror of
https://github.com/JoelGMSec/EvilnoVNC.git
synced 2026-04-25 09:05:49 +03:00
[PR #47] [CLOSED] Fix credential copying in Chromium #47
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EvilnoVNC-JoelGMSec#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JoelGMSec/EvilnoVNC/pull/47
Author: @PwnPeter
Created: 11/13/2025
Status: ❌ Closed
Base:
main← Head:claude/debug-creds-copy-chromium-011CV6Ct9fnjutW6VJ7AbA3W📝 Commits (1)
026fe82Fix 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.