Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/iluxonchik/blackhat-python-book

Code from Blackhat Python book
https://github.com/iluxonchik/blackhat-python-book

penetration-testing pentesting python python-3 python3 security security-automation

Last synced: 27 days ago
JSON representation

Code from Blackhat Python book

Lists

README

        

# Description

Code from [Black Hat Python](https://www.nostarch.com/blackhatpython) book in **Python 3**. The book has code in Python 2,
this repo contains the equivalent code but in Python 3.

# Important Notes

* The `scapy` version used only works with Python 2. There is, however, an unofficial Python 3 version ([scapy3k](https://github.com/phaethon/scapy), which works just fine,
from my own experience). To install it with pip, run the following: `pip install scapy-python3`.