Skip to content
June 30, 2026
  • Linkedin
  • Twitter
  • Facebook
  • Youtube

Daily CyberSecurity

Zero-hour alerts. Unmatched analysis.

Primary Menu
  • Home
  • CVE Watchtower
  • Cyber Criminals
  • Data Leak
  • Linux
  • Malware
  • Vulnerability
  • Submit Press Release
  • Vulnerability Report
Light/Dark Button
  • Home
  • Technique
  • How to install Kali Linux on Google Cloud
  • Technique

How to install Kali Linux on Google Cloud

Do Son September 24, 2017 2 minutes read

On this post, I am going to guide you how to install & upload your Kali Linux into Google cloud platform.

Requirement

  • Google Cloud account number
  • Google Cloud SDK
  • VirtualBox
  • Kali Linux ISO (or VirtualBox images)

Let’s start!

Create a VirtualBox virtual machine

It’s easy to create a Kali Linux Virtualbox virtual machine so in this post, I will use Kali VirtualBox image that I downloaded from Kali Linux download page.

Configure kali sshd service

Extract and import Kali Virtual Image. Turn on the Kali Linux virtual machine to install and configure openssh-server.

Install openssh-server

apt-get install openssh-server

Change the configuration file

vim /etc/ssh/sshd_config

Change #PermitRootLogin prohibit-password to PermitRootLogin yes

Set ssh run on the boot

update-rc.d –f ssh enable 2 3 4 5

Turn off the Kali Linux virtual machine.

Create a raw file

Convert qcow to raw file.

vboxmanage clonehd –format raw kali.qcow disk.raw

Convert into tar format

tar –zcvf ~/kali.tar.gz disk.raw

Upload image to Google Cloud

Create bucket

https://cloud.google.com/storage/docs/quickstart-gsutilgsutil mb gs://bucket-name/

Upload to bucket

gsutil cp kali.tar.gz gs://bucket-name/kali.tar.gz

Start Kali Linux virtual machine

gcloud compute images create kali –source-uri gs://bucket-name/kali.tar.gz
gcloud compute instances create kali –image kali –machine-type n1-standard-1 –zone us-central1-b

 

Share this article:

Facebook Post LinkedIn Telegram
Tags: kali linux

Search

Translation

CVE WATCHTOWER
🚨

Receive alerts for vulnerabilities being exploited in the wild.

⚡

Get notified instantly when a Proof of Concept (PoC) exploit is published.

🔍

Access critical info on vulnerabilities even when marked as "RESERVED".

🧠

Insights powered by decades of expertise and global intelligence sources.

🎯

Customize alerts with up to 10 keywords for your specific tech stack.

📊

Export the raw CVE database for SIEM integration and reporting.

Upgrade Package

🚨 Active Exploits in the Wild

  • CVE-2026-48558CVSS 10.0
    SimpleHelp versions 5.5.15 and prior and 6.0 pre-release versions contain an authentication bypass vulnerability in the OIDC authentication...
    Admin intelCISA KEV📅 Added to KEV: Jun 29, 2026📅 Updated: Jun 29, 2026
  • CVE-2026-46817CVSS 9.8
    Vulnerability in the Oracle Payments product of Oracle E-Business Suite (component: File Transmission). Supported versions that are affected...
    Admin intel📅 Updated: Jun 29, 2026
  • CVE-2026-28496CVSS 9.4
    FOSSBilling is a free, open-source billing and client management system. Versions prior to 0.8.0 have a Server-Side Template...
    Admin intel📅 Updated: Jun 25, 2026
  • CVE-2026-12569
    A critical remote code execution (RCE) vulnerability has been reported in PTC Windchill PDMlink and PTC FlexPLM. The...
    CISA KEV📅 Added to KEV: Jun 25, 2026
  • CVE-2025-67038CVSS 9.8
    An issue was discovered in Lantronix EDS5000 2.1.0.0R3. The HTTP RPC module executes a shell command to write...
    CISA KEV📅 Added to KEV: Jun 23, 2026
  • CVE-2026-34908CVSS 10.0
    A malicious actor with access to the network could exploit an Improper Access Control vulnerability found in UniFi...
    CISA KEV📅 Added to KEV: Jun 23, 2026
  • CVE-2026-34909CVSS 10.0
    A malicious actor with access to the network could exploit a Path Traversal vulnerability found in UniFi OS...
    CISA KEV📅 Added to KEV: Jun 23, 2026
  • CVE-2026-34910CVSS 10.0
    A malicious actor with access to the network could exploit an Improper Input Validation vulnerability found in UniFi...
    CISA KEV📅 Added to KEV: Jun 23, 2026
Powered by CVE Watchtower

🔴 Live Critical Threats

  • CVE-2026-57498CVSS 9.6
    Coolify is an open-source and self-hostable tool for managing servers, applications, and...
  • CVE-2026-37637CVSS 9.1
    An issue in Alexantr filemanager v.1.0 allows a remote attacker to execute...
  • CVE-2026-13763CVSS 9.8
    Inconsistent interpretation of HTTP/2 requests in AWS Application Load Balancer with AWS...
  • CVE-2026-13762CVSS 9.8
    Inconsistent interpretation of HTTP/2 requests in Amazon CloudFront with AWS WAF enabled...
  • CVE-2026-56782CVSS 9.8
    Gorse before 0.5.10 contains an authentication bypass vulnerability in the /api/dump and...
  • CVE-2026-57331CVSS 9.9
    Performer Arbitrary File Deletion in Paid Videochat Turnkey Site
  • CVE-2026-49048CVSS 9.8
    The Joomla extension JoomCCK exposes a front-end controller task, that builds two...
  • CVE-2026-58053CVSS 9.9
    Gitea act_runner with the Docker backend (through act 0.262.0) passes a workflow's...
  • CVE-2026-12415CVSS 9.8
    The Invoice Generator plugin for WordPress is vulnerable to privilege escalation due...
  • CVE-2026-28701CVSS 9.8
    Various versions of Daktronics Controller Firmware could allow authenticated and unauthenticated remote...
Powered by CVE WATCHTOWER

Our Websites
  • Penetration Testing Tools
  • The Daily Information Technology
  • Daily CyberSecurity

    • About SecurityOnline.info
    • Advertise with us
    • Announcement
    • Contact
    • Contributor Register
    • Login
    • About SecurityOnline.info
    • Advertise on SecurityOnline.info
    • Contact Us

    When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works

    • Disclaimer
    • Privacy Policy
    • DMCA NOTICE
    • Linkedin
    • Twitter
    • Facebook
    • Youtube
    © 2017 - 2026 Daily CyberSecurity. All Rights Reserved.