mynmap
is a Bash script designed to streamline network scanning using nmap
, a powerful tool for security analysis and penetration testing. This script offers various scanning options, including version detection, comprehensive scanning, vulnerability scripts, and evasion techniques to avoid detection.
- Regex-based Input Validation: Uses regex to determine if the user input is an IP address or a domain.
- DNS Resolution via Tor: Resolves domain names using
tor-resolve
for enhanced privacy. - Version Detection: Identifies versions of services running on open ports.
- Comprehensive Scanning: Includes OS detection, version detection, script scanning, and traceroute.
- Vulnerability Scripts: Utilizes
nmap
scripts to identify known vulnerabilities. - Evasion Techniques: Includes options to avoid detection by defense systems.
- Full Port Scanning: Checks all ports from 1 to 65535.
- Proxychains Support: Allows scans through proxies to conceal the origin.
- Debian (Tested on Kali, Debian, and Ubuntu)
- Arch (Tested on Arch Linux)
- Red Hat (Tested on Fedora)
-
Clone the repository:
git clone https://github.com/MyCyb3r/mynmap.git && cd mynmap
-
Make the install.sh executable:
chmod +x install.sh
-
Run install.sh:
./install.sh
-
Usage:
mynmap
-
For hints:
mynmap --help
- [1]
nmap -sV
: Version detection. - [2]
nmap -A
: Comprehensive scan. - [3-9]: Scans with vulnerability scripts and evasion techniques.
- nmap: will ensure
nmap
is installed on your system. - Proxychains: Required for options using proxychains.
- Tor: Required for DNS resolution via Tor.
This script is intended for educational and research purposes only. The author assumes no responsibility for any misuse of this tool. Use it responsibly and always with explicit permission.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.
Created by Diego Becker.