Posts

Showing posts from September, 2017

ENABLE SSH ON KALI LINUX

Image
Kali Linux does not come with SSH enabled. SSH is the preferred method of remote management for most Linux based systems.  Secure Shell  ( SSH ) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers. It connects, via a secure channel over an insecure network, a server and a client running SSH server and SSH client programs. 1) Install OpenSSH Server The first step is to go the terminal window and install OpenSSH Server. You do this by typing the following command in the terminal window: root@kali~:# apt-get install openssh-server 2) Configure SSH to run on persistently. In other words survive a reboot. a)  First we need to remove run levels for SSH by issuing the command: root@kali~:# update-rc.d -f ssh remove b)  Now we need load the default ...

Due Care And Due Diligence

Due Care And Due Diligence  Due Diligence  Due diligence is conducting requisite actions to determine necessary safeguards required and making prudent business decisions based on the data gathered.  Taking due diligence could include items such as conducting a Risk Assessment, conducting pre-employment background checks and even reading thorough Service Level Agreements with contractors.  Generalizing, Due Diligence means identifying the necessary actions to take. Due Care Due Care is the ongoing process of conducting prudent practices as required to maintain the system in compliance with the processes identified and deemed necessary by due diligence.  Examples of Due Care would be upholding the terms of your Service Level Agreement, conducting daily backups, and checking logs to ensure no malicious activity is present.  Generalizing, Due Care means taking the necessary actions discovered from doing Due diligence. How do These Ter...