Bash

&& = AND || = OR { cmd1; cmd2; cmd3 } Same shell ( cmd1; cmd2; cmd3 ) Subshell

General vuln infos

file:///tmp/.OG6X32/1.png

Available vuln DB

  • CVE Of course
  • US-CERT
  • Full Disclosure (Forum)
  • Packet Storm
  • Bugtraq
  • Microsoft secu bulletin
  • Mozilla foundation security advisories
  • Zero Day Initiative
  • Vulners
  • Offsec (ExploitDB)
  • Vulnerability Lab
  • Inj3ct0r

Attack classification

file:///tmp/.OG6X32/1.png

five 9s

99,999% Availability, less than five minutes of downtime per year - To achieve this one can:

  • Remove single point of failure
  • Clustering
  • Normalize systems

Sneaker net

Move data around through physical support - Will happen at some point

Docker

To test between two dockers - create a sub net with :

docker network create --driver=bridge --subnet=172.16.238.0/24 zap_subnet

When launching docker run / docker compose add option —net zap_subnet and —ip