zgrab2/modules/ipp
Jeff Cody d12c70e5de Honor port override when composing URL (#233)
Commit a38194a added an optional port override as part of the
scan target.  The HTTP and IPP modules, however, still compose
the URL (and select http vs https) by ignoring the override.

This checks for the override, and if present uses the scan target
port.  Otherwise, it falls back to the config port.

https://github.com/zmap/zgrab2/pull/233
2019-11-20 10:14:18 -05:00
..
ipp_test.go Feature/create ipp module (#137) 2018-06-26 12:00:27 -04:00
ipp.go Feature/create ipp module (#137) 2018-06-26 12:00:27 -04:00
scanner_test.go (IPP) improve scan output (#140) 2018-06-28 14:58:40 -04:00
scanner.go Honor port override when composing URL (#233) 2019-11-20 10:14:18 -05:00