Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edoardottt/black-hat-python3-code
🏴☠️ tools (py3 version) of Black Hat Python book 🏴☠️
https://github.com/edoardottt/black-hat-python3-code
black-hat black-hat-python blackhat blackhat-python blackhat2020 hacking hacking-code hacking-tool hacking-tools hackingtools pentesting proxy python python-3 python3 sniffer tcp udp
Last synced: 6 days ago
JSON representation
🏴☠️ tools (py3 version) of Black Hat Python book 🏴☠️
- Host: GitHub
- URL: https://github.com/edoardottt/black-hat-python3-code
- Owner: edoardottt
- License: unlicense
- Created: 2020-06-22T16:43:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T09:33:11.000Z (3 months ago)
- Last Synced: 2025-01-20T05:26:34.763Z (14 days ago)
- Topics: black-hat, black-hat-python, blackhat, blackhat-python, blackhat2020, hacking, hacking-code, hacking-tool, hacking-tools, hackingtools, pentesting, proxy, python, python-3, python3, sniffer, tcp, udp
- Language: Python
- Homepage: https://nostarch.com/blackhatpython
- Size: 54.7 KB
- Stars: 115
- Watchers: 7
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bl4ck-h4t-pyth0n3-c0d3
![python-version](https://github.com/edoardottt/images/blob/main/black-hat-python-code/python-version.svg)
tools (py3 version) of Black Hat Python book.
(unfinished, if you want to contribute open an [issue](https://github.com/edoardottt/black-hat-python3-code/issues)! )
Contents 🔍
---------- **Chapter 2 - The Network: Basics**
- [TCP client](https://github.com/edoardottt/black-hat-python3-code/blob/master/tcp_client.py)
- [UDP client](https://github.com/edoardottt/black-hat-python3-code/blob/master/udp_client.py)
- [TCP server](https://github.com/edoardottt/black-hat-python3-code/blob/master/tcp_server.py)
- [BHPNet tool](https://github.com/edoardottt/black-hat-python3-code/blob/master/bhpnet.py)
- [TCP proxy](https://github.com/edoardottt/black-hat-python3-code/blob/master/tcp_proxy.py)
- [bh_sshcmd](https://github.com/edoardottt/black-hat-python3-code/blob/master/bh_sshcmd.py)
- [bh_sshRcmd](https://github.com/edoardottt/black-hat-python3-code/blob/master/bh_sshRcmd.py)
- [bh_sshserver](https://github.com/edoardottt/black-hat-python3-code/blob/master/bh_sshserver.py)- **Chapter 3 - The Network: Raw sockets and sniffing**
- [sniffer](https://github.com/edoardottt/black-hat-python3-code/blob/master/sniffer.py)
- [sniffer IP header decode](https://github.com/edoardottt/black-hat-python3-code/blob/master/sniffer_ip_header_decode.py)
- [sniffer with ICMP](https://github.com/edoardottt/black-hat-python3-code/blob/master/sniffer_with_icmp.py)
- [scanner](https://github.com/edoardottt/black-hat-python3-code/blob/master/scanner.py)- **Chapter 4 - Owning the network with Scapy**
- [mail sniffer](https://github.com/edoardottt/black-hat-python3-code/blob/master/mail_sniffer.py)
- [ARP poisoning](https://github.com/edoardottt/black-hat-python3-code/blob/master/arper.py)
- [Pictures carver](https://github.com/edoardottt/black-hat-python3-code/blob/master/pic_carver.py)
- **Chapter 5 - Web Hackery**
- [Web app mapper](https://github.com/edoardottt/black-hat-python3-code/blob/master/web_app_mapper.py)
- [Content bruter](https://github.com/edoardottt/black-hat-python3-code/blob/master/content_bruter.py)
- [Joomla killer](https://github.com/edoardottt/black-hat-python3-code/blob/master/joomla_killer.py)
Contributing 🛠
-------Just open an [issue](https://github.com/edoardottt/black-hat-python3-code/issues) / [pull request](https://github.com/edoardottt/black-hat-python3-code/pulls).
Thanks to [confident-hate](https://github.com/confident-hate) and [mateuszz0000](https://github.com/mateuszz0000).
License 📝
-------This repository is [unlicensed](https://github.com/edoardottt/black-hat-python3-code/blob/master/LICENSE).
[edoardottt.com](https://edoardottt.com/) to contact me.