<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alex.lauerman</id>
		<title>OWASP - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alex.lauerman"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Alex.lauerman"/>
		<updated>2026-05-30T18:20:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=WebGoat_Installation&amp;diff=54678</id>
		<title>WebGoat Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=WebGoat_Installation&amp;diff=54678"/>
				<updated>2009-02-17T21:49:32Z</updated>
		
		<summary type="html">&lt;p&gt;Alex.lauerman: Added section about installing to an existing server in last edit (minor edit this time).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;webgoat/&amp;gt;[[WebGoat User Guide Table of Contents]]&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
WebGoat is a platform independent environment.&lt;br /&gt;
It utilizes Apache Tomcat and the JAVA development environment.&lt;br /&gt;
Installers are provided for Microsoft Windows and UN*X environments, together with notes for installation on other platforms.&lt;br /&gt;
&lt;br /&gt;
==Installing Java and Tomcat ==&lt;br /&gt;
'''Note''': This may no longer be necessary for v5.&lt;br /&gt;
&lt;br /&gt;
===Installing Java===&lt;br /&gt;
# Install and deploy the approprite version from http://java.sun.com/downloads/ (1.4.1 or later)&lt;br /&gt;
&lt;br /&gt;
===Installing Tomcat===&lt;br /&gt;
# Install and deploy core Tomcat from http://tomcat.apache.org/download-55.cgi&lt;br /&gt;
&lt;br /&gt;
==Installing to Windows ==&lt;br /&gt;
# Unzip WebGoat-OWASP_Standard-5.2.zip to your working environment.&lt;br /&gt;
# To start Tomcat, browse to the WebGoat directory unzipped above and double click &amp;quot;webgoat.bat&amp;quot;&lt;br /&gt;
# Start your browser and browse to: &amp;lt;u&amp;gt;http://localhost/WebGoat/attack&amp;lt;/u&amp;gt; This link is case-sensitive. Make sure to use a large ‘W’ and ‘G’.&lt;br /&gt;
&lt;br /&gt;
==Installing to Linux ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Unzip WebGoat-OWASP_Standard-x.x.zip to your working directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Change &amp;quot;1.5&amp;quot; on lines 17, 19, and 23 of webgoat.sh to &amp;quot;1.6&amp;quot;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Since the latest version runs on a privileged port, you will need to start/stop WebGoat &amp;amp; Tomcat either:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol type=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;on port 80 as root:&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo sh webgoat.sh start80&lt;br /&gt;
sudo sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;or on port 8080:&amp;lt;pre&amp;gt;&lt;br /&gt;
sh webgoat.sh start8080&lt;br /&gt;
sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing to OS X (Tiger 10.4+) ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Unzip WebGoat-OWASP_Standard-x.x.zip to your working directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Change &amp;quot;1.5&amp;quot; on line 10 of webgoat.sh to &amp;quot;1.6&amp;quot;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Since the latest version runs on a privileged port, you will need to start/stop WebGoat &amp;amp; Tomcat either:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol type=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;on port 80 as root:&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo sh webgoat.sh start80&lt;br /&gt;
sudo sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;or on port 8080:&amp;lt;pre&amp;gt;&lt;br /&gt;
sh webgoat.sh start8080&lt;br /&gt;
sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing on FreeBSD ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Install Tomcat and Java from the ports collection:&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/ports/www/tomcat55&lt;br /&gt;
sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;You will be required to manually [http://www.FreeBSDFoundation.org/cgi-bin/download?download=diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 download the Java JDK] to install it.  Instructions are given by the ports system about when and how to do this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Unzip WebGoat-OWASP_Standard-x.x.zip to your working directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Change &amp;quot;1.5&amp;quot; on lines 17, 19, and 23 of webgoat.sh to &amp;quot;1.6&amp;quot;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Since the latest version runs on a privileged port, you will need to start/stop WebGoat &amp;amp; Tomcat either:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol type=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;on port 80 as root:&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo sh webgoat.sh start80&lt;br /&gt;
sudo sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;or on port 8080:&amp;lt;pre&amp;gt;&lt;br /&gt;
sh webgoat.sh start8080&lt;br /&gt;
sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Running ==&lt;br /&gt;
# Start your browser and browse to: &amp;lt;u&amp;gt;http://localhost/WebGoat/attack&amp;lt;/u&amp;gt;. Notice the capital 'W' and 'G'&lt;br /&gt;
# Login in as: user = guest, password = guest&lt;br /&gt;
&lt;br /&gt;
==Building ==&lt;br /&gt;
Skip these instructions if you are only interested in running WebGoat.&lt;br /&gt;
&lt;br /&gt;
WebGoat is built using eclipse WTP 1.5.x.  Please read the instructions at [http://webgoat.googlecode.com/svn/trunk/%20webgoat/main/HOW%20TO%20create%20the%20WebGoat%20workspace.txt Goodle code] to build the WebGoat application.&lt;br /&gt;
&lt;br /&gt;
==Installing WAR file to existing Tomcat server==&lt;br /&gt;
Place the .war file in your Tomcat webapps directory (it will self extract).  You'll need to resolve several issues that are outlined in the [http://code.google.com/p/webgoat/wiki/FAQ Webgoat FAQ].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Return to the [[WebGoat User Guide Table of Contents]]&lt;br /&gt;
[[Category:OWASP WebGoat Project]]&lt;/div&gt;</summary>
		<author><name>Alex.lauerman</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=WebGoat_Installation&amp;diff=54677</id>
		<title>WebGoat Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=WebGoat_Installation&amp;diff=54677"/>
				<updated>2009-02-17T21:48:16Z</updated>
		
		<summary type="html">&lt;p&gt;Alex.lauerman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;webgoat/&amp;gt;[[WebGoat User Guide Table of Contents]]&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
WebGoat is a platform independent environment.&lt;br /&gt;
It utilizes Apache Tomcat and the JAVA development environment.&lt;br /&gt;
Installers are provided for Microsoft Windows and UN*X environments, together with notes for installation on other platforms.&lt;br /&gt;
&lt;br /&gt;
==Installing Java and Tomcat ==&lt;br /&gt;
'''Note''': This may no longer be necessary for v5.&lt;br /&gt;
&lt;br /&gt;
===Installing Java===&lt;br /&gt;
# Install and deploy the approprite version from http://java.sun.com/downloads/ (1.4.1 or later)&lt;br /&gt;
&lt;br /&gt;
===Installing Tomcat===&lt;br /&gt;
# Install and deploy core Tomcat from http://tomcat.apache.org/download-55.cgi&lt;br /&gt;
&lt;br /&gt;
==Installing to Windows ==&lt;br /&gt;
# Unzip WebGoat-OWASP_Standard-5.2.zip to your working environment.&lt;br /&gt;
# To start Tomcat, browse to the WebGoat directory unzipped above and double click &amp;quot;webgoat.bat&amp;quot;&lt;br /&gt;
# Start your browser and browse to: &amp;lt;u&amp;gt;http://localhost/WebGoat/attack&amp;lt;/u&amp;gt; This link is case-sensitive. Make sure to use a large ‘W’ and ‘G’.&lt;br /&gt;
&lt;br /&gt;
==Installing to Linux ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Unzip WebGoat-OWASP_Standard-x.x.zip to your working directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Change &amp;quot;1.5&amp;quot; on lines 17, 19, and 23 of webgoat.sh to &amp;quot;1.6&amp;quot;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Since the latest version runs on a privileged port, you will need to start/stop WebGoat &amp;amp; Tomcat either:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol type=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;on port 80 as root:&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo sh webgoat.sh start80&lt;br /&gt;
sudo sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;or on port 8080:&amp;lt;pre&amp;gt;&lt;br /&gt;
sh webgoat.sh start8080&lt;br /&gt;
sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing to OS X (Tiger 10.4+) ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Unzip WebGoat-OWASP_Standard-x.x.zip to your working directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Change &amp;quot;1.5&amp;quot; on line 10 of webgoat.sh to &amp;quot;1.6&amp;quot;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Since the latest version runs on a privileged port, you will need to start/stop WebGoat &amp;amp; Tomcat either:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol type=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;on port 80 as root:&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo sh webgoat.sh start80&lt;br /&gt;
sudo sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;or on port 8080:&amp;lt;pre&amp;gt;&lt;br /&gt;
sh webgoat.sh start8080&lt;br /&gt;
sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing on FreeBSD ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Install Tomcat and Java from the ports collection:&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/ports/www/tomcat55&lt;br /&gt;
sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;You will be required to manually [http://www.FreeBSDFoundation.org/cgi-bin/download?download=diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 download the Java JDK] to install it.  Instructions are given by the ports system about when and how to do this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Unzip WebGoat-OWASP_Standard-x.x.zip to your working directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Change &amp;quot;1.5&amp;quot; on lines 17, 19, and 23 of webgoat.sh to &amp;quot;1.6&amp;quot;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Since the latest version runs on a privileged port, you will need to start/stop WebGoat &amp;amp; Tomcat either:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol type=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;on port 80 as root:&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo sh webgoat.sh start80&lt;br /&gt;
sudo sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;or on port 8080:&amp;lt;pre&amp;gt;&lt;br /&gt;
sh webgoat.sh start8080&lt;br /&gt;
sh webgoat.sh stop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Running ==&lt;br /&gt;
# Start your browser and browse to: &amp;lt;u&amp;gt;http://localhost/WebGoat/attack&amp;lt;/u&amp;gt;. Notice the capital 'W' and 'G'&lt;br /&gt;
# Login in as: user = guest, password = guest&lt;br /&gt;
&lt;br /&gt;
==Building ==&lt;br /&gt;
Skip these instructions if you are only interested in running WebGoat.&lt;br /&gt;
&lt;br /&gt;
WebGoat is built using eclipse WTP 1.5.x.  Please read the instructions at [http://webgoat.googlecode.com/svn/trunk/%20webgoat/main/HOW%20TO%20create%20the%20WebGoat%20workspace.txt Goodle code] to build the WebGoat application.&lt;br /&gt;
&lt;br /&gt;
==Deploying the WAR file to an existing Tomcat server==&lt;br /&gt;
Place the .war file in your Tomcat webapps directory (it will self extract).  You'll need to resolve several issues that are outlined in the [http://code.google.com/p/webgoat/wiki/FAQ Webgoat FAQ].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Return to the [[WebGoat User Guide Table of Contents]]&lt;br /&gt;
[[Category:OWASP WebGoat Project]]&lt;/div&gt;</summary>
		<author><name>Alex.lauerman</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Reviews_of_security_podcasts&amp;diff=49671</id>
		<title>Reviews of security podcasts</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Reviews_of_security_podcasts&amp;diff=49671"/>
				<updated>2008-12-21T21:53:05Z</updated>
		
		<summary type="html">&lt;p&gt;Alex.lauerman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've been listening to lots of Computer Security presentations on my iPod (MP3 files), and I've found them a great way to spend some of the 5 hours a week commuting time I have. I thought I'd share my opinion of the ones I've found, and maybe some of you can let us know your opinions of any security podcasts you know of. Most of these I found using iTunes as the podcast aggregator, but I've included their direct links and their own self description. I only included the ones you can subscribe to, not single podcasts.&lt;br /&gt;
Generally no one's background, experience or job is described in the podcast. None of these are particularly about web application security except MightySeek, but they can be interesting.  There are others explicitly about network or VOIP security that I have not included. I've included the iPod display and iTunes description in order to judge how easy it is to select the one you want on your iPod and to manage them in your library, like remembering which ones you've listened to and deleting them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Wire Weekly&lt;br /&gt;
&lt;br /&gt;
SearchSecurity.com's Security Wire Weekly audio download is a brief newscast recapping the week's top security news stories, as well as interesting developments that you may not have known about.&lt;br /&gt;
http://feeds.feedburner.com/blogspot/ZhKn;&lt;br /&gt;
JimW comment - just like it says, someone reading some news.;&lt;br /&gt;
iPod display - 'Security Wire Weekly' and the date. Nothing on items covered;&lt;br /&gt;
iTunes description - eventually lists the topics after telling you it's the Security Wire Weekly edition of some sort, the reporter, and their title.;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Now!&lt;br /&gt;
&lt;br /&gt;
TechTV's Leo Laporte and Steve Gibson take 20 to 30 minutes near the end of each week to discuss important issues of personal computer security. Sometimes we'll discuss something that just happened. Sometimes we'll talk about long-standing problems, concerns, or solutions. Either way, every week we endeavor to produce something interesting and important for every personal computer user. &lt;br /&gt;
http://www.grc.com/SecurityNow.htm;&lt;br /&gt;
JimW's Comments -This is the best of all. There is a single topic which is well explained; every 4th podcast is listener Q+A. ; &lt;br /&gt;
iPod display - The podcast name which appears in the iPod window contains the topic and episode #;&lt;br /&gt;
sound quality - very good;&lt;br /&gt;
format - Host/tech speaker - Steve Gibson does most of the talking with Leo asking useful questions and providing summations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PaulDotCom Security Weekly&lt;br /&gt;
&lt;br /&gt;
http://www.pauldotcom.com/security_weekly/ IT Security news, research, vulnerability discussions, and interviews.;&lt;br /&gt;
JimW comments - after 2 to 7 minutes discussing the hosts various personal events of the previous week, the topics mentioned above are discussed, with frequent non-topic asides. If you are familiar with the exploits, news, research etc. already, you will understand the discussion and comments, but frequently the situation, technology or procedures are not explained. ;&lt;br /&gt;
iPod display - 'PaulDotCom Security Weekly', episode, date.;&lt;br /&gt;
iTunes description - exactly the topics covered, up to episode 17. Descriptions for episodes 18 and on are just advertising, except for when there is an interview.;&lt;br /&gt;
sound quality - good for the 2 main speakers, poor for anyone else.;&lt;br /&gt;
format - host/cohost (both very technical), various others (also very technical).; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SploitCast&lt;br /&gt;
&lt;br /&gt;
Welcome to SploitCast, the podcast for hackers, geeks, and the security paranoid. &lt;br /&gt;
JimW coments - early podcasts were technical dudes discussing various computer security events, with frequent non topic asides. More recent ones have more technical content and interviews.;&lt;br /&gt;
iPod display - sploitcast and episode #;&lt;br /&gt;
iTunes description - full topic description;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
http://www.sploitcast.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SecurityCatalyst&lt;br /&gt;
&lt;br /&gt;
The independent information security podcast and blog with leading edge insights in an easy to understand format;&lt;br /&gt;
JimW comment - very diverse - technical; home user; enterprise level; homeland security. A few topics are discussed and well covered.;&lt;br /&gt;
iPod display - main topic or topics, sometimes preceded by 'Security Cataltyst' and episode #.;&lt;br /&gt;
iTunes description - very chatty long description about that show followed by topic list - never got to the end of the topic list. ;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
Format - usually single speaker or interview;&lt;br /&gt;
http://www.securitycatalyst.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
crypto-gram Security Podcast&lt;br /&gt;
&lt;br /&gt;
reading of Bruce Schneier's crypto-gram newsletter;&lt;br /&gt;
JimW comment - reading of Bruce Schneier's crypto-gram newsletter. The newsletter is Bruce's comments on events of all kinds (political, technical, scientific, computational), usually discussing some security aspect of that event. Useful to hear security aspects (anonymity, authentication, authorization, privacy, accountability, prevention, deterrence etc.) applied to real world events.;&lt;br /&gt;
format - reading of Bruce Schneier's crypto-gram newsletter;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description - each description has the same first 100 characters, I never got out to the whole description for any episode.;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
http://crypto-gram.libsyn.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mightyseek&lt;br /&gt;
&lt;br /&gt;
http://www.mightyseek.com/;&lt;br /&gt;
Mighty Seek is primarily a podcast about Web Application Security and Development. The show is put together by Dan Kuykendall and whoever else he can get to contribute. ;&lt;br /&gt;
JimW comment - you get to listen to 60 seconds of the 1960's Mighty Mouse cartoon show song at the start of each podcast; then a rambling presentation of content not too well organized, basic application security topics.;&lt;br /&gt;
format - single speaker;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - good topic description;&lt;br /&gt;
iTunes description - even better topic description but so long and chatty you can't see all of it unless you right click and choose description.;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AdventuresInSecurity&lt;br /&gt;
&lt;br /&gt;
http://www.adventuresinsecurity.com/podcasts.html;&lt;br /&gt;
Weekly News and Security Management Tip;&lt;br /&gt;
JimW comment - more large company issue oriented, very basic discussion of information security topics, standard recommendations.;&lt;br /&gt;
sound quality - too good; in the early shows the 's's are piercing and there's been some periodic electronic  chirping in the background. Later show sound quality very good.;&lt;br /&gt;
iPod display - episode # and topic.;&lt;br /&gt;
iTunes description- good description of topics.;&lt;br /&gt;
14 to 50 minutes, can start with lots or little news before getting to the 'topic', sometimes interesting discussion of the news. Topic discussion can last 5 to 20 minutes.;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CIO Strategy Center - Symantec&lt;br /&gt;
&lt;br /&gt;
a daily editorial resource offering innovative insights and security strategies for building an integrated, secure and resilient IT infrastructure.;&lt;br /&gt;
JimW comment - 6 to 12 minute interviews and single speaker discussions about CIO level issues, - general platitudes ;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - 'Podcast:' topic;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CSO&lt;br /&gt;
&lt;br /&gt;
http://www.csoonline.com/podcasts/index.html;&lt;br /&gt;
JimW comment - ;&lt;br /&gt;
sound quality - ;&lt;br /&gt;
iPod display - ;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Podcasts - CIO&lt;br /&gt;
&lt;br /&gt;
http://www.cio.com/podcasts/index.html;&lt;br /&gt;
sometimes same as CSO;&lt;br /&gt;
JimW comment - ;&lt;br /&gt;
sound quality - ;&lt;br /&gt;
iPod display - ;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LiveAmmo Computer Security News&lt;br /&gt;
&lt;br /&gt;
http://liveammo.blogspot.com/ and http://www.liveammo.com/LiveAmmo_Podcast_Archives.php&lt;br /&gt;
JimW comment - network forensics;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - 'Podcast:' topic;&lt;br /&gt;
iTunes description - very detailed;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Speaking of Security - the RSA Security Blog and Podcast.&lt;br /&gt;
&lt;br /&gt;
http://www.rsasecurity.com/blog/index.asp&lt;br /&gt;
5 to 10 minutes of RSA product and company news and occasional 3 to 4 minute interesting discusstion of information security topic by RSA staff.;&lt;br /&gt;
JimW comment - mostly product stuff;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - Speaking of Secuity podcast #;&lt;br /&gt;
iTunes description - good description of podcast topics;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ITC:Security - IT Conversations on Security&lt;br /&gt;
&lt;br /&gt;
http://www.itconversations.com/rss.html&lt;br /&gt;
JimW comment - interesting speakers;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description -; &lt;br /&gt;
&lt;br /&gt;
Cyberspeak&lt;br /&gt;
&lt;br /&gt;
Hosted by two former federal agents who investigated computer crime, this is a technology Podcast covering Computer Security, Computer Crime and Computer Forensics Topics.;&lt;br /&gt;
http://feeds.feedburner.com/Cyberspeak;&lt;br /&gt;
JimW comment - discussions and interviews on the stated topics;&lt;br /&gt;
sound quality - very good;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description - good;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Defcon Conferences - Available from iTunes&lt;br /&gt;
&lt;br /&gt;
Updates only come once a year, but they are great for filling up your MP3 player with hours of good information.&lt;br /&gt;
&lt;br /&gt;
http://www.defcon.org/podcast/defcon-15-audio.rss&lt;br /&gt;
http://www.defcon.org/podcast/defcon-15-video.rss&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blackhat Briefings - Available from iTunes&lt;br /&gt;
&lt;br /&gt;
Updates only come once a year, but they are great for filling up your MP3 player with hours of good information.  I've found the blackhat presentations to be more organized and consistent than the defcon podcasts.&lt;br /&gt;
&lt;br /&gt;
https://www.blackhat.com/html/bh-media-archives/bh-multimedia-archives-index.html&lt;/div&gt;</summary>
		<author><name>Alex.lauerman</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Reviews_of_security_podcasts&amp;diff=26372</id>
		<title>Reviews of security podcasts</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Reviews_of_security_podcasts&amp;diff=26372"/>
				<updated>2008-03-06T18:51:21Z</updated>
		
		<summary type="html">&lt;p&gt;Alex.lauerman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've been listening to lots of Computer Security presentations on my iPod (MP3 files), and I've found them a great way to spend some of the 5 hours a week commuting time I have. I thought I'd share my opinion of the ones I've found, and maybe some of you can let us know your opinions of any security podcasts you know of. Most of these I found using iTunes as the podcast aggregator, but I've included their direct links and their own self description. I only included the ones you can subscribe to, not single podcasts.&lt;br /&gt;
Generally no one's background, experience or job is described in the podcast. None of these are particularly about web application security except MightySeek, but they can be interesting.  There are others explicitly about network or VOIP security that I have not included. I've included the iPod display and iTunes description in order to judge how easy it is to select the one you want on your iPod and to manage them in your library, like remembering which ones you've listened to and deleting them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Wire Weekly&lt;br /&gt;
&lt;br /&gt;
SearchSecurity.com's Security Wire Weekly audio download is a brief newscast recapping the week's top security news stories, as well as interesting developments that you may not have known about.&lt;br /&gt;
http://feeds.feedburner.com/blogspot/ZhKn;&lt;br /&gt;
JimW comment - just like it says, someone reading some news.;&lt;br /&gt;
iPod display - 'Security Wire Weekly' and the date. Nothing on items covered;&lt;br /&gt;
iTunes description - eventually lists the topics after telling you it's the Security Wire Weekly edition of some sort, the reporter, and their title.;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Now!&lt;br /&gt;
&lt;br /&gt;
TechTV's Leo Laporte and Steve Gibson take 20 to 30 minutes near the end of each week to discuss important issues of personal computer security. Sometimes we'll discuss something that just happened. Sometimes we'll talk about long-standing problems, concerns, or solutions. Either way, every week we endeavor to produce something interesting and important for every personal computer user. &lt;br /&gt;
http://www.grc.com/SecurityNow.htm;&lt;br /&gt;
JimW's Comments -This is the best of all. There is a single topic which is well explained; every 4th podcast is listener Q+A. ; &lt;br /&gt;
iPod display - The podcast name which appears in the iPod window contains the topic and episode #;&lt;br /&gt;
sound quality - very good;&lt;br /&gt;
format - Host/tech speaker - Steve Gibson does most of the talking with Leo asking useful questions and providing summations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PaulDotCom Security Weekly&lt;br /&gt;
&lt;br /&gt;
http://www.pauldotcom.com/security_weekly/ IT Security news, research, vulnerability discussions, and interviews.;&lt;br /&gt;
JimW comments - after 2 to 7 minutes discussing the hosts various personal events of the previous week, the topics mentioned above are discussed, with frequent non-topic asides. If you are familiar with the exploits, news, research etc. already, you will understand the discussion and comments, but frequently the situation, technology or procedures are not explained. ;&lt;br /&gt;
iPod display - 'PaulDotCom Security Weekly', episode, date.;&lt;br /&gt;
iTunes description - exactly the topics covered, up to episode 17. Descriptions for episodes 18 and on are just advertising, except for when there is an interview.;&lt;br /&gt;
sound quality - good for the 2 main speakers, poor for anyone else.;&lt;br /&gt;
format - host/cohost (both very technical), various others (also very technical).; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SploitCast&lt;br /&gt;
&lt;br /&gt;
Welcome to SploitCast, the podcast for hackers, geeks, and the security paranoid. &lt;br /&gt;
JimW coments - early podcasts were technical dudes discussing various computer security events, with frequent non topic asides. More recent ones have more technical content and interviews.;&lt;br /&gt;
iPod display - sploitcast and episode #;&lt;br /&gt;
iTunes description - full topic description;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
http://www.sploitcast.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SecurityCatalyst&lt;br /&gt;
&lt;br /&gt;
The independent information security podcast and blog with leading edge insights in an easy to understand format;&lt;br /&gt;
JimW comment - very diverse - technical; home user; enterprise level; homeland security. A few topics are discussed and well covered.;&lt;br /&gt;
iPod display - main topic or topics, sometimes preceded by 'Security Cataltyst' and episode #.;&lt;br /&gt;
iTunes description - very chatty long description about that show followed by topic list - never got to the end of the topic list. ;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
Format - usually single speaker or interview;&lt;br /&gt;
http://www.securitycatalyst.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
crypto-gram Security Podcast&lt;br /&gt;
&lt;br /&gt;
reading of Bruce Schneier's crypto-gram newsletter;&lt;br /&gt;
JimW comment - reading of Bruce Schneier's crypto-gram newsletter. The newsletter is Bruce's comments on events of all kinds (political, technical, scientific, computational), usually discussing some security aspect of that event. Useful to hear security aspects (anonymity, authentication, authorization, privacy, accountability, prevention, deterrence etc.) applied to real world events.;&lt;br /&gt;
format - reading of Bruce Schneier's crypto-gram newsletter;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description - each description has the same first 100 characters, I never got out to the whole description for any episode.;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
http://crypto-gram.libsyn.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mightyseek&lt;br /&gt;
&lt;br /&gt;
http://www.mightyseek.com/;&lt;br /&gt;
Mighty Seek is primarily a podcast about Web Application Security and Development. The show is put together by Dan Kuykendall and whoever else he can get to contribute. ;&lt;br /&gt;
JimW comment - you get to listen to 60 seconds of the 1960's Mighty Mouse cartoon show song at the start of each podcast; then a rambling presentation of content not too well organized, basic application security topics.;&lt;br /&gt;
format - single speaker;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - good topic description;&lt;br /&gt;
iTunes description - even better topic description but so long and chatty you can't see all of it unless you right click and choose description.;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AdventuresInSecurity&lt;br /&gt;
&lt;br /&gt;
http://www.adventuresinsecurity.com/podcasts.html;&lt;br /&gt;
Weekly News and Security Management Tip;&lt;br /&gt;
JimW comment - more large company issue oriented, very basic discussion of information security topics, standard recommendations.;&lt;br /&gt;
sound quality - too good; in the early shows the 's's are piercing and there's been some periodic electronic  chirping in the background. Later show sound quality very good.;&lt;br /&gt;
iPod display - episode # and topic.;&lt;br /&gt;
iTunes description- good description of topics.;&lt;br /&gt;
14 to 50 minutes, can start with lots or little news before getting to the 'topic', sometimes interesting discussion of the news. Topic discussion can last 5 to 20 minutes.;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CIO Strategy Center - Symantec&lt;br /&gt;
&lt;br /&gt;
a daily editorial resource offering innovative insights and security strategies for building an integrated, secure and resilient IT infrastructure.;&lt;br /&gt;
JimW comment - 6 to 12 minute interviews and single speaker discussions about CIO level issues, - general platitudes ;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - 'Podcast:' topic;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CSO&lt;br /&gt;
&lt;br /&gt;
http://www.csoonline.com/podcasts/index.html;&lt;br /&gt;
JimW comment - ;&lt;br /&gt;
sound quality - ;&lt;br /&gt;
iPod display - ;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Podcasts - CIO&lt;br /&gt;
&lt;br /&gt;
http://www.cio.com/podcasts/index.html;&lt;br /&gt;
sometimes same as CSO;&lt;br /&gt;
JimW comment - ;&lt;br /&gt;
sound quality - ;&lt;br /&gt;
iPod display - ;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LiveAmmo Computer Security News&lt;br /&gt;
&lt;br /&gt;
http://liveammo.blogspot.com/ and http://www.liveammo.com/LiveAmmo_Podcast_Archives.php&lt;br /&gt;
JimW comment - network forensics;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - 'Podcast:' topic;&lt;br /&gt;
iTunes description - very detailed;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Speaking of Security - the RSA Security Blog and Podcast.&lt;br /&gt;
&lt;br /&gt;
http://www.rsasecurity.com/blog/index.asp&lt;br /&gt;
5 to 10 minutes of RSA product and company news and occasional 3 to 4 minute interesting discusstion of information security topic by RSA staff.;&lt;br /&gt;
JimW comment - mostly product stuff;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - Speaking of Secuity podcast #;&lt;br /&gt;
iTunes description - good description of podcast topics;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ITC:Security - IT Conversations on Security&lt;br /&gt;
&lt;br /&gt;
http://www.itconversations.com/rss.html&lt;br /&gt;
JimW comment - interesting speakers;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description -; &lt;br /&gt;
&lt;br /&gt;
Cyberspeak&lt;br /&gt;
&lt;br /&gt;
Hosted by two former federal agents who investigated computer crime, this is a technology Podcast covering Computer Security, Computer Crime and Computer Forensics Topics.;&lt;br /&gt;
http://feeds.feedburner.com/Cyberspeak;&lt;br /&gt;
JimW comment - discussions and interviews on the stated topics;&lt;br /&gt;
sound quality - very good;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description - good;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Defcon Conferences - Available from iTunes&lt;br /&gt;
&lt;br /&gt;
Updates only come once a year, but they are great for filling up your MP3 player with hours of good information.&lt;br /&gt;
&lt;br /&gt;
http://www.defcon.org/podcast/defcon-15-audio.rss&lt;br /&gt;
http://www.defcon.org/podcast/defcon-15-video.rss&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blackhat Briefings - Available from iTunes&lt;br /&gt;
&lt;br /&gt;
Updates only come once a year, but they are great for filling up your MP3 player with hours of good information.  I've found the blackhat presentations to be more organized and consistent than the defcon podcasts.&lt;/div&gt;</summary>
		<author><name>Alex.lauerman</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Reviews_of_security_podcasts&amp;diff=26367</id>
		<title>Reviews of security podcasts</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Reviews_of_security_podcasts&amp;diff=26367"/>
				<updated>2008-03-06T18:01:39Z</updated>
		
		<summary type="html">&lt;p&gt;Alex.lauerman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've been listening to lots of Computer Security presentations on my iPod (MP3 files), and I've found them a great way to spend some of the 5 hours a week commuting time I have. I thought I'd share my opinion of the ones I've found, and maybe some of you can let us know your opinions of any security podcasts you know of. Most of these I found using iTunes as the podcast aggregator, but I've included their direct links and their own self description. I only included the ones you can subscribe to, not single podcasts.&lt;br /&gt;
Generally no one's background, experience or job is described in the podcast. None of these are particularly about web application security except MightySeek, but they can be interesting.  There are others explicitly about network or VOIP security that I have not included. I've included the iPod display and iTunes description in order to judge how easy it is to select the one you want on your iPod and to manage them in your library, like remembering which ones you've listened to and deleting them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Wire Weekly&lt;br /&gt;
&lt;br /&gt;
SearchSecurity.com's Security Wire Weekly audio download is a brief newscast recapping the week's top security news stories, as well as interesting developments that you may not have known about.&lt;br /&gt;
http://feeds.feedburner.com/blogspot/ZhKn;&lt;br /&gt;
JimW comment - just like it says, someone reading some news.;&lt;br /&gt;
iPod display - 'Security Wire Weekly' and the date. Nothing on items covered;&lt;br /&gt;
iTunes description - eventually lists the topics after telling you it's the Security Wire Weekly edition of some sort, the reporter, and their title.;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Now!&lt;br /&gt;
&lt;br /&gt;
TechTV's Leo Laporte and Steve Gibson take 20 to 30 minutes near the end of each week to discuss important issues of personal computer security. Sometimes we'll discuss something that just happened. Sometimes we'll talk about long-standing problems, concerns, or solutions. Either way, every week we endeavor to produce something interesting and important for every personal computer user. &lt;br /&gt;
http://www.grc.com/SecurityNow.htm;&lt;br /&gt;
JimW's Comments -This is the best of all. There is a single topic which is well explained; every 4th podcast is listener Q+A. ; &lt;br /&gt;
iPod display - The podcast name which appears in the iPod window contains the topic and episode #;&lt;br /&gt;
sound quality - very good;&lt;br /&gt;
format - Host/tech speaker - Steve Gibson does most of the talking with Leo asking useful questions and providing summations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PaulDotCom Security Weekly&lt;br /&gt;
&lt;br /&gt;
http://www.pauldotcom.com/security_weekly/ IT Security news, research, vulnerability discussions, and interviews.;&lt;br /&gt;
JimW comments - after 2 to 7 minutes discussing the hosts various personal events of the previous week, the topics mentioned above are discussed, with frequent non-topic asides. If you are familiar with the exploits, news, research etc. already, you will understand the discussion and comments, but frequently the situation, technology or procedures are not explained. ;&lt;br /&gt;
iPod display - 'PaulDotCom Security Weekly', episode, date.;&lt;br /&gt;
iTunes description - exactly the topics covered, up to episode 17. Descriptions for episodes 18 and on are just advertising, except for when there is an interview.;&lt;br /&gt;
sound quality - good for the 2 main speakers, poor for anyone else.;&lt;br /&gt;
format - host/cohost (both very technical), various others (also very technical).; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SploitCast&lt;br /&gt;
&lt;br /&gt;
Welcome to SploitCast, the podcast for hackers, geeks, and the security paranoid. &lt;br /&gt;
JimW coments - early podcasts were technical dudes discussing various computer security events, with frequent non topic asides. More recent ones have more technical content and interviews.;&lt;br /&gt;
iPod display - sploitcast and episode #;&lt;br /&gt;
iTunes description - full topic description;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
http://www.sploitcast.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SecurityCatalyst&lt;br /&gt;
&lt;br /&gt;
The independent information security podcast and blog with leading edge insights in an easy to understand format;&lt;br /&gt;
JimW comment - very diverse - technical; home user; enterprise level; homeland security. A few topics are discussed and well covered.;&lt;br /&gt;
iPod display - main topic or topics, sometimes preceded by 'Security Cataltyst' and episode #.;&lt;br /&gt;
iTunes description - very chatty long description about that show followed by topic list - never got to the end of the topic list. ;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
Format - usually single speaker or interview;&lt;br /&gt;
http://www.securitycatalyst.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
crypto-gram Security Podcast&lt;br /&gt;
&lt;br /&gt;
reading of Bruce Schneier's crypto-gram newsletter;&lt;br /&gt;
JimW comment - reading of Bruce Schneier's crypto-gram newsletter. The newsletter is Bruce's comments on events of all kinds (political, technical, scientific, computational), usually discussing some security aspect of that event. Useful to hear security aspects (anonymity, authentication, authorization, privacy, accountability, prevention, deterrence etc.) applied to real world events.;&lt;br /&gt;
format - reading of Bruce Schneier's crypto-gram newsletter;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description - each description has the same first 100 characters, I never got out to the whole description for any episode.;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
http://crypto-gram.libsyn.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mightyseek&lt;br /&gt;
&lt;br /&gt;
http://www.mightyseek.com/;&lt;br /&gt;
Mighty Seek is primarily a podcast about Web Application Security and Development. The show is put together by Dan Kuykendall and whoever else he can get to contribute. ;&lt;br /&gt;
JimW comment - you get to listen to 60 seconds of the 1960's Mighty Mouse cartoon show song at the start of each podcast; then a rambling presentation of content not too well organized, basic application security topics.;&lt;br /&gt;
format - single speaker;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - good topic description;&lt;br /&gt;
iTunes description - even better topic description but so long and chatty you can't see all of it unless you right click and choose description.;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AdventuresInSecurity&lt;br /&gt;
&lt;br /&gt;
http://www.adventuresinsecurity.com/podcasts.html;&lt;br /&gt;
Weekly News and Security Management Tip;&lt;br /&gt;
JimW comment - more large company issue oriented, very basic discussion of information security topics, standard recommendations.;&lt;br /&gt;
sound quality - too good; in the early shows the 's's are piercing and there's been some periodic electronic  chirping in the background. Later show sound quality very good.;&lt;br /&gt;
iPod display - episode # and topic.;&lt;br /&gt;
iTunes description- good description of topics.;&lt;br /&gt;
14 to 50 minutes, can start with lots or little news before getting to the 'topic', sometimes interesting discussion of the news. Topic discussion can last 5 to 20 minutes.;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CIO Strategy Center - Symantec&lt;br /&gt;
&lt;br /&gt;
a daily editorial resource offering innovative insights and security strategies for building an integrated, secure and resilient IT infrastructure.;&lt;br /&gt;
JimW comment - 6 to 12 minute interviews and single speaker discussions about CIO level issues, - general platitudes ;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - 'Podcast:' topic;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CSO&lt;br /&gt;
&lt;br /&gt;
http://www.csoonline.com/podcasts/index.html;&lt;br /&gt;
JimW comment - ;&lt;br /&gt;
sound quality - ;&lt;br /&gt;
iPod display - ;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Podcasts - CIO&lt;br /&gt;
&lt;br /&gt;
http://www.cio.com/podcasts/index.html;&lt;br /&gt;
sometimes same as CSO;&lt;br /&gt;
JimW comment - ;&lt;br /&gt;
sound quality - ;&lt;br /&gt;
iPod display - ;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LiveAmmo Computer Security News&lt;br /&gt;
&lt;br /&gt;
http://liveammo.blogspot.com/ and http://www.liveammo.com/LiveAmmo_Podcast_Archives.php&lt;br /&gt;
JimW comment - network forensics;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - 'Podcast:' topic;&lt;br /&gt;
iTunes description - very detailed;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Speaking of Security - the RSA Security Blog and Podcast.&lt;br /&gt;
&lt;br /&gt;
http://www.rsasecurity.com/blog/index.asp&lt;br /&gt;
5 to 10 minutes of RSA product and company news and occasional 3 to 4 minute interesting discusstion of information security topic by RSA staff.;&lt;br /&gt;
JimW comment - mostly product stuff;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - Speaking of Secuity podcast #;&lt;br /&gt;
iTunes description - good description of podcast topics;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ITC:Security - IT Conversations on Security&lt;br /&gt;
&lt;br /&gt;
http://www.itconversations.com/rss.html&lt;br /&gt;
JimW comment - interesting speakers;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description -; &lt;br /&gt;
&lt;br /&gt;
Cyberspeak&lt;br /&gt;
&lt;br /&gt;
Hosted by two former federal agents who investigated computer crime, this is a technology Podcast covering Computer Security, Computer Crime and Computer Forensics Topics.;&lt;br /&gt;
http://feeds.feedburner.com/Cyberspeak;&lt;br /&gt;
JimW comment - discussions and interviews on the stated topics;&lt;br /&gt;
sound quality - very good;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description - good;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Defcon Conferences - Available from iTunes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blackhat Briefings - Available from iTunes&lt;/div&gt;</summary>
		<author><name>Alex.lauerman</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Reviews_of_security_podcasts&amp;diff=26366</id>
		<title>Reviews of security podcasts</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Reviews_of_security_podcasts&amp;diff=26366"/>
				<updated>2008-03-06T18:01:09Z</updated>
		
		<summary type="html">&lt;p&gt;Alex.lauerman: Added blackhat briefings and generalized defcon entry (removed year)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've been listening to lots of Computer Security presentations on my iPod (MP3 files), and I've found them a great way to spend some of the 5 hours a week commuting time I have. I thought I'd share my opinion of the ones I've found, and maybe some of you can let us know your opinions of any security podcasts you know of. Most of these I found using iTunes as the podcast aggregator, but I've included their direct links and their own self description. I only included the ones you can subscribe to, not single podcasts.&lt;br /&gt;
Generally no one's background, experience or job is described in the podcast. None of these are particularly about web application security except MightySeek, but they can be interesting.  There are others explicitly about network or VOIP security that I have not included. I've included the iPod display and iTunes description in order to judge how easy it is to select the one you want on your iPod and to manage them in your library, like remembering which ones you've listened to and deleting them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Wire Weekly&lt;br /&gt;
&lt;br /&gt;
SearchSecurity.com's Security Wire Weekly audio download is a brief newscast recapping the week's top security news stories, as well as interesting developments that you may not have known about.&lt;br /&gt;
http://feeds.feedburner.com/blogspot/ZhKn;&lt;br /&gt;
JimW comment - just like it says, someone reading some news.;&lt;br /&gt;
iPod display - 'Security Wire Weekly' and the date. Nothing on items covered;&lt;br /&gt;
iTunes description - eventually lists the topics after telling you it's the Security Wire Weekly edition of some sort, the reporter, and their title.;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Now!&lt;br /&gt;
&lt;br /&gt;
TechTV's Leo Laporte and Steve Gibson take 20 to 30 minutes near the end of each week to discuss important issues of personal computer security. Sometimes we'll discuss something that just happened. Sometimes we'll talk about long-standing problems, concerns, or solutions. Either way, every week we endeavor to produce something interesting and important for every personal computer user. &lt;br /&gt;
http://www.grc.com/SecurityNow.htm;&lt;br /&gt;
JimW's Comments -This is the best of all. There is a single topic which is well explained; every 4th podcast is listener Q+A. ; &lt;br /&gt;
iPod display - The podcast name which appears in the iPod window contains the topic and episode #;&lt;br /&gt;
sound quality - very good;&lt;br /&gt;
format - Host/tech speaker - Steve Gibson does most of the talking with Leo asking useful questions and providing summations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PaulDotCom Security Weekly&lt;br /&gt;
&lt;br /&gt;
http://www.pauldotcom.com/security_weekly/ IT Security news, research, vulnerability discussions, and interviews.;&lt;br /&gt;
JimW comments - after 2 to 7 minutes discussing the hosts various personal events of the previous week, the topics mentioned above are discussed, with frequent non-topic asides. If you are familiar with the exploits, news, research etc. already, you will understand the discussion and comments, but frequently the situation, technology or procedures are not explained. ;&lt;br /&gt;
iPod display - 'PaulDotCom Security Weekly', episode, date.;&lt;br /&gt;
iTunes description - exactly the topics covered, up to episode 17. Descriptions for episodes 18 and on are just advertising, except for when there is an interview.;&lt;br /&gt;
sound quality - good for the 2 main speakers, poor for anyone else.;&lt;br /&gt;
format - host/cohost (both very technical), various others (also very technical).; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SploitCast&lt;br /&gt;
&lt;br /&gt;
Welcome to SploitCast, the podcast for hackers, geeks, and the security paranoid. &lt;br /&gt;
JimW coments - early podcasts were technical dudes discussing various computer security events, with frequent non topic asides. More recent ones have more technical content and interviews.;&lt;br /&gt;
iPod display - sploitcast and episode #;&lt;br /&gt;
iTunes description - full topic description;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
http://www.sploitcast.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SecurityCatalyst&lt;br /&gt;
&lt;br /&gt;
The independent information security podcast and blog with leading edge insights in an easy to understand format;&lt;br /&gt;
JimW comment - very diverse - technical; home user; enterprise level; homeland security. A few topics are discussed and well covered.;&lt;br /&gt;
iPod display - main topic or topics, sometimes preceded by 'Security Cataltyst' and episode #.;&lt;br /&gt;
iTunes description - very chatty long description about that show followed by topic list - never got to the end of the topic list. ;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
Format - usually single speaker or interview;&lt;br /&gt;
http://www.securitycatalyst.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
crypto-gram Security Podcast&lt;br /&gt;
&lt;br /&gt;
reading of Bruce Schneier's crypto-gram newsletter;&lt;br /&gt;
JimW comment - reading of Bruce Schneier's crypto-gram newsletter. The newsletter is Bruce's comments on events of all kinds (political, technical, scientific, computational), usually discussing some security aspect of that event. Useful to hear security aspects (anonymity, authentication, authorization, privacy, accountability, prevention, deterrence etc.) applied to real world events.;&lt;br /&gt;
format - reading of Bruce Schneier's crypto-gram newsletter;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description - each description has the same first 100 characters, I never got out to the whole description for any episode.;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
http://crypto-gram.libsyn.com/;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mightyseek&lt;br /&gt;
&lt;br /&gt;
http://www.mightyseek.com/;&lt;br /&gt;
Mighty Seek is primarily a podcast about Web Application Security and Development. The show is put together by Dan Kuykendall and whoever else he can get to contribute. ;&lt;br /&gt;
JimW comment - you get to listen to 60 seconds of the 1960's Mighty Mouse cartoon show song at the start of each podcast; then a rambling presentation of content not too well organized, basic application security topics.;&lt;br /&gt;
format - single speaker;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - good topic description;&lt;br /&gt;
iTunes description - even better topic description but so long and chatty you can't see all of it unless you right click and choose description.;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AdventuresInSecurity&lt;br /&gt;
&lt;br /&gt;
http://www.adventuresinsecurity.com/podcasts.html;&lt;br /&gt;
Weekly News and Security Management Tip;&lt;br /&gt;
JimW comment - more large company issue oriented, very basic discussion of information security topics, standard recommendations.;&lt;br /&gt;
sound quality - too good; in the early shows the 's's are piercing and there's been some periodic electronic  chirping in the background. Later show sound quality very good.;&lt;br /&gt;
iPod display - episode # and topic.;&lt;br /&gt;
iTunes description- good description of topics.;&lt;br /&gt;
14 to 50 minutes, can start with lots or little news before getting to the 'topic', sometimes interesting discussion of the news. Topic discussion can last 5 to 20 minutes.;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CIO Strategy Center - Symantec&lt;br /&gt;
&lt;br /&gt;
a daily editorial resource offering innovative insights and security strategies for building an integrated, secure and resilient IT infrastructure.;&lt;br /&gt;
JimW comment - 6 to 12 minute interviews and single speaker discussions about CIO level issues, - general platitudes ;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - 'Podcast:' topic;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CSO&lt;br /&gt;
&lt;br /&gt;
http://www.csoonline.com/podcasts/index.html;&lt;br /&gt;
JimW comment - ;&lt;br /&gt;
sound quality - ;&lt;br /&gt;
iPod display - ;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Security Podcasts - CIO&lt;br /&gt;
&lt;br /&gt;
http://www.cio.com/podcasts/index.html;&lt;br /&gt;
sometimes same as CSO;&lt;br /&gt;
JimW comment - ;&lt;br /&gt;
sound quality - ;&lt;br /&gt;
iPod display - ;&lt;br /&gt;
iTunes description - ;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LiveAmmo Computer Security News&lt;br /&gt;
&lt;br /&gt;
http://liveammo.blogspot.com/ and http://www.liveammo.com/LiveAmmo_Podcast_Archives.php&lt;br /&gt;
JimW comment - network forensics;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - 'Podcast:' topic;&lt;br /&gt;
iTunes description - very detailed;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Speaking of Security - the RSA Security Blog and Podcast.&lt;br /&gt;
&lt;br /&gt;
http://www.rsasecurity.com/blog/index.asp&lt;br /&gt;
5 to 10 minutes of RSA product and company news and occasional 3 to 4 minute interesting discusstion of information security topic by RSA staff.;&lt;br /&gt;
JimW comment - mostly product stuff;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display - Speaking of Secuity podcast #;&lt;br /&gt;
iTunes description - good description of podcast topics;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ITC:Security - IT Conversations on Security&lt;br /&gt;
&lt;br /&gt;
http://www.itconversations.com/rss.html&lt;br /&gt;
JimW comment - interesting speakers;&lt;br /&gt;
sound quality - good;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description -; &lt;br /&gt;
&lt;br /&gt;
Cyberspeak&lt;br /&gt;
&lt;br /&gt;
Hosted by two former federal agents who investigated computer crime, this is a technology Podcast covering Computer Security, Computer Crime and Computer Forensics Topics.;&lt;br /&gt;
http://feeds.feedburner.com/Cyberspeak;&lt;br /&gt;
JimW comment - discussions and interviews on the stated topics;&lt;br /&gt;
sound quality - very good;&lt;br /&gt;
iPod display -; &lt;br /&gt;
iTunes description - good;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Defcon Conferences - Available from iTunes&lt;br /&gt;
&lt;br /&gt;
Blackhat Briefings - Available from iTunes&lt;/div&gt;</summary>
		<author><name>Alex.lauerman</name></author>	</entry>

	</feed>