Differences between revisions 1 and 2
Revision 1 as of 2017-01-22 22:50:17
Size: 1342
Editor: scot
Comment:
Revision 2 as of 2017-01-22 23:04:58
Size: 1434
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 1. Let's install the "vino" vnc server.  1. Let's install the "vino" vnc server. (Follow your favorite [[http://xmodulo.com/how-to-set-up-vnc-server-on-linux.html|tutorial]]

More Firewall rules and VNC access to your Kali Linux

Goal

  1. First we are going to setup your Kali linux to allow SSH and VNC - your final goal is to show a VNC login from your Windows 10 Box.
  2. Understand Firewall rules and how they are processed on pfSense

  3. Explore the metasploitable box and see what ports are open on it. This will involve a bit of work relating to nmap. Goal is to list all open ports and the common programs that run on those ports.

Lab Guide

There will be a lecture and demo of firewall rules.

First we are going to setup

  1. Install the openssh-server on kali (you know how, I shouldn't have to tell you)
  2. Make sure the service always starts on a reboot (ditto here, hint update-rc.d)
    1. Can you login over ssh with root? Ok, then add yourself
    2. Don't forget to add yourself to the right group (hint: usermod will do that for you).
    3. Now should be able to login from your Windows 10 machine (using putty, did you install that yet?) and sudo su|bash or whatever you want to use to become root! And you don't ever need that crazy IE for this either.
  3. Now that you are root, why not take this opportunity to update|upgrade your system.
  4. Let's install the "vino" vnc server. (Follow your favorite tutorial

NetworkSecurity/Lab/Lab03 (last edited 2021-02-04 19:53:15 by scot)