zgrab2/modules/ipp
Jeff Cody ec59b49540
Add support for BytesReadLimit parameter in BaseFlags
Some protocols may require more data than others.  To accomodate those,
allow the BytesReadLimit to be changed by means of BaseFlags.

By setting BaseFlags.BytesReadLimit prior to calling .Open(), scanners
can override the default limit to one that is appropriate for the data
collected.
2018-10-22 21:59:01 -04: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 Add support for BytesReadLimit parameter in BaseFlags 2018-10-22 21:59:01 -04:00