<?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/"
		>
<channel>
	<title>Comments for PenTBox</title>
	<atom:link href="http://www.pentbox.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pentbox.net</link>
	<description>Official website of the project</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:31:49 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Campus Party Europe, come on! by ardales</title>
		<link>http://www.pentbox.net/2010/02/campus-party-europe-come-on/comment-page-1/#comment-314</link>
		<dc:creator>ardales</dc:creator>
		<pubDate>Wed, 10 Mar 2010 10:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pentbox.net/?p=212#comment-314</guid>
		<description>Hi!! i am spanish and i am invited too. i would like to know people before go there and you are the first that i found!haha. you can write me if you want...</description>
		<content:encoded><![CDATA[<p>Hi!! i am spanish and i am invited too. i would like to know people before go there and you are the first that i found!haha. you can write me if you want&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [PenTBox] How PenTBox can pwn (DoS) an iPhone / iPod Touch by Ataque DoS al iPhone/iPod Touch con PenTBox</title>
		<link>http://www.pentbox.net/2009/11/pentbox-how-pentbox-can-pwn-dos-an-iphone-ipod-touch/comment-page-1/#comment-120</link>
		<dc:creator>Ataque DoS al iPhone/iPod Touch con PenTBox</dc:creator>
		<pubDate>Sat, 21 Nov 2009 19:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.pentbox.net/?p=121#comment-120</guid>
		<description>[...] Ataque DoS al iPhone/iPod Touch con PenTBox&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] Ataque DoS al iPhone/iPod Touch con PenTBox&nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [PenTBox] How PenTBox can pwn (DoS) an iPhone / iPod Touch by Alberto (Admin)</title>
		<link>http://www.pentbox.net/2009/11/pentbox-how-pentbox-can-pwn-dos-an-iphone-ipod-touch/comment-page-1/#comment-111</link>
		<dc:creator>Alberto (Admin)</dc:creator>
		<pubDate>Fri, 20 Nov 2009 06:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pentbox.net/?p=121#comment-111</guid>
		<description>@Maxi Muchas gracias :)</description>
		<content:encoded><![CDATA[<p>@Maxi Muchas gracias :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [PenTBox] How PenTBox can pwn (DoS) an iPhone / iPod Touch by Maxi Soler</title>
		<link>http://www.pentbox.net/2009/11/pentbox-how-pentbox-can-pwn-dos-an-iphone-ipod-touch/comment-page-1/#comment-106</link>
		<dc:creator>Maxi Soler</dc:creator>
		<pubDate>Thu, 19 Nov 2009 22:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pentbox.net/?p=121#comment-106</guid>
		<description>Buen trabajo! ;)</description>
		<content:encoded><![CDATA[<p>Buen trabajo! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [PenTBox] How to test stability of a network application using PB by Alberto (Admin)</title>
		<link>http://www.pentbox.net/2009/09/pentbox-how-to-test-stability-of-a-network-application-using-pb/comment-page-1/#comment-14</link>
		<dc:creator>Alberto (Admin)</dc:creator>
		<pubDate>Fri, 18 Sep 2009 17:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pentbox.net/?p=88#comment-14</guid>
		<description>Problem solved. It would be available in next version of PenTBox.</description>
		<content:encoded><![CDATA[<p>Problem solved. It would be available in next version of PenTBox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [PenTBox] How to test stability of a network application using PB by Alberto (Admin)</title>
		<link>http://www.pentbox.net/2009/09/pentbox-how-to-test-stability-of-a-network-application-using-pb/comment-page-1/#comment-8</link>
		<dc:creator>Alberto (Admin)</dc:creator>
		<pubDate>Wed, 02 Sep 2009 22:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pentbox.net/?p=88#comment-8</guid>
		<description>@Guillermo
This may be a solution, but doing a new rescue it would be more simple:

rescue Errno::EACCES
puts &quot;&quot;
puts &quot; Error: Honeypot Creator requires root privileges!!&quot;
puts &quot;&quot;
rescue Errno::EADDRINUSE
puts &quot;&quot;
puts &quot; Error: Port in use.&quot;
puts &quot;&quot;
rescue Errno::EMFILE
puts &quot;&quot;
puts &quot; Maximum number of connection attempts reached; connection refused (possible DoS)&quot;
puts &quot;&quot;

Or something like that. But the result is the same, the Honeypot would crash.

The program should kill first threads when are more than 300 (for example). Im working on this now, it is not so difficult but takes time.</description>
		<content:encoded><![CDATA[<p>@Guillermo<br />
This may be a solution, but doing a new rescue it would be more simple:</p>
<p>rescue Errno::EACCES<br />
puts &#8220;&#8221;<br />
puts &#8221; Error: Honeypot Creator requires root privileges!!&#8221;<br />
puts &#8220;&#8221;<br />
rescue Errno::EADDRINUSE<br />
puts &#8220;&#8221;<br />
puts &#8221; Error: Port in use.&#8221;<br />
puts &#8220;&#8221;<br />
rescue Errno::EMFILE<br />
puts &#8220;&#8221;<br />
puts &#8221; Maximum number of connection attempts reached; connection refused (possible DoS)&#8221;<br />
puts &#8220;&#8221;</p>
<p>Or something like that. But the result is the same, the Honeypot would crash.</p>
<p>The program should kill first threads when are more than 300 (for example). Im working on this now, it is not so difficult but takes time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [PenTBox] How to test stability of a network application using PB by Guillermo Ramos</title>
		<link>http://www.pentbox.net/2009/09/pentbox-how-to-test-stability-of-a-network-application-using-pb/comment-page-1/#comment-7</link>
		<dc:creator>Guillermo Ramos</dc:creator>
		<pubDate>Wed, 02 Sep 2009 22:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pentbox.net/?p=88#comment-7</guid>
		<description>honeypot_creator.rb
-----------------------------------
(...)

def honeyconfig(port, message)
	begin
		tcpserver = TCPServer.new(&quot;&quot;, port)
		if tcpserver
			puts &quot;&quot;
			puts &quot;  HONEYPOT ACTIVATED (&quot; + Time.now.to_s + &quot;)&quot;
			puts &quot;&quot;
			count = 1
			maxcount = 300 # Maximum number of connections
			loop do
				socket = tcpserver.accept
				if socket and count &lt;= maxcount
					count += 1
					Thread.new do
						puts &quot;&quot;
						puts &quot;  INTRUSION ATTEMPT DETECTED! (&quot; + Time.now.to_s + &quot;)&quot;
						puts &quot; -----------------------------&quot;
						puts &quot;&quot;
						puts socket.recv(1000).to_s
						sleep(7)
						socket.write(message)
						socket.close
					end
				else
					puts &quot; Maximum number of connection attempts reached; connection refused (possible DoS)&quot;
				end
			end
		end
		rescue Errno::EACCES
		puts &quot;&quot;
		puts &quot; Error: Honeypot Creator requires root privileges!!&quot;
		puts &quot;&quot;
		rescue Errno::EADDRINUSE
		puts &quot;&quot;
		puts &quot; Error: Port in use.&quot;
		puts &quot;&quot;
	end
end

(...)
-----------------------------------

Simple, but it works -you&#039;ll never need (for instance) +300 connections, so if it reaches that number it could be considered as a DoS and the program must stop, although it&#039;s fine to continue showing messages so that you knew when the attacker had stopped DoS&#039;ing.</description>
		<content:encoded><![CDATA[<p>honeypot_creator.rb<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
(&#8230;)</p>
<p>def honeyconfig(port, message)<br />
	begin<br />
		tcpserver = TCPServer.new(&#8220;&#8221;, port)<br />
		if tcpserver<br />
			puts &#8220;&#8221;<br />
			puts &#8221;  HONEYPOT ACTIVATED (&#8221; + Time.now.to_s + &#8220;)&#8221;<br />
			puts &#8220;&#8221;<br />
			count = 1<br />
			maxcount = 300 # Maximum number of connections<br />
			loop do<br />
				socket = tcpserver.accept<br />
				if socket and count &lt;= maxcount<br />
					count += 1<br />
					Thread.new do<br />
						puts &quot;&quot;<br />
						puts &quot;  INTRUSION ATTEMPT DETECTED! (&quot; + Time.now.to_s + &quot;)&quot;<br />
						puts &quot; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&quot;<br />
						puts &quot;&quot;<br />
						puts socket.recv(1000).to_s<br />
						sleep(7)<br />
						socket.write(message)<br />
						socket.close<br />
					end<br />
				else<br />
					puts &quot; Maximum number of connection attempts reached; connection refused (possible DoS)&quot;<br />
				end<br />
			end<br />
		end<br />
		rescue Errno::EACCES<br />
		puts &quot;&quot;<br />
		puts &quot; Error: Honeypot Creator requires root privileges!!&quot;<br />
		puts &quot;&quot;<br />
		rescue Errno::EADDRINUSE<br />
		puts &quot;&quot;<br />
		puts &quot; Error: Port in use.&quot;<br />
		puts &quot;&quot;<br />
	end<br />
end</p>
<p>(&#8230;)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Simple, but it works -you&#039;ll never need (for instance) +300 connections, so if it reaches that number it could be considered as a DoS and the program must stop, although it&#039;s fine to continue showing messages so that you knew when the attacker had stopped DoS&#039;ing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
