diff --git a/lib/http.js b/lib/http.js index 650ab80..6761b53 100644 --- a/lib/http.js +++ b/lib/http.js @@ -759,7 +759,7 @@ var HTTPObject = function(engine) { console.warn("Existing proxy settings will be reset."); switch (_debugger) { - case "FIDDLER": + case "FIDDLER": // Fiddler Classic this.proxy = { "enabled": true, "protocol": "http", @@ -771,7 +771,7 @@ var HTTPObject = function(engine) { this.curlOptions.push("--ssl-no-revoke"); break; - case "FIDDLER2": + case "FIDDLER2": // Fiddler Everywhere this.proxy = { "enabled": true, "protocol": "http", @@ -783,9 +783,9 @@ var HTTPObject = function(engine) { this.curlOptions.push("--ssl-no-revoke"); break; - case "MITMPROXY": - case "BURPSUITE": - case "ZAP": + case "MITMPROXY": // mitmproxy + case "BURPSUITE": // Burp Suite + case "ZAP": // OWASP ZAP Zed Attack Proxy this.proxy = { "enabled": true, "protocol": "http",