ScanFlow is a user-friendly tool designed to simplify and enhance network scanning using Nmap. Whether you're a beginner or an experienced professional, ScanFlow makes complex scanning tasks easier with a sleek, customizable interface.
- Customizable scanning options (IP ranges, CIDR, ports, etc.)
- Supports TCP SYN, UDP, and ACK scans
- Version detection, OS fingerprinting, and firewall evasion
- Beautiful color-coded terminal output for readability
- User-friendly menus for quick configuration
- Ensure you have
nmap
installed:sudo apt-get install nmap
- Clone the repository:
git clone https://github.com/yourusername/ScanFlow.git cd ScanFlow
- Install the required dependencies:
pip install -r requirements.txt
python scanflow.py