<?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 Thoughts on Security</title>
	<atom:link href="http://www.scriptjunkie.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptjunkie.us</link>
	<description>Something about Network Security. Exploits, research … profit!</description>
	<lastBuildDate>Fri, 17 May 2013 21:34:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Network Nightmare &#8211; PXE talk at Defcon by scriptjunkie</title>
		<link>http://www.scriptjunkie.us/2011/08/network-nightmare/#comment-3457</link>
		<dc:creator>scriptjunkie</dc:creator>
		<pubDate>Fri, 17 May 2013 21:34:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?p=397#comment-3457</guid>
		<description><![CDATA[Reza,
I have not tested this, but I believe the same basic PXE attack will work with UEFI by using linux EFI images. See http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/s1-netboot-pxe-config-efi.html for an example. 

Creating a secure configuration depends on what your motherboard supports. Intel now recommends the use of AMT (Active Management Technology) to perform remote out-of-band management. Is that supported on your motherboards?

Alternatively, if your hardware does not support secure alternatives, you will need to rely on switch/router features like ACL&#039;s to prevent any system other than the real PXE server from sending DHCP or TFTP messages.]]></description>
		<content:encoded><![CDATA[<p>Reza,<br />
I have not tested this, but I believe the same basic PXE attack will work with UEFI by using linux EFI images. See <a href="http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/s1-netboot-pxe-config-efi.html" rel="nofollow">http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/s1-netboot-pxe-config-efi.html</a> for an example. </p>
<p>Creating a secure configuration depends on what your motherboard supports. Intel now recommends the use of AMT (Active Management Technology) to perform remote out-of-band management. Is that supported on your motherboards?</p>
<p>Alternatively, if your hardware does not support secure alternatives, you will need to rely on switch/router features like ACL&#8217;s to prevent any system other than the real PXE server from sending DHCP or TFTP messages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Network Nightmare &#8211; PXE talk at Defcon by Reza</title>
		<link>http://www.scriptjunkie.us/2011/08/network-nightmare/#comment-3411</link>
		<dc:creator>Reza</dc:creator>
		<pubDate>Wed, 15 May 2013 11:01:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?p=397#comment-3411</guid>
		<description><![CDATA[Hello.
first Thank you for such a nice video. It helps me to find out some security bugs.
second I apologize for my bad english.
I must use pxe.
so I decide to use boot integrity services. but I can&#039;t find a way to add certificate to bis. so I decided to use UEFI for security.
can it bring security for me?
how can I run a server that uses pxe and works with secure keys?
can you help me please?]]></description>
		<content:encoded><![CDATA[<p>Hello.<br />
first Thank you for such a nice video. It helps me to find out some security bugs.<br />
second I apologize for my bad english.<br />
I must use pxe.<br />
so I decide to use boot integrity services. but I can&#8217;t find a way to add certificate to bis. so I decided to use UEFI for security.<br />
can it bring security for me?<br />
how can I run a server that uses pxe and works with secure keys?<br />
can you help me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sessionthief by scriptjunkie</title>
		<link>http://www.scriptjunkie.us/http-sessionthief/#comment-3111</link>
		<dc:creator>scriptjunkie</dc:creator>
		<pubDate>Sat, 27 Apr 2013 03:50:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?page_id=500#comment-3111</guid>
		<description><![CDATA[Thanks for the bug report! Should be fixed now.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the bug report! Should be fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sessionthief by genuix</title>
		<link>http://www.scriptjunkie.us/http-sessionthief/#comment-3103</link>
		<dc:creator>genuix</dc:creator>
		<pubDate>Thu, 25 Apr 2013 09:20:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?page_id=500#comment-3103</guid>
		<description><![CDATA[Hi sir,

Congrat for you so great work, realy apreciate it.

I tryed to compile it in the new Kali system i just installed.

Just to tell you about a possible typo in 2 files of the sessionthiefSRC:

nviewFrame.h:44:27: fatal error: processthread.h: No such file or directory
processThread.cpp:3:27: fatal error: processthread.h: No such file or directory
in both case i just correct the &quot;t&quot; to &quot;T&quot; in the included file name and is&#039;t compiled well.

Cheers 
Jeff]]></description>
		<content:encoded><![CDATA[<p>Hi sir,</p>
<p>Congrat for you so great work, realy apreciate it.</p>
<p>I tryed to compile it in the new Kali system i just installed.</p>
<p>Just to tell you about a possible typo in 2 files of the sessionthiefSRC:</p>
<p>nviewFrame.h:44:27: fatal error: processthread.h: No such file or directory<br />
processThread.cpp:3:27: fatal error: processthread.h: No such file or directory<br />
in both case i just correct the &#8220;t&#8221; to &#8220;T&#8221; in the included file name and is&#8217;t compiled well.</p>
<p>Cheers<br />
Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on msfgui by National CCDC Red Team &#8211; Fair and Balanced &#124; Strategic Cyber LLC</title>
		<link>http://www.scriptjunkie.us/msfgui/#comment-3099</link>
		<dc:creator>National CCDC Red Team &#8211; Fair and Balanced &#124; Strategic Cyber LLC</dc:creator>
		<pubDate>Wed, 24 Apr 2013 14:26:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?page_id=267#comment-3099</guid>
		<description><![CDATA[[...] they could task their own Beacons. Several tools were in play on the National CCDC Red Team. I saw msfgui, msfconsole, Core Impact, Dark Comet, and Cobalt Strike. There was some Armitage too early on, but [...]]]></description>
		<content:encoded><![CDATA[<p>[...] they could task their own Beacons. Several tools were in play on the National CCDC Red Team. I saw msfgui, msfconsole, Core Impact, Dark Comet, and Cobalt Strike. There was some Armitage too early on, but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on msfgui by Metasploit 4.6 sem interfaces gráficas! &#171; Evandro Villa Verde</title>
		<link>http://www.scriptjunkie.us/msfgui/#comment-3067</link>
		<dc:creator>Metasploit 4.6 sem interfaces gráficas! &#171; Evandro Villa Verde</dc:creator>
		<pubDate>Sun, 21 Apr 2013 04:03:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?page_id=267#comment-3067</guid>
		<description><![CDATA[[...] mais utilizado no universo conhecido, resolveu remover as duas interfaces gráficas Armitage e msfgui da sua nova versão, a [...]]]></description>
		<content:encoded><![CDATA[<p>[...] mais utilizado no universo conhecido, resolveu remover as duas interfaces gráficas Armitage e msfgui da sua nova versão, a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Economics in One Lesson by vesh</title>
		<link>http://www.scriptjunkie.us/2013/03/economics-in-one-lesson/#comment-3026</link>
		<dc:creator>vesh</dc:creator>
		<pubDate>Fri, 12 Apr 2013 21:25:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?p=744#comment-3026</guid>
		<description><![CDATA[Economics in one lesson is an awesome read, the broken window fallacy, especially. I believe Rothbard&#039;s Man, Economy, and State has some key items that I thought were missing, but would still be good entries. Namely, the evolution of money and central banking theory. Capital Based Economics by Dr. Garrison is a good supplement to Hazlit&#039;s book as well.]]></description>
		<content:encoded><![CDATA[<p>Economics in one lesson is an awesome read, the broken window fallacy, especially. I believe Rothbard&#8217;s Man, Economy, and State has some key items that I thought were missing, but would still be good entries. Namely, the evolution of money and central banking theory. Capital Based Economics by Dr. Garrison is a good supplement to Hazlit&#8217;s book as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on msfgui by Metasploit 4.6 &#8211; Now with less Open Source GUI &#124; Strategic Cyber LLC</title>
		<link>http://www.scriptjunkie.us/msfgui/#comment-3020</link>
		<dc:creator>Metasploit 4.6 &#8211; Now with less Open Source GUI &#124; Strategic Cyber LLC</dc:creator>
		<pubDate>Thu, 11 Apr 2013 12:00:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?page_id=267#comment-3020</guid>
		<description><![CDATA[[...] B. at Rapid7 stating that the next binary installer of Metasploit would ship without Armitage and msfgui. Metasploit 4.6 drops both programs. According to Tod, the Metasploit Framework repository on [...]]]></description>
		<content:encoded><![CDATA[<p>[...] B. at Rapid7 stating that the next binary installer of Metasploit would ship without Armitage and msfgui. Metasploit 4.6 drops both programs. According to Tod, the Metasploit Framework repository on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Code From A Non-Elevated Account At Any Time by Pentest Geek &#187; Scheduled tasks with S4U and on demand persistence</title>
		<link>http://www.scriptjunkie.us/2013/01/running-code-from-a-non-elevated-account-at-any-time/#comment-3019</link>
		<dc:creator>Pentest Geek &#187; Scheduled tasks with S4U and on demand persistence</dc:creator>
		<pubDate>Wed, 10 Apr 2013 23:47:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?p=717#comment-3019</guid>
		<description><![CDATA[[...] came across an interesting article by scriptjunkie (which you should really read) about running code on a machine at any time using [...]]]></description>
		<content:encoded><![CDATA[<p>[...] came across an interesting article by scriptjunkie (which you should really read) about running code on a machine at any time using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving shells with PrependMigrate by scriptjunkie</title>
		<link>http://www.scriptjunkie.us/2013/03/saving-shells-with-prependmigrate/#comment-2942</link>
		<dc:creator>scriptjunkie</dc:creator>
		<pubDate>Wed, 27 Mar 2013 01:11:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.scriptjunkie.us/?p=749#comment-2942</guid>
		<description><![CDATA[Fix is on the way up!]]></description>
		<content:encoded><![CDATA[<p>Fix is on the way up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
