By Collin Donaldson.  Origin of an OS: From UNIX to Kali Linux  Linux Architectures and Ubiquity  What is Kali and why should I use it?  Kali’s New.

Slides:



Advertisements
Similar presentations
Operating Systems An Introduction. 2 What Does An Operating System Do? Manages the hardware and software resources of the system. In a desktop computer,
Advertisements

GNU / Linux A free operating system. Summary History What can you find on a Linux OS Linux Economy.
Linux vs. Windows. Linux  Linux was originally built by Linus Torvalds at the University of Helsinki in  Linux is a Unix-like, Kernal-based, fully.
You can run that from a USB Drive ? Portable Applications: the good, the bad and the ugly Jeff Gimbel © 2007.
Introduction to Linux Chapter 1. Operating Systems Operating System (OS) - most basic and important software on a computer Performs core tasks Organize.
Operating Systems ECE344 A brief history of OS Ding Yuan ECE Dept., University of Toronto
Brief History of C and Unix Systems Programming Concepts.
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
CS 6560 Operating System Design Lecture 2. Overview OS Structure Case Study: Linux.
Unix Presentation. What is an Operating System An operating system (OS) is a program that allows you to interact with the computer -- all of the software.
Red Hat Installation. Installing Red Hat Linux is the process of copying operating system files from a CD, DVD, or USB flash drive to hard disk(s) on.
Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.
Operating System.
Operating System By :- Anupam Gupta. 5 types of Operating System 0 MACINTOSH 0 I O S 7 0 WINDOWS 0 LINUX 0 UNIX.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Linux Deploy This application is open source software for quick and easy installation of the operating system (OS) GNU/Linux on your Android device. The.
Presented by Tanna Lin PTADipMgt17 History And Modern Uses Of The Unix™ Operating System (including embedded devices and mobile phones).
Operating Systems Operating System
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Network Operating Systems Week 9.
Chapter 10 – UNIX. History In late 1960s, two employees of Bell Labs (Ken Thompson & Dennis Ritchie) designed a new operating system to overcome the constraints.
1 RH033 Welcome to RedHat Linux. 2 Hardware Requirements ♦ Pentium Pro or better with 256 MB RAM ♦ Or ♦ 64-bit Intel/AMD with 512 MB RAM ♦ 2-6 GB disk.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software 1 Health IT Workforce Curriculum Version 1.0/Fall.
POS/420 Introduction to Unix Philip Robbins – March 12, 2013 (Week 1)
LINUX/UNIX WORKSTATIONS Franklin Montenegro Carlos Sierra.
By Tanner And Whitney.  The CPU of a computer does most of the work.  It changes information it takes out of the RAM  Uses input and output devices.
LINUX System : Lecture 2 OS and UNIX summary Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University Acknowledgement.
1 Linux. 2 Linux  What? An operating system devised by Linus Torvalds, based upon Unix It comes with a choice of desktop environments  Why? It's FREE!
EMT 2390L Lecture 1 Dr. José M. Reyes Álamo. Outline About Linux Install Linux in a Virtual Machine.
Chapter 1: Welcome to Linux An intro to UNIX-related operating systems.
LIS508 background of GNU/Linux
1-1 Welcome. MIS 1-3 History of computers 1-4 History of computers.
Unix/Linux. What is Unix & Linux? Unix is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs, including.
Library 2.06 February 2009 Linux for Librarians Nishtha Anilkumar Librarian Physical Research Laboratory Ahmedabad.
UNIX/LINUX OPERATING SYSTEM. Introduction to Linux Introduction to Unix History of UNIX What is Linux Linux Distributions Linux Installation Unix File.
History of UNIX a short version CSCI 333 August 31, 2011.
Just Enough Unix, Chapter 1
A Study on Linux Operating System Ying Jiang ID:
CSNB334 Advanced Operating Systems 1. Introduction to Linux Lecturer: Abdul Rahim Ahmad.
1 Copyright © 2015 Pexus LLC Patriot PS Personal Server Installing Patriot PS ISO Image on.
CSCI 330 UNIX and Network Programming Unit I Introduction.
The UNIX Time-sharing system
UNIX History UNIX began as a research project. UNIX System V developed at Bell Laboratories. BSD (Berkley Software Distribution) UNIX XENIX UNIX Sun Operating.
Background & History of UNIX & Linux Fort Collins, CO Copyright © XTR Systems, LLC The Background and Short History of UNIX & Linux Instructor: Joseph.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Open Source Software. Chris Moylan Group 5...I think.
Virtual Machines. A virtual machine takes the layered approach to its logical conclusion. It treats hardware and the operating system kernel as though.
Choosing and Installing a Linux Distribution Tutor: George Papamarkos City University October 5, 2004.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
Penetration Testing By Blaze Sterling. Roadmap What is Penetration Testing How is it done? Penetration Testing Tools Kali Linux In depth included tools.
Fall 2011 Nassau Community College ITE153 – Operating Systems 1 Session 10 Let’s Bring Everything Together.
A Brief Introduction to Linux Cheng-Han Du. History.
Systems Software / The Operating System CSC October 14, 2010.
به نام خدای مهربان زبان تخصصی دانشجویان کامپیوتر English for Computer Students درس 3 جوانمرد Ejavanmard.blogfa.com
Introduction to unix. The UNIX Operating System An operating system "OS” is a set of programs that controls a computer. It controls both the hardware.
Geeks Need Basements. Who am I? Started in computer industry in 1982 Specializing in security for the past 15 years ASS (Application Security Specialist)
Gaël Cuenot / IUP1 GMI 1 May 12, 2005 Gnu / Linux.
Introduction to Kali Linux
[blank page for bug work-around]
A Synopsis of Their History
A History of Linux Damian Gordon.
Choosing and Installing a Linux Distribution
LINUX WINDOWS Vs..
Selected topic in computer science (1)
Popular Operating System Chapter 8
BSD (Unix) vs. GNU/Linux
LINUX WINDOWS Vs..
Virtual Machines.
CSE 303 Lecture 1 introduction to Linux/Unix environment
Using Virtual Machines
Presentation transcript:

