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: 2 months ago
JSON representation
Code from Blackhat Python book
- Host: GitHub
- URL: https://github.com/iluxonchik/blackhat-python-book
- Owner: iluxonchik
- Created: 2016-01-25T03:42:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T23:19:07.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T01:37:17.570Z (6 months ago)
- Topics: penetration-testing, pentesting, python, python-3, python3, security, security-automation
- Language: Python
- Size: 278 KB
- Stars: 184
- Watchers: 12
- Forks: 62
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-repositories - iluxonchik/blackhat-python-book - Code from Blackhat Python book (Python)
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`.