{"id":16446558,"url":"https://github.com/edoardottt/black-hat-python3-code","last_synced_at":"2025-04-05T08:09:13.733Z","repository":{"id":40521006,"uuid":"274192108","full_name":"edoardottt/black-hat-python3-code","owner":"edoardottt","description":"🏴‍☠️ tools (py3 version) of Black Hat Python book 🏴‍☠️","archived":false,"fork":false,"pushed_at":"2024-11-10T09:33:11.000Z","size":56,"stargazers_count":120,"open_issues_count":0,"forks_count":28,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T07:09:40.352Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://nostarch.com/blackhatpython","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edoardottt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-22T16:43:00.000Z","updated_at":"2025-02-24T21:12:24.000Z","dependencies_parsed_at":"2024-11-10T10:23:32.077Z","dependency_job_id":"f10e4266-d182-46ab-8306-c7b96e40e5e3","html_url":"https://github.com/edoardottt/black-hat-python3-code","commit_stats":{"total_commits":54,"total_committers":3,"mean_commits":18.0,"dds":0.03703703703703709,"last_synced_commit":"9a8c069671552a9baf56172bd97d877d9f607825"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fblack-hat-python3-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fblack-hat-python3-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fblack-hat-python3-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fblack-hat-python3-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edoardottt","download_url":"https://codeload.github.com/edoardottt/black-hat-python3-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305935,"owners_count":20917208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-10-11T09:48:05.080Z","updated_at":"2025-04-05T08:09:13.703Z","avatar_url":"https://github.com/edoardottt.png","language":"Python","readme":"# bl4ck-h4t-pyth0n3-c0d3\n\n![python-version](https://github.com/edoardottt/images/blob/main/black-hat-python-code/python-version.svg)\n\ntools (py3 version) of Black Hat Python book.\n\n(unfinished, if you want to contribute open an [issue](https://github.com/edoardottt/black-hat-python3-code/issues)! )\n\nContents 🔍\n---------\n\n- **Chapter 2 - The Network: Basics**\n  \n  - [TCP client](https://github.com/edoardottt/black-hat-python3-code/blob/master/tcp_client.py)\n  - [UDP client](https://github.com/edoardottt/black-hat-python3-code/blob/master/udp_client.py)\n  - [TCP server](https://github.com/edoardottt/black-hat-python3-code/blob/master/tcp_server.py)\n  - [BHPNet tool](https://github.com/edoardottt/black-hat-python3-code/blob/master/bhpnet.py)\n  - [TCP proxy](https://github.com/edoardottt/black-hat-python3-code/blob/master/tcp_proxy.py)\n  - [bh_sshcmd](https://github.com/edoardottt/black-hat-python3-code/blob/master/bh_sshcmd.py)\n  - [bh_sshRcmd](https://github.com/edoardottt/black-hat-python3-code/blob/master/bh_sshRcmd.py)\n  - [bh_sshserver](https://github.com/edoardottt/black-hat-python3-code/blob/master/bh_sshserver.py)\n\n- **Chapter 3 - The Network: Raw sockets and sniffing**\n\n  - [sniffer](https://github.com/edoardottt/black-hat-python3-code/blob/master/sniffer.py)\n  - [sniffer IP header decode](https://github.com/edoardottt/black-hat-python3-code/blob/master/sniffer_ip_header_decode.py)\n  - [sniffer with ICMP](https://github.com/edoardottt/black-hat-python3-code/blob/master/sniffer_with_icmp.py)\n  - [scanner](https://github.com/edoardottt/black-hat-python3-code/blob/master/scanner.py)\n\n- **Chapter 4 - Owning the network with Scapy**\n\n  - [mail sniffer](https://github.com/edoardottt/black-hat-python3-code/blob/master/mail_sniffer.py)\n  - [ARP poisoning](https://github.com/edoardottt/black-hat-python3-code/blob/master/arper.py)\n  - [Pictures carver](https://github.com/edoardottt/black-hat-python3-code/blob/master/pic_carver.py)\n  \n\n- **Chapter 5 - Web Hackery**\n\n  - [Web app mapper](https://github.com/edoardottt/black-hat-python3-code/blob/master/web_app_mapper.py)\n  - [Content bruter](https://github.com/edoardottt/black-hat-python3-code/blob/master/content_bruter.py)\n  - [Joomla killer](https://github.com/edoardottt/black-hat-python3-code/blob/master/joomla_killer.py)\n    \nContributing 🛠\n-------\n\nJust open an [issue](https://github.com/edoardottt/black-hat-python3-code/issues) / [pull request](https://github.com/edoardottt/black-hat-python3-code/pulls).\n\nThanks to [confident-hate](https://github.com/confident-hate) and [mateuszz0000](https://github.com/mateuszz0000).\n\nLicense 📝\n-------\n\nThis repository is [unlicensed](https://github.com/edoardottt/black-hat-python3-code/blob/master/LICENSE).  \n[edoardottt.com](https://edoardottt.com/) to contact me.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoardottt%2Fblack-hat-python3-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedoardottt%2Fblack-hat-python3-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoardottt%2Fblack-hat-python3-code/lists"}