Commit Graph

57 Commits

Author SHA1 Message Date
Justin Bastress
c06bbee6a3 pull zcrypto from schemas.zcrypto 2018-05-03 16:46:17 -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
d882fa5685 add empty __init__.py 2018-04-25 11:46:59 -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
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
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
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
Justin Bastress
13c4944e91 add siemens s7 scanner 2018-03-22 17:06:44 -04:00
Justin Bastress
8f91d369fc port fox scanner from zgrab 2018-03-22 15:33:42 -04:00
Justin Bastress
735cb3a4c3 port DNP3 scanner 2018-03-21 16:52:53 -04:00
Justin Bastress
1c84990382 port BACNet from zgrab 2018-03-21 16:27:28 -04:00
Justin Bastress
6f55be0fbb fix schema 2018-03-21 11:00:22 -04:00
Justin Bastress
0f7a265bdd add modbus scanner 2018-03-21 10:36:58 -04:00
Justin Bastress
199fe5d8e5 PEP8 updates; fix NTLM typo 2018-03-16 14:39:06 -04:00
Justin Bastress
65d1789860 comments; update schema 2018-03-16 13:21:05 -04:00
Justin Bastress
70314ce92b Port SMB (???) scanner from ZGrab 2018-03-15 16:58:57 -04:00
Justin Bastress
aa4c966d0d add basic IMAP scanning 2018-03-15 14:35:35 -04:00
Justin Bastress
f1c9bfbc89 merge master 2018-03-15 13:12:21 -04:00
Justin Bastress
ad6295f421 port POP3 2018-03-15 13:10:10 -04:00
Justin Bastress
57bc835bcf Add integration tests; Post PR comment updates: stray further from original ZGrab input/output in favor of more zgrab2-like input/output; make QUIT optional (default off). 2018-03-15 11:07:18 -04:00
Justin Bastress
89911eff01 merge master 2018-03-14 17:22:12 -04:00
Justin Bastress
eebe727686 update schema 2018-03-14 17:20:47 -04:00
Justin Bastress
03b5bb2a5e TelnetOptions get encoded to name/value, not String(name) 2018-03-14 10:59:41 -04:00
Justin Bastress
23607e39cd TelnetOptions get encoded to name/value, not String(name) 2018-03-14 10:46:38 -04:00
Justin Bastress
33cd6941e4 TelnetOptions get encoded to name/value, not String(name) 2018-03-14 10:34:52 -04:00
Justin Bastress
52a43d0d47 fix schema case 2018-03-14 10:16:06 -04:00
Justin Bastress
f09d31c65a add SMTP 2018-03-14 09:18:54 -04:00
Justin Bastress
fa6a7ce50c port telnet module from zgrab; add basic integration tests and schema 2018-03-13 15:23:57 -04:00
Justin Bastress
17a5c0e85c Scanner modules return the protocol ID, scan returns the protocol in the results. 2018-03-12 13:36:11 -04:00
Justin Bastress
a490023c1d Merge branch 'master' into feature/addOracleModule 2018-03-01 14:32:43 -05:00
Zakir Durumeric
2ec074a082
Merge pull request #58 from zmap/feature/lintFTP
golint / godocs on zgrab2 FTP module
2018-03-01 11:12:06 -08:00
Justin Bastress
6fbbc0a182 clean up output; add ReleaseVersion tests 2018-02-28 13:16:52 -05:00
Justin Bastress
b7776206be add oracle schema 2018-02-26 16:08:34 -05:00
Justin Bastress
84eaa0f88e Implement Connection.Connect; add command-line flags; implement Native Service Negotiation (NSN / 0xdeadbeef) data type 2018-02-21 09:25:33 -05:00
justinbastress
f02bd59f8a Add redis zgrab2 module (#53) 2018-02-13 13:25:47 -05:00
Justin Bastress
d9194fe35c run pycodestyle on schemas/ftp.py 2018-02-12 11:58:33 -05:00
justinbastress
bd952d9809
golint and godocs for mysql module (#56) 2018-02-12 10:42:45 -05:00
justinbastress
2766a7ae08
Port http from zgrab (#31) 2018-02-09 13:45:50 -05:00