Converto is a automated Kali Linux or Parrot OS installer for VPS, also installs VNC (Graphical / Non-Graphical VNC). It is tested on the following;
Installing
sudo apt-get update
sudo apt-get install git
git clone https://github.com/developerkunal/Converto.git
cd Converto.
chmod +x converto.sh
./converto.sh
Also Read – XSSCon : Simple XSS Scanner Tool
Type 2 For Exit
Type note For Reading Note(Recommended)
Installation Done
Optional Step for installing VNC
Steps
Commands to Start and Stop The VNC Server
root@kali:~# vncserver
(It always start on Port 1)
root@kali:~# vncserver -kill :1
Example IP in VNC Viewer : 127.0.0.1:1
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…