setup tty
i don’t think this will work on android, but let’s see?
1 | ttyd -p <port> -c <username>:<password> <shell_path> |
setup x11vnc and novnc
notice novnc has clipboard function now. share clipboard content across devices via the sidebar menu,
in reference of kali official
x11vnc is mirroring the current x11 session. i set it without password.
1 | #retrieved from fish history |
then launch novnc server
1 | novnc --vnc localhost:5900 --listen 10020 |
use this url to access from chromebook:
1 | http://<kali_ip>:10020/vnc.html?host=<kali_ip>&port=10020 |