[PR #39] [CLOSED] Error XD #46

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/39
Author: @wanetty
Created: 10/15/2024
Status: Closed

Base: mainHead: wanetty-patch-3


📝 Commits (10+)

📊 Changes

21 files changed (+906 additions, -224 deletions)

View changed files

📝 .github/FUNDING.yml (+6 -3)
.gitignore (+3 -0)
Dockerfile (+0 -62)
Downloads/.deleteme (+0 -0)
📝 Files/cookies.py (+4 -1)
Files/default.conf (+17 -0)
Files/index.html (+46 -0)
Files/index.js (+26 -0)
Files/keylogger.py (+70 -0)
Files/kiosk.sh (+9 -0)
📝 Files/rfb.js (+125 -74)
Files/server_go/go.mod (+28 -0)
Files/server_go/go.sum (+84 -0)
Files/server_go/server.go (+225 -0)
Files/startVNC.sh (+12 -0)
Makefile (+7 -0)
📝 README.md (+52 -34)
evilnovnc.Dockerfile (+54 -0)
nginx.Dockerfile (+17 -0)
start.sh (+0 -50)

...and 1 more files

📄 Description

No description provided


🔄 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/39 **Author:** [@wanetty](https://github.com/wanetty) **Created:** 10/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `wanetty-patch-3` --- ### 📝 Commits (10+) - [`f747d43`](https://github.com/JoelGMSec/EvilnoVNC/commit/f747d43e0c282d289940e50e794df3295ec3dc52) Starting multi account project - [`3a77226`](https://github.com/JoelGMSec/EvilnoVNC/commit/3a772265e8f50a7e84e079406b32f3cb0bd84c1e) Docker file with folder - [`61dbb9e`](https://github.com/JoelGMSec/EvilnoVNC/commit/61dbb9ec4ccb6756f8cd7188a242c3f2674634e0) Create default.conf - [`3a13f26`](https://github.com/JoelGMSec/EvilnoVNC/commit/3a13f26c6a19ab8785407c1f5672069c5433506b) Create index.html - [`033e7e6`](https://github.com/JoelGMSec/EvilnoVNC/commit/033e7e62f5193d83ea5b4fae87cbfd74c288e025) Create commands.sh - [`13ddee3`](https://github.com/JoelGMSec/EvilnoVNC/commit/13ddee348e5759d207ef4b6e8f77ea32a514fb56) Create index.php - [`79bdd5f`](https://github.com/JoelGMSec/EvilnoVNC/commit/79bdd5f8603626e0dd5ddc2f70e57514a2fddb70) Update commands.sh - [`9db953e`](https://github.com/JoelGMSec/EvilnoVNC/commit/9db953e8e4bc5b9eb62dad937bbe076f9d4ce983) Update commands.sh - [`abc790a`](https://github.com/JoelGMSec/EvilnoVNC/commit/abc790afee2a21acc3f78409b73482a4d4f16be7) Update commands.sh - [`1c7cb6c`](https://github.com/JoelGMSec/EvilnoVNC/commit/1c7cb6c32f4ecceb978a9338d15276ff5884eee2) automatic run ### 📊 Changes **21 files changed** (+906 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `.github/FUNDING.yml` (+6 -3) ➕ `.gitignore` (+3 -0) ➖ `Dockerfile` (+0 -62) ➖ `Downloads/.deleteme` (+0 -0) 📝 `Files/cookies.py` (+4 -1) ➕ `Files/default.conf` (+17 -0) ➕ `Files/index.html` (+46 -0) ➕ `Files/index.js` (+26 -0) ➕ `Files/keylogger.py` (+70 -0) ➕ `Files/kiosk.sh` (+9 -0) 📝 `Files/rfb.js` (+125 -74) ➕ `Files/server_go/go.mod` (+28 -0) ➕ `Files/server_go/go.sum` (+84 -0) ➕ `Files/server_go/server.go` (+225 -0) ➕ `Files/startVNC.sh` (+12 -0) ➕ `Makefile` (+7 -0) 📝 `README.md` (+52 -34) ➕ `evilnovnc.Dockerfile` (+54 -0) ➕ `nginx.Dockerfile` (+17 -0) ➖ `start.sh` (+0 -50) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <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#46
No description provided.