Skip to content

Releases: rapid7/go-get-proxied

Fix an issue where Windows proxy configured in WinHTTP cannot be retrieved

24 Nov 15:57
e4a594c
Compare
Choose a tag to compare

Add a commandline argument to support returning a list of proxy when PAC returns a list

16 Nov 20:44
dcc9028
Compare
Choose a tag to compare

It is possible for proxy auto config script to returns a list of proxies, which wasn't handled before and it always returns the last entry of the list. The release allows it to return the list in the correct order using argument -l.

The previous behaviour was not changed to return the first proxy to maintain the same behaviour.

Adds ability to set custom timeouts for a given provider

10 Dec 22:14
16249a5
Compare
Choose a tag to compare
Adds ability to set custom timeouts for a given provider (#14)

* Adds ability to SetTimeouts for a given provider

* Updating doc

No longer forcing proxy scheme to match expected message protocol

10 Dec 18:33
ffa73d4
Compare
Choose a tag to compare

The client is expected to handle their expectations of the proxy protocol, this library is only responsible for returning it.

Removing timestamps from main.go log output

23 Nov 18:31
d016699
Compare
Choose a tag to compare
1.0.1

Removing date from log output (#12)

Official release of go-get-proxied

23 Nov 17:52
21b93de
Compare
Choose a tag to compare

Reworks the main.go for ease of use and automation.

Modified the main output format

15 Nov 19:30
02a2230
Compare
Choose a tag to compare

The output of the main file is changed to only report the proxy as a string.

Use default protocol for target URL

12 Nov 19:43
fbcd32a
Compare
Choose a tag to compare

Windows WPAD implementation requires a well formed target URL to be provided; in cases where a protocol is not provided, a default one will be provided based on the proxy's protocol.

Adds proxy bypass support to Darwin (scutil)

01 Nov 20:44
790ca9f
Compare
Choose a tag to compare
Merge pull request #4 from rapid7/scutil_support_bypass_proxy_settings

Added bypass proxy settings support to MacOS platform.

Added Network Setting Proxy for MacOS

25 Oct 18:35
Compare
Choose a tag to compare
Pre-release

Add supports for the following:

  • MacOS:
    • System Configured Proxies (Scutil)