ScanEcho is an efficient Bash tool developed by Samuel García (SamuCrow). It's designed to simplify the process of performing various scans on an IP address using Nmap.
- Versatile scanning options: Provides multiple scanning options adaptable to different needs, including stealth scans, as well as detecting open ports and vulnerabilities.
- Easy to use: Offers an intuitive terminal-based interface with clear instructions, making it accessible even for users with basic knowledge of bash and nmap.
- Clear and organized results: Presents scan output in a structured way, making it easier to interpret and analyze the collected data.
git clone https://github.com/samucrow/ScanEcho.git
cd ScanEcho
chmod 766 ScanEcho.sh
sudo ./ScanEcho.shWhen you have cloned the repository, if you want to run the script from anywhere, do this:
sudo chmod +x ScanEcho.sh
sudo mv ScanEcho.sh /usr/bin/scan-echo
scan-echo