Skip to content

Nexpose Client v0.9.7

Compare
Choose a tag to compare
@gschneider-r7 gschneider-r7 released this 17 Mar 20:29
· 594 commits to master since this release

The 0.9.7 release contains the following new features:

New scan template configuration methods:

  • ScanTemplate#enable_icmp_discovery - Enable/disable IP stack fingerprinting
  • ScanTemplate#enable_tcp_discovery - Enable/disable TCP host discovery
  • ScanTemplate#enable_udp_discovery - Enable/disable UDP host discovery
  • ScanTemplate#tcp_discovery_ports - Add custom TCP ports to scan for host discovery
  • ScanTemplate#udp_discovery_ports - Add custom UDP ports to scan for host discovery

These methods allow more control over host discovery in your scan templates, in addition to the existing service discovery configuration methods.