Commit Graph

298 Commits

Author SHA1 Message Date
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
Justin Bastress
b5fbfcc690 ensure postgres connections get closed 2018-05-11 14:01:10 -04:00
Justin Bastress
e4388ad861 handle server returning < 2 bytes 2018-05-11 12:21:11 -04:00
Justin Bastress
7dc895a975 fix logrus collision 2018-05-11 11:52:08 -04:00
Justin Bastress
0cfc4bdff3 lower log level of per-scan errors 2018-05-11 11:45:59 -04:00
Justin Bastress
e77866dfea loglevel fixes 2018-05-11 11:43:08 -04:00
Justin Bastress
e0745c5323 another err->readErr 2018-05-11 11:18:20 -04:00
Justin Bastress
66cbe41205 better error log 2018-05-11 10:57:27 -04:00
Justin Bastress
50e2dbbeb7 fix error variable name 2018-05-11 10:56:38 -04:00
Justin Bastress
74c8b16e7a httplex -> httpguts 2018-05-07 16:22:37 -04:00
justinbastress
0889db21e3
Merge pull request #108 from zmap/feature/schemaUpdate
Schema updates
2018-05-04 11:56:34 -04:00
Justin Bastress
fbfba66864 install 2018-05-04 11:36:07 -04:00
Justin Bastress
24dad0b670 handle module rename 2018-05-04 11:31:53 -04:00
Justin Bastress
07484942dc fix zcrypto_schemas egg name 2018-05-04 11:15:40 -04:00
Justin Bastress
1e4ec64650 schemas.zgrab2 -> zgrab2_schemas 2018-05-04 11:15:09 -04:00
Justin Bastress
6836299bfb ensure zcrypto 2018-05-03 16:47:13 -04:00
Justin Bastress
c06bbee6a3 pull zcrypto from schemas.zcrypto 2018-05-03 16:46:17 -04:00
Justin Bastress
f526c61911 leave zschema directory after installing 2018-05-03 15:53:29 -04:00
Justin Bastress
9a1f236873 pip install --user, not pip install -u 2018-05-03 14:15:13 -04:00
Justin Bastress
f792f10617 use pip install to install local zschema 2018-05-03 11:42:04 -04:00
Justin Bastress
54f61e916e pull zschema from git, not pip 2018-05-03 11:17:40 -04:00
justinbastress
4e019c9da4
Merge pull request #110 from zmap/feature/add_non_tls_http_dialer
Add a dialer for the non-TLS case in HTTP
2018-05-03 09:26:52 -04:00
Justin Bastress
3254857b58 Add a dialer for the non-TLS case in HTTP, so that --timeout is honored even if --use-https is not set (issue #109) 2018-05-01 13:33:21 -04:00
justinbastress
5c0cbeeee0
Merge pull request #97 from zmap/feature/stripDebugFields
zgrab2: Strip debug fields
2018-04-26 12:27:39 -04:00
Justin Bastress
5d6c0ef7a3 fix comment re PR review 2018-04-26 11:58:08 -04:00
Justin Bastress
8f38f8137f remove zcrypto.py (should be pulled in via requirements.txt) 2018-04-25 14:13:36 -04:00
Justin Bastress
dfd5af5d3a add requirements.txt 2018-04-25 14:09:53 -04:00
Justin Bastress
8d4725d6ea use find_packages 2018-04-25 14:09:00 -04:00
Justin Bastress
7fa57fc4e5 fix setup name, author_email, keywords, packages in setup.py 2018-04-25 13:48:43 -04:00
Justin Bastress
d882fa5685 add empty __init__.py 2018-04-25 11:46:59 -04:00
Justin Bastress
a9d851e20c add setup.py for egg 2018-04-25 11:46:26 -04:00
Justin Bastress
a472e0b560 updates schema template to match current layout 2018-04-23 16:41:34 -04:00
Justin Bastress
17b1353718 fix relative imports 2018-04-23 10:47:34 -04:00
Justin Bastress
0fb044b15e update schemas, use relative imports 2018-04-23 10:30:55 -04:00
Justin Bastress
edcae52fec update oracle schema 2018-04-16 15:29:03 -04:00
Justin Bastress
e68f2872dc update ssh.py 2018-04-16 15:16:27 -04:00
Justin Bastress
942f9cc3fd fix for zschema updates 2018-04-12 12:42:25 -04:00
Justin Bastress
a66054c4a5 update zcrypto schema 2018-04-12 11:03:14 -04:00
Justin Bastress
4060770ddc update zgrab2 schema 2018-04-12 11:02:56 -04:00
Justin Bastress
f335236a53 update redis docs 2018-04-12 11:02:26 -04:00
Justin Bastress
10c3b9e453 fix/update IMAP docs 2018-04-12 11:02:10 -04:00
Justin Bastress
90c8c12293 update oracle docs 2018-04-12 10:59:49 -04:00
Justin Bastress
fc2aefe8e9 Update mysql docs 2018-04-12 10:59:32 -04:00
justinbastress
3ab768b8ee
Merge pull request #102 from zmap/feature/addDefaultTimeout
Set default timeout to 10s
2018-04-06 09:15:40 -04:00
justinbastress
354fb05776
Merge pull request #101 from zmap/feature/doHTTPSRetry
Add --retry-https flag
2018-04-05 14:53:51 -04:00
Justin Bastress
1ca2b02942 Set default timeout to 10s 2018-04-05 14:50:12 -04:00
Justin Bastress
42ae30babe add --retry-https flag to work with unknown HTTP/HTTPS servers; remove unused request.tls field from zschema (only used for HTTP servers, caused zschema errors because of ListOf(ListOf())) 2018-04-05 14:19:58 -04:00
Justin Bastress
7a013ca261 Add output unit tests; add output.Process to strip debug; make MySQL debug fields omitempty too; use processor to strip data in Process() 2018-04-03 17:15:20 -04:00
Justin Bastress
e4bd0bcc89 move process tests 2018-04-02 16:10:01 -04:00
Justin Bastress
e82d5b4cfd add process tests 2018-04-02 16:09:41 -04:00