Hi<br>For all those application testers out there that use PAROS Proxy who are as lazy as me....<br><br>I thought I would share a&nbsp;tip&nbsp;on&nbsp;how&nbsp;I&nbsp;set&nbsp;Paros&nbsp;to&nbsp;automatically&nbsp;remove&nbsp;hidden&nbsp;field&nbsp;tags&nbsp;in&nbsp;PAROS<br>(also usable on other proxies)
<br><br>in tools, filter menu<br>set the http body response checkbox<br>and set the search pattern to be<br><br><br>type\s*=\s*[&quot;']?hidden[&quot;']?<br><br>no need to set the replace field<br><br>now browse a web page with hidden fields
<br><br>I must admit I rely on the above so much that I am not sure if it misses any&nbsp;hidden&nbsp;tags<br>I suppose I could compare it with a find all 'hidden' words and compare body response....<br><br>My wish list for PAROS would be
<br><ul><li>allow multiple filters  per http section<br></li><li>save the above filters so that I do not need to enter it every time I use PAROS</li><li>manually set user agent rather than use PAROS drop down (google bot goes to places I can not) and it gets annoying setting the http request header filters as well
</li></ul>Anybody&nbsp;have&nbsp;any&nbsp;other&nbsp;techniques&nbsp;they&nbsp;would&nbsp;like&nbsp;to&nbsp;share&nbsp;on&nbsp;PAROS&nbsp;or&nbsp;other&nbsp;proxy??<br> <br>I would definitely like a RELIABLE way&nbsp;to&nbsp;convert&nbsp;html select&nbsp;statements&nbsp;to&nbsp;input&nbsp;statments&nbsp;-&nbsp;another&nbsp;regex&nbsp;along&nbsp;the&nbsp;lines&nbsp;of
<br>this&nbsp;perl regex (probably useless on scripted select controls that many pages create on the fly)<br><br>/&lt;select[^&gt;]*?(name\s*=\s*[&quot;']?([^&quot;'\s]+)[&quot;']?\s+).*?&lt;\/select&gt;/$2&lt;input&nbsp;$1&gt;/ims
<br><br><br><br>TIA &amp; Rgds<br>Richard<br><br><br>