Welcome to ASTRA Ethical Port Scanner, a powerful yet simple tool designed for ethical hacking and network security assessments. 🚀
- Fast and Multi-threaded: Quickly scans a wide range of ports.
- Customizable Scans: Specify target IPs and port ranges.
- Save Results: Export your scan results to a file for further analysis.
- User-Friendly Interface: Simple and easy to use.
- Clone this repository:
git clone https://github.com/x3089/astra-port-scanner.git
- Navigate to the project directory:
cd astra-port-scanner
- Ensure you have Python 3 installed on your system.
- Install required libraries (if any):
pip install -r requirements.txt
Run the tool directly from the terminal:
python3 astra_scanner.py -t <target_ip_or_domain> -p <port_range> [-o output_file]
python3 astra_scanner.py -t 192.168.1.1 -p 1-65535 -o results.txt
-t
,--target
: Specify the target IP or domain.-p
,--ports
: Define the range of ports to scan (default:1-1024
).-o
,--output
: Save the scan results to a file (optional).
This project is licensed under the MIT License.
We welcome contributions! Feel free to fork the repository and submit pull requests. 🌟