SOCKS proxy settings are not respected #230
Labels
bug
Something isn't working
content discovery
Related to enumerating or specifying content to scan
integration
Related to integration with other systems
Describe the bug
Nosey Parker doesn't observe proxy settings as expected.
To Reproduce
export ALL_PROXY=socks5h://<proxy_host>:<proxy_port>
noseyparker scan --github-org praetorian-inc
Expected behavior
Nosey Parker enumerates the repositories in the
praetorian-inc
organization on GitHub, clones them all, and scans them successfully.Actual behavior
Nosey Parker fails to successfully clone the enumerated repositories, even though regular command-line
git
succeeds.Output of
noseyparker --version
Additional context
I'm reporting this issue second-hand, and have not actually reproduced it myself yet.
An open question: Are SOCKS proxy settings observed as expected for Nosey Parker's github enumeration phase? Or are things broken there too?
The text was updated successfully, but these errors were encountered: