Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental proxy support via envvar HTTP_PROXY #21

Closed
wants to merge 1 commit into from

Conversation

bmoar
Copy link

@bmoar bmoar commented May 31, 2019

Hello guys, really enjoy using gowitness. I needed to use gowitness with a proxy, so I thought I would add support directly to gowitness instead of relying on another tool to proxy it.

Commit msg below:

Adds proxy support to the initial redirect check with
gorequest and the chrome browser. It also always
forwards to shitty forwarding proxy regardless of
protocol. This change made it easier to add a
proxy to both http and https.

You can use the proxy like
export HTTP_PROXY=http://127.1:8080;gowitness ...

Adds proxy support to the initial redirect check with
gorequest and the chrome browser. It also always
forwards to shitty forwarding proxy regardless of
protocol.  This change made it easier to add a
proxy to both http and https.

You can use the proxy like
`export HTTP_PROXY=http://127.1:8080;gowitness ...`
@leonjza
Copy link
Member

leonjza commented Aug 13, 2020

Sorry, could you rebase this please?

@leonjza
Copy link
Member

leonjza commented Sep 18, 2020

The code base for this PR is quite old now. Redirecting to #62 for now.

@leonjza leonjza closed this Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants