Kali Linux Pentest Labs on AWS Cloud for FREE
Image from ehacking

Kali Linux Pentest Labs on AWS Cloud for FREE

Problem carrying your Kali Linux with you? Or are you struggling hard to get the public IP associated with Kali Linux? Both and many of the problems can be solved by hosting the Kali Linux in the Amazon AWS (EC2) Cloud.

This video tutorial discusses the steps:

  • Configure the Amazon AWS account
  • Configure the Kali Linux instance in the AWS
  • Access the cloud based OS via SSH (using PuTTy in Windows and SSH in your Linux)
  • Install GNOME desktop environment on Kali Linux using the terminal
  • Setup the SSH tunneling (use TightVNC to access the GUI of the cloud based OS)


Follow me on Twitter & Facebook.

PuTTy Windows:     Ec2-user@publicDNS 

For Linux users:

chmod 400 key_pairs.pem
ls -lah | grep key_pairs
ssh -i key_pairs.pem ec2-user@PublicDNS


Local Linux machine:

sudo apt-get update
sudo apt-get install xfce4 xfce4-goodies tightvncserver


Install the GUI in the Kali Linux:

apt-get install gnome-core kali-defaults kali-root-login desktop-base
tightvncserver –geometry 1024x768


Local Kali Machine:

ssh -L 5901:localhost:5901 -N -f ec2-user@PublicDNS -i key_pairs.pem
netstat -anop | grep 590



Mohammed Ashraf A.

Senior Security Engineer

8 年

Hello Irfan, I just see a grey screen! nothing shows up! any particular reason why?

回复

Amazing Idea! Congrats!

回复
Giovanni Hellings CISM

Information Security | Risk Management | Cyber Resilience | Coach | Trainer

8 年

Martijn Kok check

回复
Matt J.

Leading High-Performance Security Organizations

8 年

Good write-up. Thanks for sharing.

要查看或添加评论,请登录

Irfan Shakeel的更多文章

社区洞察

其他会员也浏览了