Commit Graph

10 Commits

Author SHA1 Message Date
David Adrian 8427a23db1
Add support for importing the ZGrab2 main (#224)
Move ZGrab2's main function to a library, and call it in cmd/zgrab2
after importing all of our modules. Consumes of ZGrab2 as a library can
use the same approach to provide custom sets of modules, without having
to hack the build system or reimplement main.

https://github.com/zmap/zgrab2/pull/224
2019-09-25 08:51:31 -04:00
Justin Bastress 531ba31c34 Add memory and CPU profiling (if ZGRAB_[MEM/CPU]PROFILE is set); add upper bound on data read from postgres 2018-05-14 11:24:25 -04:00
justinbastress b06d9bbc85
pull zflags from the zmap project (#69) 2018-03-07 11:04:16 -05:00
David Adrian 9b835ad162
Remove pointer-to-interface in zgrab2 framework (#40)
Interfaces are effectively already pointers, see
https://research.swtch.com/interfaces.

https://github.com/zmap/zgrab2/pull/40
2018-01-29 08:48:07 -05:00
Alex e7535b764d Name changes, readme changes 2017-10-04 11:20:17 -04:00
Alex 3545d223e9 gofmt, golint, add docs 2017-10-03 23:57:56 -04:00
Alex 5c36a4d11d refactored module parsing to make intuitive sense 2017-10-03 22:47:58 -04:00
Alex b7f50acf5d redo modules/make command line parsing sane and easy to understand 2017-09-29 18:59:37 -04:00
Alex 54817aa08d change structure of zgrab2 2017-09-26 14:02:27 -04:00
Alex 17afe8a6dd move main to cmd/zgrab2 2017-09-03 13:43:05 -04:00