Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🏴‍☠️

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.