Back to Browse

Upload Operating System to Google Cloud Platform Kali Linux

16.6K views
Apr 12, 2017
10:41

This tutorial is about how to upload your operating system into Google cloud platform. This tutorial demonstrates how to create your virtual machine on your cloud and upload that image to Google cloud platform. Here I have uploaded the KaliLinux which is not available as default OS in google cloud. Kali Linux can be used as a tool/ OS to perform all the security assessment activity inside cloud environment. Link for install google cloud SDK: https://www.youtube.com/watch?v=gjWyzn5jzZQ Link for how to create and manage instances in google cloud : https://www.youtube.com/watch?v=KpYO6Ru8MOI Kali Linux os upload on the google cloud for the pentest purpose. Firstly user needs to do some setting in virtual box. Then create a RAW format file to compress then upload to the google cloud platform. Once the machine is uploaded user can create a machine from the image. Commands are: 1. Create RAW disk using command #VBoxManage clonehd -format RAW ~/VirtualBox\ VMs/Kali/kali.qcow ~/disk.raw 2. Convert into tar format using command #gtar -cSzf kali.tar.gz disk.raw 3. Move the tar file to Google storage (gs) using command #gsutil cp kali.tar.gz gs://VirtualBox/kali.tar.gz 4. Create new virtual machine image using command #gcloud compute images kali --source-uri gs://VirtualBox/kali.tar.gz 5. Create new virtual machine instance using command #gcloud compute instances create kali --image kali --machine-type n1-standard-1 --zone us-central1-b Below is the link for raw.tar.gz file. https://mega.nz/#!kWB2TQgL!tjSVL7dz3MB0AzfGGS5Zqdpk-FQp2uS3_qcgzszq1gw

Download

0 formats

No download links available.

Upload Operating System to Google Cloud Platform Kali Linux | NatokHD