documentation/modules/post/windows/gather/enum_proxy.md
This module pulls a user's proxy settings. If neither RHOST or SID are set it pulls the current user, else it will pull the user's settings for the specified SID and target host.
use post/windows/gather/enum_proxyset session <session id>runRemote host to clone settings to (defaults to local)
SID of user to clone settings to (SYSTEM is S-1-5-18) (default: blank)
msf > use post/windows/gather/enum_proxy
msf post(windows/gather/enum_proxy) > set session 1
session => 1
msf post(windows/gather/enum_proxy) > run
[*] Proxy Counter = 3
[*] Setting: WPAD and Proxy server
[*] Proxy Server: http=127.0.0.1:80;https=127.0.0.1:80;ftp=127.0.0.1:80
[*] Post module execution completed
msf > use post/windows/gather/enum_proxy
msf post(windows/gather/enum_proxy) > set session 1
session => 1
msf post(windows/gather/enum_proxy) > run
[*] Proxy Counter = 77
[*] Setting: WPAD, Proxy server and AutoConfigure script
[*] Proxy Server: http=127.0.0.1:8080;https=127.0.0.1:8080;ftp=127.0.0.1:8080
[*] AutoConfigURL: http://corp.local/wpad.dat
[*] Post module execution completed
msf post(windows/gather/enum_proxy) >