spawnScan
spawnScan copied to clipboard
Proxy Support?
How would we go about adding proxy support for this?
you would need to upgrade the pgoapi to the latest one (or a later commit that includes proxy support).
then when the pgoapi request is initiated, add proxy_config = {'http' : 'http proxy i.e. socks5://0.0.0.0:8000', 'https' : 'https proxy i.e. socks5://0.0.0.0:8000'}
add that as an argument