Accessing Kali Linux Through Browser

Gopi M
2 min readJul 7, 2021

--

Step 1: First of all Update the system using “sudo apt update command.

fig-1

Step 2 : Install novnc by typing “sudo apt install -y novnc x11vnc”.

fig-2

Step 3 : Next we start up a VNC session. We have chosen to do this only on loopback, making it more secure (We are skipping x11vnc’s in-built HTTP function. That requires Java, and we don’t want to install it on any of our clients as noVNC gives a HTML5 experience)

fig-3

Step 4 : To confirm whether the service has started and running on the respective port. check using “ss -antp | grep vnc

fig-4

Step 5 : Making our localhost to listen on 8081 so that we can access it from browser.

fig-5

Step 6 : That’s it, now Access the machine through the given URL(which is highlighted below) on the web browser. Instead of kali give your <kali ip> and access it internally.

fig-6
fig-7

--

--

Gopi M
Gopi M

Written by Gopi M

Security Researcher, Web Application and Network Pentester, CTF Player, Bug Bounty Hunter, Interested in Learning Technical stuffs.

No responses yet