This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Talk:Chaining WebScarab onto another proxy"

From OWASP
Jump to: navigation, search
(Question about Proxy Chaining)
 
(Answer)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== Questions ==
 
== Questions ==
  
How do I specify the user name and password for an authenticated Proxy?
+
'''How do I specify the user name and password for an authenticated Proxy?'''
  
I am running behind a firewall/proxy that requires authentication. There is no UI for entering a user name and password required fro the chained proxy.
+
I am running behind a firewall/proxy that requires authentication. There is no UI for entering a user name and password required for the chained proxy.
  
I'll look at the source code to see if it is a feature that is supported, but undocumented.
+
I looked at the source code to see if it is a feature that is supported, but undocumented. It appears to not be an option, however WebScarab uses the jcifs library so it can do an authenticated NTLM proxy connection if it was coded.
 +
 
 +
[[User:Nchristiansen|Nchristiansen]] 17:46, 8 January 2008 (EST)
 +
 
 +
Take a look at the Tools -> Credentials dialog. There is an option to "Ask when required", which will tell WebScarab to respond to any authentication requests, rather than passing that through to the browser.
 +
 
 +
--[[User:RoganDawes|RoganDawes]] 03:59, 9 January 2008 (EST)
 +
----

Latest revision as of 08:59, 9 January 2008

Questions

How do I specify the user name and password for an authenticated Proxy?

I am running behind a firewall/proxy that requires authentication. There is no UI for entering a user name and password required for the chained proxy.

I looked at the source code to see if it is a feature that is supported, but undocumented. It appears to not be an option, however WebScarab uses the jcifs library so it can do an authenticated NTLM proxy connection if it was coded.

Nchristiansen 17:46, 8 January 2008 (EST)

Take a look at the Tools -> Credentials dialog. There is an option to "Ask when required", which will tell WebScarab to respond to any authentication requests, rather than passing that through to the browser.

--RoganDawes 03:59, 9 January 2008 (EST)