<?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"
	>
<channel>
	<title>Comments for Bill's Security Blog</title>
	<atom:link href="http://www.wrgross.com/blogs/security/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wrgross.com/blogs/security</link>
	<description>All manner of goodness respecting the secure operation of digital systems.</description>
	<pubDate>Sun, 05 Feb 2012 20:38:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Fix screen resolution for BackTrack VM under VirtualBox by jgg</title>
		<link>http://www.wrgross.com/blogs/security/2011/02/14/fix-screen-resolution-for-backtrack-vm-under-virtualbox/#comment-396</link>
		<dc:creator>jgg</dc:creator>
		<pubDate>Sun, 04 Dec 2011 19:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=232#comment-396</guid>
		<description>On OS X Lion (10.7.2) you might need to first run one of the following at an OS X Terminal prompt:

VboxManage setextradata Backtrack CustomVideoMode1 1100x740x16
VboxManage setextradata Backtrack CustomVideoMode1 1440x900x16

Then run either the BT5 or BT4 Terminal commands shown above after logging into BT but before running startx.

I was able to achieve 1024x768 from X11.

I'm still working out if I can get to a higher X11 screen size.</description>
		<content:encoded><![CDATA[<p>On OS X Lion (10.7.2) you might need to first run one of the following at an OS X Terminal prompt:</p>
<p>VboxManage setextradata Backtrack CustomVideoMode1 1100&#215;740x16<br />
VboxManage setextradata Backtrack CustomVideoMode1 1440&#215;900x16</p>
<p>Then run either the BT5 or BT4 Terminal commands shown above after logging into BT but before running startx.</p>
<p>I was able to achieve 1024&#215;768 from X11.</p>
<p>I&#8217;m still working out if I can get to a higher X11 screen size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix screen resolution for BackTrack VM under VirtualBox by mico</title>
		<link>http://www.wrgross.com/blogs/security/2011/02/14/fix-screen-resolution-for-backtrack-vm-under-virtualbox/#comment-359</link>
		<dc:creator>mico</dc:creator>
		<pubDate>Mon, 11 Apr 2011 15:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=232#comment-359</guid>
		<description>Does not work. The only available resolutions are still 800x600 and 640x480.</description>
		<content:encoded><![CDATA[<p>Does not work. The only available resolutions are still 800&#215;600 and 640&#215;480.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a pen-testing lab-in-a-box by Bill&#8217;s Security Blog &#187; Blog Archive &#187; Tutorial – remote buffer overflow identification and exploitation</title>
		<link>http://www.wrgross.com/blogs/security/2009/11/08/setting-up-a-pen-testing-lab-in-a-box/#comment-348</link>
		<dc:creator>Bill&#8217;s Security Blog &#187; Blog Archive &#187; Tutorial – remote buffer overflow identification and exploitation</dc:creator>
		<pubDate>Mon, 04 Apr 2011 02:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=188#comment-348</guid>
		<description>[...] under VirtualBox were used to develop this tutorial. I have another blog post detailing how to set up a virtual lab of this [...]</description>
		<content:encoded><![CDATA[<p>[...] under VirtualBox were used to develop this tutorial. I have another blog post detailing how to set up a virtual lab of this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial – remote buffer overflow identification and exploitation by Bill&#8217;s Security Blog &#187; Blog Archive &#187; Metasploit module creation</title>
		<link>http://www.wrgross.com/blogs/security/2011/02/25/tutorial-%e2%80%93-remote-buffer-overflow-identification-and-exploitation/#comment-347</link>
		<dc:creator>Bill&#8217;s Security Blog &#187; Blog Archive &#187; Metasploit module creation</dc:creator>
		<pubDate>Mon, 04 Apr 2011 02:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=237#comment-347</guid>
		<description>[...] Bill&#8217;s Security Blog All manner of goodness respecting the secure operation of information systems.      &#171; Tutorial – remote buffer overflow identification and exploitation [...]</description>
		<content:encoded><![CDATA[<p>[...] Bill&#8217;s Security Blog All manner of goodness respecting the secure operation of information systems.      &laquo; Tutorial – remote buffer overflow identification and exploitation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux - Extract all tar files in a directory by Darren</title>
		<link>http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/#comment-344</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 08 Feb 2011 22:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/#comment-344</guid>
		<description>It's great that this comes up as one of the first results in Google - saved me trying to work it out myself! I had to make a slight change to the code because my gzipped tar files had .tgz file extensions, not tar.gz. I used...

for a in `ls -1 *.tgz`; do tar -zxvf $a; done</description>
		<content:encoded><![CDATA[<p>It&#8217;s great that this comes up as one of the first results in Google - saved me trying to work it out myself! I had to make a slight change to the code because my gzipped tar files had .tgz file extensions, not tar.gz. I used&#8230;</p>
<p>for a in `ls -1 *.tgz`; do tar -zxvf $a; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a pen-testing lab-in-a-box by Bill Gross</title>
		<link>http://www.wrgross.com/blogs/security/2009/11/08/setting-up-a-pen-testing-lab-in-a-box/#comment-314</link>
		<dc:creator>Bill Gross</dc:creator>
		<pubDate>Sat, 08 Jan 2011 10:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=188#comment-314</guid>
		<description>John - I don't have an authoritative answer for you.

From what I do know, it is possible for the physical adapter on the host to be connected to the Internet, and for all the virtual machines (connected to the same Internal Network ID) to be communicating with one another - but the virtual machines will NOT be able to interface with the Internet through the host's physical network connection.

I do not believe that a bridge interface is created when the Internal Network is used - thus preventing the possibility of data leakage through the loopback interface created on the host.

Bill</description>
		<content:encoded><![CDATA[<p>John - I don&#8217;t have an authoritative answer for you.</p>
<p>From what I do know, it is possible for the physical adapter on the host to be connected to the Internet, and for all the virtual machines (connected to the same Internal Network ID) to be communicating with one another - but the virtual machines will NOT be able to interface with the Internet through the host&#8217;s physical network connection.</p>
<p>I do not believe that a bridge interface is created when the Internal Network is used - thus preventing the possibility of data leakage through the loopback interface created on the host.</p>
<p>Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a pen-testing lab-in-a-box by john winkleton</title>
		<link>http://www.wrgross.com/blogs/security/2009/11/08/setting-up-a-pen-testing-lab-in-a-box/#comment-313</link>
		<dc:creator>john winkleton</dc:creator>
		<pubDate>Sun, 02 Jan 2011 17:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=188#comment-313</guid>
		<description>So..

Is the host only adapter swtiched on when internal networking is active? Can it be removed and still have guest communicate?</description>
		<content:encoded><![CDATA[<p>So..</p>
<p>Is the host only adapter swtiched on when internal networking is active? Can it be removed and still have guest communicate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a pen-testing lab-in-a-box by Jshmoe24</title>
		<link>http://www.wrgross.com/blogs/security/2009/11/08/setting-up-a-pen-testing-lab-in-a-box/#comment-305</link>
		<dc:creator>Jshmoe24</dc:creator>
		<pubDate>Sat, 28 Aug 2010 22:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=188#comment-305</guid>
		<description>Hey Bill,

Just wanted to say thank you. This was a very simple, quick to the point guide that helped me tremendously. It's really nice to have a little setup to test out my ethical hacking skills on. This was especially nice for me seeing as how I run Ubuntu as my host anyway and run backtrack 4 R1 and Windows Xp sp 3 as my guests. I found this info in the virtualbox help but It wasn't as straight forward as your blog was. You have me as a fan of the blog, thanks again!</description>
		<content:encoded><![CDATA[<p>Hey Bill,</p>
<p>Just wanted to say thank you. This was a very simple, quick to the point guide that helped me tremendously. It&#8217;s really nice to have a little setup to test out my ethical hacking skills on. This was especially nice for me seeing as how I run Ubuntu as my host anyway and run backtrack 4 R1 and Windows Xp sp 3 as my guests. I found this info in the virtualbox help but It wasn&#8217;t as straight forward as your blog was. You have me as a fan of the blog, thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What needs to be put in place to protect web servers from DOS attacks? by Orlando Stevenson</title>
		<link>http://www.wrgross.com/blogs/security/2008/10/27/what-needs-to-be-put-in-place-to-protect-web-servers-from-dos-attacks/#comment-275</link>
		<dc:creator>Orlando Stevenson</dc:creator>
		<pubDate>Sat, 26 Dec 2009 08:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=164#comment-275</guid>
		<description>It's worth noting that one particularly nasty DOS attack is &lt;a href="http://en.wikipedia.org/wiki/Sockstress" rel="nofollow"&gt;SockStress&lt;/a&gt;.  It doesnt require much in the way of resources, just a stateful TCP connection to the target.   Migitations center on just not letting communication take place - i.e. filtering or blocking the attacking system.

More: &lt;a href="https://www.cert.fi/haavoittuvuudet/2008/tcp-vulnerabilities.html" rel="nofollow"&gt;CERT-FI Advisory on the Outpost24 TCP Issues&lt;/a&gt; provide a number of vendor responses to this issue.</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth noting that one particularly nasty DOS attack is <a href="http://en.wikipedia.org/wiki/Sockstress" rel="nofollow">SockStress</a>.  It doesnt require much in the way of resources, just a stateful TCP connection to the target.   Migitations center on just not letting communication take place - i.e. filtering or blocking the attacking system.</p>
<p>More: <a href="https://www.cert.fi/haavoittuvuudet/2008/tcp-vulnerabilities.html" rel="nofollow">CERT-FI Advisory on the Outpost24 TCP Issues</a> provide a number of vendor responses to this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a pen-testing lab-in-a-box by Bill Gross</title>
		<link>http://www.wrgross.com/blogs/security/2009/11/08/setting-up-a-pen-testing-lab-in-a-box/#comment-265</link>
		<dc:creator>Bill Gross</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/?p=188#comment-265</guid>
		<description>True,

Since I ran through and did the install of BT4, I simply recompiled with LibSSH support.

I don't remember the exact steps, but here's a link to how to rebuild Hydra with support for LibSSH:
http://forums.remote-exploit.org/backtrack-4-package-feature-requests/23874-hydra-compiled-without-libssh-support.html

Bill</description>
		<content:encoded><![CDATA[<p>True,</p>
<p>Since I ran through and did the install of BT4, I simply recompiled with LibSSH support.</p>
<p>I don&#8217;t remember the exact steps, but here&#8217;s a link to how to rebuild Hydra with support for LibSSH:<br />
<a href="http://forums.remote-exploit.org/backtrack-4-package-feature-requests/23874-hydra-compiled-without-libssh-support.html" rel="nofollow">http://forums.remote-exploit.org/backtrack-4-package-feature-requests/23874-hydra-compiled-without-libssh-support.html</a></p>
<p>Bill</p>
]]></content:encoded>
	</item>
</channel>
</rss>

