Hands-On Application Penetration Testing with Burp Suite
上QQ阅读APP看书,第一时间看更新

Windows

Windows system-wide proxy settings can be applied via Internet options | Connections | LAN settings. This setting can also be applied using the netsh commands, as shown in the following steps:

  1. Start cmd as administrator
  2. Run netsh winhttp set proxy 127.0.0.1:8080
  3. To check if the settings have been applied, run the following command:
netsh winhttp show proxy
  1. To reset the proxy, run:
netsh winhttp show proxy