Remote nmap 0.10 review

Download
by rbytes.net on

Remote Nmap (Rnmap) package contains both client and server programs

License: GPL (GNU General Public License)
File size: 0K
Developer: Tuomo Makinen
0 stars award from rbytes.net

Remote Nmap (Rnmap) package contains both client and server programs. Actual idea for this sofware is that various clients can connect to one centralized Rnmap server and do their portscannings. Server does user authentication and uses excellent Nmap scanner to do actual scanning. Rnmap is written entirely in Python and is released under the terms of the GNU General Public License.

Version 0.10 of server is tested mainly on Linux, NetBSD and OpenBSD. Generally it should run on any *nix platform as long Nmap and Python are available for them. Console client is known to work with same platforms as server. Gui client will run on any python (with threads) supported platform.


Requirements:
For server:
Python
Nmap portscanner

For client:
Python

For SSL support (optional):
pyOpenSSL

What's New in This Release:
Cleaned some old code.
Some changes for protocol:
Server send nmap's result as multiple blocks instead of sending one large message.
Removed old ciphertext communications mode.
Bugfixes and overall improvements.
SSL support (with pyOpenSSL).

Remote nmap 0.10 keywords