Skip to content

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

Notifications You must be signed in to change notification settings

yintong-zhou/blackhat-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages