Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/post/windows/gather/enum_proxy.md
Views: 11788
Vulnerable Application
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.
Verification Steps
Start msfconsole
Get a session on a Windows host
Do:
use post/windows/gather/enum_proxy
Do:
set session <session id>
Do:
run
You should receive system proxy information
Options
RHOST
Remote host to clone settings to (defaults to local)
SID
SID of user to clone settings to (SYSTEM is S-1-5-18) (default: blank)