By Collin Donaldson

 Origin of an OS: From UNIX to Kali Linux  Linux Architectures and Ubiquity  What is Kali and why should I use it?  Kali’s New Features  Kali’s Toolkit  Installing Kali  Summary

 1968: E.W Dijkstra develops MULTICS (Multiplexed Information and Computing Service) in the Netherlands  1969: Bell telephone (AT&T) lab researcher Ken Thompson developed a new system using MULTICS as part of a team. His coworker Brian Kernighan dubbed it UNICS (UNiplexed Information and Computing Service). It was later changed to UNIX.  Milestone: The UNIX operating system was born.

 : Bell Telephone researcher Dennis Richie develops the C language as a systems programming language for UNIX.  1970s: UNIX versions 6 and 7 were developed, first in B and Assembly than C. Originally for academic use, later sold to vendors.  1987: A Unix-like system based on microkernel design known as MINIX was developed.  Milestone: C language developed.

 1980s-1990s: The “UNIX Wars” occur, vendors struggle to standardize UNIX.  1991:Linus Torvalds developed a new operating system called Linux, which is similar to MINIX.  1990s-Today: Various UNIX and UNIX/Linux- like distributions are released, such as: GNU, OS X, Debian, and Ubuntu.  Milestone: Linux was born.

 2006: Linux distribution BackTrack was released by Offensive Security. It becomes the definitive Penetration Testing platform available.  2012: The final BackTrack version, Backtrack 5 R3, is released.  2013: Kali Linux, a.k.a. BackTrack 6, is released by Offensive Security.  Milestones: BackTrack is born, then Kali.

 Kali Linux is an advanced Penetration Testing and Security Auditing Linux distribution (distro). Named after a Hindu god.  It was designed to replace the BackTrack Linux distro.  A Linux distro is a operating system based off the Linux kernel.  Think Windows NT and all the Windows distributions (XP, Vista, 7, 8, etc.)  Linux is itself based off the UNIX kernel.  UNIX > Linux > BackTrack > Kali.

 It is FREE!!!!!  300+ applications, from password crackers to digital forensics software.  Vast wireless device support (ARM processors).  Completely Customizable.  Multilingual Support.  Secure Development Environment.  Open source Git tree.  Filesystem Hierarchy Standard (FHS) Compliant.  Gnu Privacy Guard (GPG) secure signed packages and repos.

 Switched from Ubuntu to Debian.  FHS and Debian compliant.  Can now bootstrap and customize Kali ISOs.  Streaming security and package updates from Debian.  Expanded ARM development.

 Easy upgrade to future versions.  Customizable desktop environment. Automatable Kali Installations.  Streamlined Development Process.  Long Term Tool Packaging and Maintenance.

 Metasploit  Nmap  Wireshark  Aircrack-ng  John the Ripper  CaseFile  THC-Hydra  Arduino  diStorm3  Sqlninja  Proxy Strike  Ghost Phisher  CryptCat  WebScarab  Android-sdk  Maskprocessor  SIPArmyKnife  FERN Wi-Fi Cracker

Via Physical MediaVia Digital Media  Burn to a live disk, insert into disk drive, install.  Format a flash drive, install Kali Linux on it, insert into a computer, at BIOS screen select boot from USB.  Download VMware or other similar software, create a virtual machine, download and install Kali Linux onto virtual machine.  Use a Preboot eXecution Environment (PXE) to install and boot Kali Linux from a server/client network.

 Bell Telephone (AT&T)’s UNIX > Linus Torvalds's Linux > Offensive Security’s Linux Distribution BackTrack > Kali Linux a.k.a. BackTrack 6.  Kali is the premier operating system for Penetration Testing and other related uses.  Kali was built from the ground up to replace BackTrack.  There are many platforms and installation methods that are Kali-compatible.

 Admin. "Brief History of Unix and Linux Operating Systems." More Process, 18 Oct Web. 23 Sept  Aharoni, Mati. "Kali Linux | Rebirth of BackTrack, the Penetration Testing Distribution." Kali Linux. Offensive Security, 25 Aug Web. 23 Sept  Cimafranca, Dominque M. "Architecture Of The Linux Kernel." Architecture Of The Linux Kernel. Ateneo De Davao Universit, 13 Aug Web. 23 Sept  “Backtrack vs Kali." Diffen.com. Diffen LLC, n.d. Web. 23 Sep  "Linux vs Unix." Diffen.com. Diffen LLC, n.d. Web. 23 Sep  Wikipedia. "BackTrack." Wikipedia. Wikimedia Foundation, 23 Sept Web. 23 Sept  Wikipedia. "Linux." Wikipedia. Wikimedia Foundation, 23 Sept Web. 23 Sept  Wikipedia. “UNIX." Wikipedia. Wikimedia Foundation, 23 Sept Web. 23 Sept

 ng-kali-linux-on-android-via.html