v1.6.2
Meepscan is a simple program for using nmap using only open ports.
First confirms user root privileges.
Then internet connection.
Ask for IP.
Nmap open ports.
Option to install dependencies.
Nmap with fast and intense options.
Nmap is released under a custom license, which is based on (but not compatible with) GPLv2. The Nmap license allows free usage by end users, and we also offer a commercial license for companies that wish to redistribute Nmap technology with their products. See Nmap Copyright and Licensing for full details.
The latest version of this software as well as binary installers for Windows, macOS, and Linux (RPM) are available from Nmap.org
Full documentation is also available on the Nmap.org website.
Questions and suggestions may be sent to the Nmap-dev mailing list.
Ideally, you should be able to just type:
Choose directory
git clone git@github.com:meepmaster360/meepscan.git
cd meepscan
$sudo bash meepscan.sh or $chmod +x meepscan.sh and the always $sudo ./meepscan.sh
Nmap has a lot of features, but getting started is as easy as running nmap scanme.nmap.org
. Running nmap
without any parameters will give a helpful
list of the most common options, which are discussed in depth in the man
page. Users who prefer a graphical interface
can use the included Zenmap front-end.
In the correct directory (/meepscan/)
$sudo bash meepscan.sh
or
$chmod +x meepscan.sh (only once)
$sudo ./meepscan.sh
#./meepscan.sh (root user)
v1.0.0
v ..* - Version
v1.. - Major Changes / New Functions
v*.0.* - New Tools / New Directory
v*.*.0 - Minor Changes
Information about filing bug reports and contributing to the meepscan project can be found in the BUGHOUSE and CONTRIBUTING.md files.