BlackBird is a fast and customizable TCP port scanner built in Python.
Fast TCP Port Scanner based in Python
This tool is primarily used for quickly scanning a range of TCP ports on a specified host to identify open ports. Network administrators and security professionals can utilize BlackBird to assess the security posture of their networks.
Ensure you have the necessary permissions before performing any scans to comply with ethical guidelines.
git clone https://github.com/areqma/BlackBird.git
cd BlackBird
python3 main.py {Target Host} {Start Port} {End Port}
Runs the port scanner on the specified target host and port range.