<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Modifying the Paros Proxy User-Agent String</title>
	<atom:link href="http://www.cutawaysecurity.com/blog/archives/9/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cutawaysecurity.com/blog/archives/9</link>
	<description>Cutaway's Observations, Opinions, Rants, Raves, Tantrums, and Tirades</description>
	<lastBuildDate>Tue, 16 Feb 2010 06:48:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paco Hope</title>
		<link>http://www.cutawaysecurity.com/blog/archives/9/comment-page-1#comment-30988</link>
		<dc:creator>Paco Hope</dc:creator>
		<pubDate>Wed, 25 Jun 2008 20:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=9#comment-30988</guid>
		<description>This is not true security, but every irritations put in front of a hacker may make them go elsewhere. This kind of defense won&#039;t stop any kind of determined hacker, but it probably makes script kiddies and wannabes struggle more. That means they either go away frustrated or are noisier as they try to get past this stupid protection. Either way, it reduces the population of people attacking you at a trivial cost.

I shudder to think how many people will misread this and think I advocate silly defenses instead of real ones. That&#039;s not it. If the developers did this to protect shoddy code, they&#039;re dumb. If they did it to repel script kiddies, they put in a low cost defense that has some trivial value.</description>
		<content:encoded><![CDATA[<p>This is not true security, but every irritations put in front of a hacker may make them go elsewhere. This kind of defense won&#8217;t stop any kind of determined hacker, but it probably makes script kiddies and wannabes struggle more. That means they either go away frustrated or are noisier as they try to get past this stupid protection. Either way, it reduces the population of people attacking you at a trivial cost.</p>
<p>I shudder to think how many people will misread this and think I advocate silly defenses instead of real ones. That&#8217;s not it. If the developers did this to protect shoddy code, they&#8217;re dumb. If they did it to repel script kiddies, they put in a low cost defense that has some trivial value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GooHackle</title>
		<link>http://www.cutawaysecurity.com/blog/archives/9/comment-page-1#comment-30773</link>
		<dc:creator>GooHackle</dc:creator>
		<pubDate>Wed, 14 Nov 2007 18:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=9#comment-30773</guid>
		<description>Hi, I do the same to remove the &quot;Paros/3...&quot; string from the user agent because some applications check this and doesn&#039;t return the expected results.

I use Eclipse to work over the Paros project and now I&#039;m thinking in add functionalities and improve the paros proxy... looks easy... let&#039;s see...</description>
		<content:encoded><![CDATA[<p>Hi, I do the same to remove the &#8220;Paros/3&#8230;&#8221; string from the user agent because some applications check this and doesn&#8217;t return the expected results.</p>
<p>I use Eclipse to work over the Paros project and now I&#8217;m thinking in add functionalities and improve the paros proxy&#8230; looks easy&#8230; let&#8217;s see&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cutaway</title>
		<link>http://www.cutawaysecurity.com/blog/archives/9/comment-page-1#comment-30770</link>
		<dc:creator>cutaway</dc:creator>
		<pubDate>Tue, 13 Nov 2007 02:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=9#comment-30770</guid>
		<description>@Paul,

   The version that I used was older than the most recent version of Paros Proxy.  Also, I have started using the work around posted by Brad in the comments above.  

&lt;blockquote&gt;Or you can change the target on on the shortcut to include -nouseragent

C:\WINDOWS\system32\javaw.exe -jar paros.jar -nouseragent on my system.&lt;/blockquote&gt;

Because I am using this option I do not need to modify the code or rebuild the executable.  Therefore, I do not have a build.xml to provide for you.

Good luck,
Cutaway</description>
		<content:encoded><![CDATA[<p>@Paul,</p>
<p>   The version that I used was older than the most recent version of Paros Proxy.  Also, I have started using the work around posted by Brad in the comments above.  </p>
<blockquote><p>Or you can change the target on on the shortcut to include -nouseragent</p>
<p>C:\WINDOWS\system32\javaw.exe -jar paros.jar -nouseragent on my system.</p></blockquote>
<p>Because I am using this option I do not need to modify the code or rebuild the executable.  Therefore, I do not have a build.xml to provide for you.</p>
<p>Good luck,<br />
Cutaway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.cutawaysecurity.com/blog/archives/9/comment-page-1#comment-30769</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 12 Nov 2007 18:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=9#comment-30769</guid>
		<description>Thanks for the articule dude, it&#039;s quite useful.
However, i&#039;m having problems while compiling.
Some kind&#039;a error in the Kb.class file.
I asume something is going wrong in my build file.
Could you please post me the build.xml file to see what is it that i&#039;m doing wrong?

Thanks a lot.
Paul.</description>
		<content:encoded><![CDATA[<p>Thanks for the articule dude, it&#8217;s quite useful.<br />
However, i&#8217;m having problems while compiling.<br />
Some kind&#8217;a error in the Kb.class file.<br />
I asume something is going wrong in my build file.<br />
Could you please post me the build.xml file to see what is it that i&#8217;m doing wrong?</p>
<p>Thanks a lot.<br />
Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phishme &#187; EXIF Scrubbing: Hey, Harry! Know your Tool and Wash your Hands.</title>
		<link>http://www.cutawaysecurity.com/blog/archives/9/comment-page-1#comment-22531</link>
		<dc:creator>Phishme &#187; EXIF Scrubbing: Hey, Harry! Know your Tool and Wash your Hands.</dc:creator>
		<pubDate>Thu, 19 Jul 2007 19:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=9#comment-22531</guid>
		<description>[...] In short, tools often leave a footprint -  whether it&#8217;s a user-agent tag in the popular Paros tool, or not so steathly NMAP scans. If you have a way to dig deeper and see what the tool is [...]</description>
		<content:encoded><![CDATA[<p>[...] In short, tools often leave a footprint -  whether it&#8217;s a user-agent tag in the popular Paros tool, or not so steathly NMAP scans. If you have a way to dig deeper and see what the tool is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.cutawaysecurity.com/blog/archives/9/comment-page-1#comment-1706</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 17 Jan 2007 19:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=9#comment-1706</guid>
		<description>Or you can change the target on on the shortcut to include -nouseragent 

C:\WINDOWS\system32\javaw.exe -jar paros.jar -nouseragent on my system.

But I never would have found the flag without your write up valuable information.</description>
		<content:encoded><![CDATA[<p>Or you can change the target on on the shortcut to include -nouseragent </p>
<p>C:\WINDOWS\system32\javaw.exe -jar paros.jar -nouseragent on my system.</p>
<p>But I never would have found the flag without your write up valuable information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
