Skip to content
June 9, 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

Related posts:

  1. Kali Linux 2024.2 Released: An Upgrade for the Penetration Tester’s Arsenal
  2. macOS Sequoia Unleashes Native Linux Containers: Kali Linux Now Runs Natively on Apple Silicon
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

🔴 Live Critical Threats

  • CVE-2026-44748CVSS 9.9
    SAP NetWeaver Application Server ABAP and ABAP Platform allows an authenticated attacker...
  • CVE-2026-40128CVSS 9.0
    SAP NetWeaver Application Server Java (Web Container) allows an unauthenticated attacker to...
  • CVE-2026-27671CVSS 9.8
    Due to improper RFC protocol validation in the SAP Kernel used by...
  • CVE-2026-11671CVSS 9.6
    Use after free in Navigation in Google Chrome prior to 149.0.7827.103 allowed...
  • CVE-2026-11651CVSS 9.6
    Use after free in Network in Google Chrome prior to 149.0.7827.103 allowed...
  • CVE-2026-11638CVSS 9.6
    Use after free in Printing in Google Chrome prior to 149.0.7827.103 allowed...
  • CVE-2026-11634CVSS 9.6
    Use after free in Gamepad in Google Chrome on Windows prior to...
  • CVE-2026-47724CVSS 9.9
    The `/api/v1/*` route surface trusts the bearer token alone for authorisation on...
  • CVE-2026-47252CVSS 9.0
    # AppleScript/JXA Code Injection via Unescaped URL in macOS Chrome Plugin |...
  • CVE-2026-45034
    ## Summary CVE-2026-34084 was patched by the helper `File::prohibitWrappers`. The helper calls...
Powered by CVE WATCHTOWER

Recent Zero-Day Vulnerabilities

  • Check Point VPN Vulnerability Exploited in the Wild with Ransomware Links
  • Weekly Threat Intelligence: June 1 to June 7, 2026
  • Cisco SD-WAN Vulnerability Exploited in the Wild with Root RCE Risks
  • Android Zero-Day Flaw Exploited in the Wild: June 2026 Patches Released
  • Exploited in the Wild: Critical OWA Spoofing Flaw (CVE-2026-42897) Hits On-Premises Exchange Servers
  • Exploited in the Wild: Maximum CVSS 10 SD-WAN Flaw (CVE-2026-20182) Grants Admin Control
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
    Copyright Daily CyberSecurity © All rights reserved.