Commit Graph

15 Commits

Author SHA1 Message Date
justinbastress
a244ec15e6 TLS scan prototype + Travis integration (#25)
* Fix typo

* Actually call init per sender for each goroutine

* split out TLS handling

* Rename tls_handshake; update docs

* fix comments

* format fixes

* merge updates

* fix path

* refactor heartbleed logging (now the same as original zgrab)

* add ScanStatus, update modules to return it

* fix threaded for loop; fix styling of dict literal

* fix compile errors, note un-bubbled handshake error

* initial schema commit

* fix comment

* schema cleanup

* comments

* fix TODOs

* first attempt at docker integration in travis; also add schema validation

* add integration_tests.sh

* need sudo?

* try pip install --user

* revert regression

* add docker service again

* chmod +x integration_tests.sh

* fix path of binary

* Dump output file to stdout

* travis work

* use jp's build-self-contained script

* use go get/go build to get jp

* fix jp path

* switch from bogus regex to wildcard

* do all mysql versions; fix version comparison

* re-enable notifications; fix successful version check log message; comment TryGetScanStatus

* move to conf.d layout for integration tests

* update README

* add missing scripts

* add ./ to path
2017-12-15 09:25:17 -05:00
Alex
a29dbdb775 Fix error handling 2017-10-22 21:19:10 -04:00
Alex
d3490ddddd restructure to make sense 2017-10-04 11:32:42 -04:00
Alex
3545d223e9 gofmt, golint, add docs 2017-10-03 23:57:56 -04:00
Alex
7f71198296 utility.go changes 2017-09-26 14:15:15 -04:00
Alex
54817aa08d change structure of zgrab2 2017-09-26 14:02:27 -04:00
Alex Holland
49c8b6997c Uint to int connnectionsPerHost 2017-09-04 22:31:44 -04:00
Alex
7764297a42 connections per host implementation 2017-09-04 18:44:58 -04:00
Alex
8a607776f6 modify readme, processing 2017-09-02 23:14:33 -04:00
Alex
57e6357da9 review name changes, list of ips to ipnet 2017-08-31 17:24:05 -04:00
Alex
23a4636c34 order modules to run in specified order from .ini 2017-08-30 15:47:39 -04:00
Alex
bd8dcd9b7b code review fixes 2017-08-30 15:39:25 -04:00
Alex
11de980f43 timeout to base module, parse ip/domain and do lookup 2017-08-28 21:23:16 -04:00
Alex
d821336043 change timeout to module layer, s/makeHandler/runHandler, add time 2017-08-26 16:01:11 -04:00
Alex
41eb0fd7d4 refactor structure, monitor, modules (further work to be done on modules) 2017-08-16 12:09:20 -04:00