Converto : Installing Kali Linux on VPS Server

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;

  • Tested on Ubuntu
  • Tested on Debian

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 1 For Install

Type 2 For Exit
Type note For Reading Note(Recommended)

  • Press 1 and Enter
  • Now choose the desired option.
  • I am Selecting 2 for Parrot OS.
  • Now choose the desired option.
  1. Install Core Only
  2. Install Headless Edition
  3. Install Standard Edition
  4. Install Full Edition
  5. Install Home Edition
  6. Install Embedded Edition
  • Selecting 4 For Full installation
  • Select Yes.(Necessary)
  • Select Yes.(Necessary)
  • Type Y and Press Enter.(Necessary)
  • Type Y and Press Enter.(Necessary)
  • Select install the package maintainer’s version.

Installation Done

Optional Step for installing VNC

Steps

  • Choose You VNC Type you want to install (Graphical VNC Recommended)
  • Now Enter The Password for the VNC Connection and also re-enter the password for verification.
  • Optional : Press Y if you want a view only password (In view only password, The one having the password will only have the permission to view the screen.)

Commands to Start and Stop The VNC Server

TO start a VNC Server

root@kali:~# vncserver
(It always start on Port 1)

To stop a VNC Server

root@kali:~# vncserver -kill :1
Example IP in VNC Viewer : 127.0.0.1:1

Credits: Kunal dawar & Ayush sahay

R K

Recent Posts

Kereva LLM Code Scanner : A Revolutionary Tool For Python Applications Using LLMs

The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…

2 minutes ago

Nuclei-Templates-Labs : A Hands-On Security Testing Playground

Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…

2 hours ago

SSH-Stealer : The Stealthy Threat Of Advanced Credential Theft

SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…

2 hours ago

ollvm-unflattener : A Tool For Reversing Control Flow Flattening In OLLVM

Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…

2 hours ago

Cybersecurity – Tools And Their Function

Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…

23 hours ago

MODeflattener – Miasm’s OLLVM Deflattener

MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…

23 hours ago