Home » Networking » Net_Nmap
A simple wrapper class for the Nmap utility
This package is unmaintained.
Download latest release 1.0.5 (archived versions might be outdated)
License: LGPL
Description
Net_Nmap is a simple interface for Nmap,
the free and open source utility for network exploration or security auditing.
Net_Nmap can be used to auto discovery hosts and services in your network or simply to parse Nmap XML output.
Note:
Requires a Nmap installation on your system.
Nmap is available from http://nmap.org/
Maintainers
- Luca Corbo (lucor) — lead, active
Dependencies
Required
- PHP (>= 5)
- PEAR Installer (>= 1.5.4)
- XML_Parser
Releases
- 1.0.5 (stable, 2014-03-30)
Release notes
License: LGPL
QA release
Bug #20224 PEAR package.xml incorrect entry for Stats.php - 1.0.4 (stable, 2012-01-26)
Release notes
License: LGPL
- Misc improvements to clean up the package, and make it easier to run tests (CloCkWeRX)
- Added support for Nmap Statistics and other improvements (Thanks to BARRY Ibrahima) - 1.0.3 (stable, 2010-08-20)
Release notes
License: LGPL
- Fixed. Bug #17669 typo: key_exists instead of array_key_exists (thanks to olleolleolle)
- 1.0.2 (stable, 2009-06-16)
Release notes
License: LGPL
- Fixed. #16268 OS Guess wrong Sort Order
- Fixed. #16336 Error getting OS if the osmatch tag is not present in the XML - 1.0.1 (stable, 2009-01-27)
Release notes
License: LGPL
* Changed PEAR dependency to 1.5.4. See http://pear.php.net/advisory-20070507.txt
- 1.0.0 (stable, 2008-10-13)
Release notes
License: LGPL
- Removed the @access tags not necessary in PHP5
- 1.0.0beta1 (beta, 2008-05-12)
Release notes
License: LGPL
- Changed. By default nmap scan is performed without any parameters.
- Added. The enableOptions() method to Nmap class to set Nmap parameters.
- Changed. The Os detection flag was removed as option in the constructor.
- Updated. Tests and examples. - 0.9.9 (beta, 2008-04-16)
Release notes
License: LGPL
Initial release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #16268 | Closed | Bug | CVS | 2009-05-28 | OS Guess wrong Sort Order |
| #16336 | Closed | Bug | 1.0.1 | 2009-06-16 | Error getting OS if the osmatch tag is not present in the XML |
| #17669 | Closed | Bug | SVN | 2010-08-08 | typo: key_exists instead of array_key_exists |
| #19126 | Closed | Bug | SVN | 2011-12-10 | upgrade PHPUnit require statements & other fixes (for PEAR QA Team) |
| #20224 | Closed | Bug | 1.0.4 | 2014-03-19 | PEAR package.xml incorrect entry for Stats.php |