RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
4.9k stars 839 forks source link

Feature request - setup proxy support #539

Open digininja opened 3 years ago

digininja commented 3 years ago

I quite often end up trying to install the Python EW on boxes which don't have full internet access and the only way to get installers to work is to run them through a forwarded proxy.

For Kali, this means setting the http_proxy and https_proxy environment variables, adding an entry to the apt conf.d directory, and setting up Git.

It would be cool if the setup.sh script could take a parameter and set all these while it is running so I don't have to mess setting them up on each box.

If you want to do it, tell me, I've got it pretty well documented.

ChrisTruncer commented 3 years ago

If you have it documented or coded, that would certainly help. I don't currently have an environment where I can test that setup, so I'd largely have to rely on the code that you submit. But I'm happy to get it merged in.