Commit Graph

18 Commits

Author SHA1 Message Date
Alex Halderman
674475c6c0
Update README.md
Update README to document CSV input format and tag/trigger usage.
2018-06-29 11:36:10 +02:00
Stefan Grimminck
a2796c6e20 Update README.md (#61) 2018-02-21 09:26:22 -05:00
Zakir Durumeric
5d70688b66
Merge pull request #47 from jordan-wright/docs/fix-readme
Fix README install instructions pointing to previous versions of zgrab
2018-01-31 10:57:41 -05:00
Jordan Wright
78e7125661 Added information on how to run integration tests to README.md. Fixes #50 2018-01-31 00:09:05 -06:00
Jordan Wright
11d1602622 Fix README install instructions pointing to previous versions of zmap 2018-01-30 21:46:40 -06:00
justinbastress
e0bf14f645
add ssh integration tests (#26)
* add SSH integration tests

* README updates; better sshd container based on a docs.docker.com example
2017-12-19 10:09:43 -05:00
Justin Bastress
e7591817c6 update README.md for @andrewsardone's new.sh script 2017-12-18 11:43:46 -05:00
Justin Bastress
af1fb2fd57 readme fixes 2017-12-15 09:53:46 -05:00
Justin Bastress
cc343b1098 fix readme formatting 2017-12-15 09:39:03 -05:00
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
e7535b764d Name changes, readme changes 2017-10-04 11:20:17 -04:00
Alex
8a607776f6 modify readme, processing 2017-09-02 23:14:33 -04:00
Alex
41eb0fd7d4 refactor structure, monitor, modules (further work to be done on modules) 2017-08-16 12:09:20 -04:00
Alex
8030cb2c54 s/mult/multiple/g, outputfile, cosmetic fixes, review fixes 2017-08-09 14:56:05 -04:00
Alex
f3df64ff61 add monitor functionality, small refactor, parse file names 2017-08-07 14:41:17 -04:00
Alex
25429940ce Major refactor: create zmodules, Create Base Protocol abstraction, protocol interface, add command to parser at runtime 2017-08-01 19:13:28 -04:00
Alex
ae2ec445a1 start of cli args 2017-04-13 10:29:04 -04:00
Zakir Durumeric
62b9d41610 initial commit with readme and license 2016-08-19 16:25:49 -07:00