Duane Waddle
Duane Waddle
Do you have a link to a public statement from OpenSSH team saying they do not intend to fix this at this time? I've checked a few places, and find...
Should fix #643
Removes deprecated godownloader from Makefile, downloads goreleaser directly via "go install". Fixes #797
Attempting a build on OSX with v2.34.0: ``` $ make build goreleaser/goreleaser crit uname_arch_check 'x86_64' got converted to 'all' which is not a GOARCH value. Please file bug report at...
Fixes #533. Adds support for `saml2aws console` to use `region=` in config file as a hint for which partition to open the console in.
At commit 97ba87c0e70661e1263631288b0cab41acebbbae ``` dwaddle@rick:~/go/src/github.com/zmap/zgrab2/modules/fox$ go test # github.com/zmap/zgrab2/modules/fox ./fox.go:66:42: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean...
At commit 97ba87c0e70661e1263631288b0cab41acebbbae: ``` dwaddle@rick:~/go/src/github.com/zmap/zgrab2/modules/redis$ go test # github.com/zmap/zgrab2/modules/redis [github.com/zmap/zgrab2/modules/redis.test] ./types_test.go:124:27: cannot use &fakeio (value of type *fakeIO) as net.Conn value in struct literal: *fakeIO does not implement net.Conn (missing...
At commit 97ba87c0e70661e1263631288b0cab41acebbbae: ```dwaddle@rick:~/go/src/github.com/zmap/zgrab2/lib/ssh$ go test -v # github.com/zmap/zgrab2/lib/ssh [github.com/zmap/zgrab2/lib/ssh.test] ./kex_test.go:28:39: not enough arguments in call to kex.Client have (packetConn, io.Reader, *handshakeMagics) want (packetConn, io.Reader, *handshakeMagics, *Config) ./kex_test.go:33:48: not enough...
Adds a script that parses the version table from the PAN-OS UI and merges new values into the existing version-table.txt The version-table is updated from a dump from my V100...
When connecting to a SELinux enforcing host via SSM, the user's pty does not get the correct SELinux context. This causes selinux confined commands (such as `chronyc`) to fail to...