yintong-zhou / blackhat-python

examples of coding with python like a blackhat, 2nd edition book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlackHat Python tutorial

Setting up your Python environment

Install Kali Linux

  • Using Terminal execute the following:
    • sudo apt update
    • sudo apt upgrade
    • sudp apt dist-upgrade
    • sudo apt autoremove

Setting Python3

  • sudo apt-get upgrade python3
  • sudo apt-get install python3-venv
  • mkdir bhp
  • cd bhp
  • python3 -m venv venv3
  • source venv3/bin/activate

Install VSCode

About

examples of coding with python like a blackhat, 2nd edition book


Languages

Language:Python 100.0%