Commit Graph

427 Commits

Author SHA1 Message Date
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
Justin Bastress
53e35bbaa7 prevent multiple concurrent usages of the same processor; copy all fields, nil out debug ones; 2018-04-02 16:09:27 -04:00
Justin Bastress
58601e045a add output processing 2018-03-30 16:28:24 -04:00
Luke Valenta
b4ac16e630 add H field to xssh server signature to allow signature verification (#95) 2018-03-29 10:17:39 -04:00
justinbastress
03e5473993 add serverKeyExchange digest to zcrypto schema (#96) 2018-03-29 09:42:48 -04:00
justinbastress
ec192eaf1b
Merge pull request #65 from zmap/feature/addOracleModule
add oracle module
2018-03-26 12:01:09 -04:00
Justin Bastress
c358b52018 add Protocol method 2018-03-26 11:46:27 -04:00
Justin Bastress
7f7225e25e Merge branch 'master' into feature/addOracleModule 2018-03-26 11:31:51 -04:00
Justin Bastress
24ab7e93d5 merge master 2018-03-26 11:31:35 -04:00
Justin Bastress
714e8f1833 address @dadrian's comments -- clean up schema, fix godoc formatting 2018-03-26 11:25:04 -04:00
justinbastress
9771ecb2bd Fix issue #91 -- heartbleed flags implies heartbeat enabled (#92) 2018-03-23 16:08:37 -05:00
justinbastress
2a3669abc2
Merge pull request #90 from zmap/feature/portSiemensModule
zgrab2: Port siemens s7 scanner from zgrab
2018-03-23 10:36:22 -04:00
Justin Bastress
13c4944e91 add siemens s7 scanner 2018-03-22 17:06:44 -04:00
justinbastress
1508e01582
Merge pull request #89 from zmap/feature/portFoxModule
zgrab2: port fox scanner from zgrab
2018-03-22 15:50:21 -04:00
Justin Bastress
8f91d369fc port fox scanner from zgrab 2018-03-22 15:33:42 -04:00
Zakir Durumeric
fadb53c3e1
Merge pull request #88 from zmap/cipher-suites
allow users to specify a comma-delimited list of ciphers to send
2018-03-22 11:37:54 -05:00
Zakir Durumeric
801ddf3ead allow users to specify a comma-delimited list of ciphers to send 2018-03-22 11:09:51 -05:00
justinbastress
ec2d01a541
Merge pull request #84 from zmap/feature/closeConnections
zgrab2: Close connections, add missing files
2018-03-22 11:25:39 -04:00
Justin Bastress
83212a722e add dnp3.go 2018-03-21 17:17:38 -04:00
Justin Bastress
04db34a3af Merge branch 'master' into feature/closeConnections 2018-03-21 17:17:23 -04:00
Justin Bastress
087337935b clean up connections before exiting 2018-03-21 17:16:58 -04:00
justinbastress
7b26ae30c5
Merge pull request #83 from zmap/feature/portDNP3Module
zgrab2: port DNP3 scanner from zgrab
2018-03-21 17:14:09 -04:00