Skip to content

Latest commit

 

History

History
142 lines (98 loc) · 2.62 KB

2019-08-13-PL00-Security.md

File metadata and controls

142 lines (98 loc) · 2.62 KB
layout title categories comments tags
post
PL00, Security
PL00
true
PL00

Back to the previous pagepage management
List of posts to read before reading this article


Contents

{:.no_toc}

  • ToC {:toc}

OSI layers : Open Systems Interconnection Reference Model

OSI
transport layer




Layer 1 : Physical layer





Layer 2 : Data link layer





Layer 3 : Network layer





Layer 4 : Transport layer





Layer 5 : Session layer





Layer 6 : Presentation layer





Layer 7 : Application layer





ping

$ ping www.google.com





kali-linux

CLI : kali-rolling

$ docker pull kalilinux/kali-rolling
$ docker run -itd kalilinux/kali-rolling

GUI

$ apt-get update
$ apt-get full-upgrade -y
$ apt-get install gdm3

reboot
ctrl+alt+f1
$ apt-get install gnome

reboot




wireshark

wireshark download





ARP spoofing

cmd

ipconfig
getmac
ARP -A





List of posts followed by this article


Reference


OUTPUT
OUTPUT