From 7b8b28368bb46abaa89e8b8e35a34a5fad6159d0 Mon Sep 17 00:00:00 2001 From: AJ Bahnken Date: Tue, 29 Aug 2017 17:21:13 -0700 Subject: [PATCH] fixed checkboxes in readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4c7f8ef..5b4af7a 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ To see the cli help output: `go run *.go -h` ### Initial Release TODO: -[ ] - Work properly with nmap pgsql-brute +- [ ] Work properly with nmap pgsql-brute * maxBufSize * tcpTimeout -[ ] - Create deploy script within fflemming's fork of mhn -[ ] - Support proper error for "cancelling" a query (12345678, very similar to SSL request) -[ ] - Support mechanism for saving passwords in a seperate database. -[ ] - Don't hardcode the md5 salt +- [ ] Create deploy script within fflemming's fork of mhn +- [ ] Support proper error for "cancelling" a query (12345678, very similar to SSL request) +- [ ] Support mechanism for saving passwords in a seperate database. +- [ ] Don't hardcode the md5 salt ### TODO's -[ ] - Write integration tests using nmap + psql -[ ] - Write integration tests using github.com/lib/pq +- [ ] Write integration tests using nmap + psql +- [ ] Write integration tests using github.com/lib/pq