Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.41 KB

File metadata and controls

36 lines (34 loc) · 1.41 KB

Black Hat Python 🎩

Replaced project, because the book is out of date, what cause many problems in development of many tools, in the future we'll upload new codes to this repository.

PS.: We created this repository based on many projects what using python code, focused to bring many tools for pentest and ethical hacking.

Tools

TCP Client

This tool can be used to bring a header of an HTTP request.



TCP Server

This tool can be used to test the traffic in an network.



UDP client

Does the same thing what TCP, but uses the UDP protocol.



Netcat.py

Based on the netcat tool.



TCP proxy

This can be used to see traffic on your network.



Port Scanner

This can be used to scan connection ports for services.



Basic Brute forcing to SSH

This basic bruteforce script is used with a wordlist of passwords for connection attempts to the ssh client.



Basic Attack on FTP Service

Create this script for attacking servers that use the FTP protocol for sending files.



Hash Generator and Basic Cracking

I have created the basic scripts for hash generation and hash cracking using wordlist with random passwords.