Main Page
From Matt's Network Monitor
|
Welcome to the home of Matt's Network Monitor.
[edit] Overview
Matt's Network Monitor is a web application built on Ruby on Rails. It features a rich front-end for monitoring and probing networks to determine host and interface status, as well as permitting security testing via Metasploit. It is designed with several key points in mind:
- Be fast.
- Be clean.
- Be portable.
This wiki exists as an effort to document the development of the project and serve as a primary source of documentation for usage and troubleshooting.
To see what is in development, check out the ToDo page.
[edit] Dependencies
M.N.M. is dependent on several external applications, they must be installed on the system before M.N.M. can be run:
- sqlite3 Ruby gem
- nmap
- nessus
- metasploit (3.x)
- sudo (optional, but suggested for improved security)
[edit] Database Schema
- Overview
- Tables/Models
- Settings
- Hosts
- Ports
- OsClasses
- OsMatches
- SnmpCommunitiesForHost
- SnmpCommunities
- Neighbors
- References
- Vulnerabilities
- KnownPorts *DEPRECATED*
- Protocols *DEPRECATED*
