1024x2 db8548a868 Add client logging
149.1784.2.4209. Look familiar?
2024-09-18 11:53:17 +01:00
2024-07-17 00:09:52 +01:00
2024-07-17 00:09:52 +01:00
2024-07-17 00:09:52 +01:00
2024-07-16 02:25:00 +01:00
2024-09-18 11:53:17 +01:00

vexnc

Dumb VNC server that simply displays a static image of your choosing to all clients on port 5900. It can also log keypresses to a file. Useful for catching bots that scan the entire internet for exposed VNC servers.

Usage

Requires libvncserver.

$ make CFLAGS="-O2 -march=native"
$ ./vexnc dipshit.png 'insert funny desktop name here' ~/vexnclogs

TODO

  • Allow choosing other ports than 5900
  • Add compression to log files (you can just handle this with a cronjob though)
Description
Dumb VNC server that simply displays a static image
Readme 104 KiB
Languages
C 99.9%