📋
A Journey From IT to IT Security
  • IT Training Resources
  • IT Security Roles
    • Web Application Security Specialist
      • Training Guide
      • Self-hosted Training Lab
        • Vulnerable Web Apps
      • Web Security testing Methodology
        • 1 Footprinting
        • 2 Scanning
        • 3 Enumeration
        • 4 Gaining Access
        • 5 Maintain Access
        • 6 Covering Tracks
        • 7 Vulnerability assessment
    • DevSecOps Engineer
      • Training Guide
      • Building a DevSecOps CD/CI Pipeline
        • Self-hosted DevOps CD/CI platforms
        • Software Component Analysis (SCA)
        • Static Application Security Testing (SAST)
        • Dynamic Application Security Testing (DAST)
        • System Hardening
        • System Compliance Analysis
        • Vulnerability Analysis
      • Ready-to-use and train DevSecOps CD/CI Pipeline
    • Chief Information Security Officer (CISO)
    • Digital Forensics Investigator
      • Forensics Methodology
    • Cloud Security Engineer
      • Getting started with kubernetes
  • Resources
    • IT Basics
      • Networking Basics Study Guide
      • RBAC / ABAC
      • Anonymous Surfing
      • Python Programming
      • Infrastructure as code
      • Containers
        • Docker
        • Docker security
      • The Security Development Lifecycle (SDL)
    • Literature
    • Useful Tool Tutorials
    • Useful Online Tools
    • Exploits
  • Unsorted
    • Gitlab-ci with docker-compose
Powered by GitBook
On this page
  • Environment
  • Build
  • Containerize
  • Build pipeline
  • Learn hands-on
  1. Resources
  2. IT Basics

Python Programming

Complete tutorial that covers python programming, web app vulnerabilities, docker and build pipelines.

Environment

My environment setup: debian linux and Atom IDE

$ apt-get install python3
$ apt-get install python3-pip
$ wget https://atom.io/download/deb

Build

Build the python tool and push it to github

Containerize

Push to docker hub

Build pipeline

Get Jenkins from dockerhub & put the web scraper app into the pipeline

Integrate security tools into the pipline

Learn hands-on

PreviousAnonymous SurfingNextInfrastructure as code

Last updated 4 years ago

https://codewars.com