This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
session:infrastructure:vm [2015/07/02 10:24] Razvan Deaconescu [Debian 32bit] |
session:infrastructure:vm [2020/07/19 12:49] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
The virtual machine used for the Security Summer School is configured with all tools required. | The virtual machine used for the Security Summer School is configured with all tools required. | ||
- | ===== Debian 32bit ===== | ||
- | It is Virtual Box vm using Debian 32 bit (at this point Jessie 8.1). | + | ===== Kali Linux 64bit ===== |
- | Download using HTTP or BitTorrent from http://swarm.cs.pub.ro/ | + | Kali Linux is a Debian-based distribution the comes with a handful of helpful security tools used for Penetration Testing, Forensics and/or Reverse Engineering. |
+ | |||
+ | The VM can be downloaded in OVA via {{:session: | ||
+ | |||
+ | <note important> | ||
+ | The machine' | ||
+ | </note> | ||
==== Login ==== | ==== Login ==== | ||
- | * username: '' | + | The credentials used to login on the Kali Linux virtual machine are: |
- | * password: '' | + | |
- | The '' | + | * username: |
+ | * password: | ||
==== Specifications ==== | ==== Specifications ==== | ||
- | * 512 MB RAM | + | |
- | * 16 GB HDD space | + | * 2 GB RAM |
- | * interface eth0 for Internet access (NAT) | + | * 30 GB HDD space |
- | * interface eth1 for local access through SSH (host-only) | + | |
- | ==== Base Software ===== | + | ==== Networking & SSH ==== |
- | * Debian GNU/Linux 8.1 " | + | Currently the VM's networking is achieved through a host NAT. A TCP port forwarding rule connects the host's port 2222 to the VM's port 22 and the SSH daemon is configured to start automatically, |
- | * Xfce | + | |
- | * Linux kernel 3.16 | + | |
- | + | ||
- | ==== Packages ==== | + | |
- | + | ||
- | Install | + | |
< | < | ||
- | apt-get install sudo | + | $ ssh -p 2222 root@localhost |
- | apt-get install vim | + | |
- | cp / | + | |
- | update-alternatives --config editor | + | |
- | visudo | + | |
- | sudo apt-get install tcpdump gawk git gitk git-gui wget curl htop netcat nmap wireshark openssh-server gzip bzip2 zip unzip unrar-free p7zip lzma xz-utils subversion mercurial sed less bless hexedit elfutils vim strace finger tree pciutils usbutils lsof bash-completion pwgen host gdb valgrind ctags expect python emacs iotop ltrace | + | |
- | sudo apt-get install iotop nasm apt-file lynx ncftp ldap-utils mailutils net-tools ethtool screen tmux dtach filezilla | + | |
- | sudo apt-get install radare2 radare2-plugins | + | |
- | sudo dpkg-reconfigure wireshark-common && sudo usermod -a -G wireshark $USER | + | |
</ | </ | ||
- | Configure Git | + | However, you might get better network speeds if you change the networking method to bridge, so that the VM will communicate directly with the same gateway as the host. In VirtualBox, go to the machine settings: |
+ | |||
+ | {{ : | ||
+ | |||
+ | This means the VM and the host will live in the same LAN, so you need to figure out its local IP; for example: | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Then connect to it using: | ||
< | < | ||
- | git config --global user.name 'SSS Student' | + | $ ssh root@192.168.0.115 |
- | git config --global user.email 'sss@security.cs.pub.ro' | + | |
- | git config --global color.ui aut | + | |
</ | </ | ||
- | Create Desktop shortcut for Sublime Text 2 | ||
- | Install and configure metasploit: http:// | + | ==== Headless VM ==== |
- | < | + | If your physical machine is low on resources (or you simply don't want to live inside the Kali VM, e.g. login in its browser), one thing that might help is running the VM in the background with no graphical interface and simply connect to it via SSH. |
- | sudo apt-get install build-essential libreadline-dev libssl-dev libpq5 libpq-dev libreadline5 libsqlite3-dev libpcap-dev openjdk-7-jre subversion git-core autoconf postgresql pgadmin3 curl zlib1g-dev libxml2-dev libxslt1-dev libyaml-dev ruby ruby-dev | + | |
- | sudo chmod o+r /var/lib/gems/ | + | To get rid of the graphical interface, configure the machine to boot in runlevel 3, by making the following change in '' |
- | add MSF path to PATH | + | < |
+ | # GRUB_CMDLINE_LINUX_DEFAULT=" | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
</ | </ | ||
- | Install and configure IDA | + | Then run: |
< | < | ||
- | wget https:// | + | # update-grub |
</ | </ | ||
- | Create Desktop shortcut for IDA | + | Finally, reboot the machine (or run '' |
- | ==== Configurations ==== | + | === Virtual Box Instruction |
- | * PEDA: https:// | + | To start the machine headless (i.e. no graphical window showing the VM) in Virtual Box, you can either use the " |
+ | < | ||
+ | $ VBoxManage startvm < | ||
+ | </ | ||
- | ===== Windows 7 ===== | + | Where ''< |
+ | < | ||
+ | $ VBoxManage list vms | ||
+ | </ |