Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 416 Bytes

python-for-cybersecurity

This repository holds the Python scripts discussed in the Infosec Institute's Python for Cybersecurity Learning Path

These scripts are designed to run using Python 3. To use these scripts:

# Download repo
git clone https://github.com/hposton/python-for-cybersecurity

# Enter repo
cd python-for-cybersecurity

# Install requirements
python -m pip install -r requirements.txt