Skip to content

Instantly share code, notes, and snippets.

@amshinde
Created March 27, 2019 19:57
Show Gist options
  • Save amshinde/70b82c1cdfaff90fc9f5eef0abb444b9 to your computer and use it in GitHub Desktop.
Save amshinde/70b82c1cdfaff90fc9f5eef0abb444b9 to your computer and use it in GitHub Desktop.

Chameleon

Chameleon is a containerized setup for (automagically) configuring redsocks to aid in creation of a transparent proxy inside intel. Based on this, we first assume you have docker installed on the system.

Pre-req - install Docker

You'll need to initially setup env variables for proxy such that you can install docker on the system. ex:

export https_proxy=<yourproxy>:<anditsport>
export http_proxy=<yourproxy>:<anditsport>

Get the chameleon socks setup script:

wget https://github.intel.com/raw/gist/sedupuga/f1b64097cd0d78ef200a82c18035f595/raw/d491a040cde02d94c3e11ae67745b9d04064d69e/chameleonsocks.sh
chmod 755 chameleonsocks.sh

Start it up:

https_proxy=https://proxy-chain.intel.com:912 ./chameleonsocks.sh --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment