<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>The Professional Security Testers Warehouse for the GPEN GSEC GCIH GREM CEH QISP Q/ISP OPST CPTS</title>
<link>http://www.professionalsecuritytesters.org</link>
<description>You need more than tools to defeat the adversary!</description>
<dc:language>en-us</dc:language>
<dc:creator>admins@cccure.org</dc:creator>
<dc:date>2010-03-10T20:24:37-05:00</dc:date>

<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2010-03-10T20:24:37-05:00</sy:updateBase>

<item>
<title>Get a FREE copy of the Hakin9 Magazine</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1157</link>
<description><![CDATA[<p><strong>NOTE FROM CLEMENT:<br><br>Here is another issue of Haking 9 being given away for FREE.&#160; It is a bit less than a year old but still VERY relevant to todays threat.&#160; The magazine will give you an idea of the content you usually find in Hakin9. ENJOY! </strong></p>
<p><strong>Clement<br></strong></p>
<p><strong>21st Century Hacking Techniques</strong></p>
<p><strong>Release Date: 2009-05</strong></p>
<div class="cms_edition_lead">
<p style="text-align: center;"><img src="http://hakin9.org/system/editions/photo1s/918/medium/h9_en_05_2009.jpg?1267007050" alt="H9_en_05_2009"></p>
<p style="text-align: center;">&#160;</p>
</div>
<ul>
<li> Free Issue to Download! 05/2009 <a href="http://hakin9.org/app/files/download?attachment=file1&#38;model=Edition&#38;model_id=918&#38;portal_id=109">05_2009.ZIP Click HERE to Download</a> 
<hr>
<strong><br>Articles in this issue</strong><br><br></li>
<li> <strong>Windows Timeline Analysis </strong>
<p>The increase in sophistication of the Microsoft (MS) Windows family of operating systems (Windows 2000, XP, 2003, Vista, 2008, and Windows 7) as well as that of cybercrime has long required a corresponding increase or upgrade in incident response and computer forensic analysis techniques.</p>
<hr>
- Harlan Carvey <br></li>
<li> <strong>Analyzing Malware Introduction to Advanced Topics </strong>
<p>In this final article in our three-part series on analyzing malware we will discuss more advanced topics. The topics we are going to include are: polymorphic code, metamorphic code, and alternative data stream.</p>
<hr>
- Jason Carpenter <br></li>
<li> <strong>Hacking ASLR &#38; Stack Canaries on Modern Linux </strong>
<p>This article will demonstrate methods used to hack stack canaries and Address Space Layout Randomization (ASLR) on modern Linux kernels running the PaX patch and newer versions of GCC.</p>
<hr>
- Stephen Sims <br></li>
<li><strong> Mashup Security </strong>
<p>Mashups will have a significant role in the future of Web 2.0, thanks to one of the most recent data interchange techniques: JSON. But what about security</p>
</li>
</ul>]]></description>
<guid isPermaLink="false">1157@http://www.professionalsecuritytesters.org</guid>
<dc:subject>Hakin9</dc:subject>
<dc:date>2010-03-04T22:50:58-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>Damn Vulnerable Web App (DVWA) 1.6.0 Relesed</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1156</link>
<description><![CDATA[<p>As seen on the great SecurityDatabase web site:&#160;<a href="http://www.security-database.com/"><strong> http://www.security-database.com/</strong></a></p>
<p><strong>D</strong>amn <strong>V</strong>ulnerable <strong>W</strong>eb <strong>A</strong>pp (DVWA) is a <a href="http://en.wikipedia.org/wiki/PHP">PHP</a>/<a href="http://en.wikipedia.org/wiki/MySQL">MySQL</a> web application that is damn vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, help web developers better understand the processes of securing web applications and aid teachers/students to teach/learn web application security in a class room environment.</p>
<div class="texte">
<p class="spip">Damn Vulnerable Web App (DVWA) is free software: you can redistribute it and/or modify it under the terms of the <a href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GNU General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
<div class="spip_document_191 spip_documents spip_documents_center"><a href="http://www.security-database.com/toolswatch/IMG/png/logo_dvwa.png"><img class=" format_png" style="height: 56px; width: 151px;" src="http://www.security-database.com/toolswatch/local/cache-vignettes/L151xH56/logo_dvwa-84d57.png" alt="PNG - 5.2 kb" width="151" height="56"></a></div>
<p class="spip"><strong>Version v1.0.6</strong></p>
<ul>
<li> Fixed a bug where the logo would not show on first time use. 03/09/2009 (ethicalhack3r)</li>
<li> Removed &#8217;current password&#8217; input box for low+med CSRF security. 03/09/2009 (ethicalhack3r)</li>
<li> Added an article which was written for OWASP Turkey. 03/10/2009 (ethicalhack3r)</li>
<li> Added more toubleshooting information. 02/10/2009 (ethicalhack3r)</li>
<li> Stored XSS high now sanitises output. 02/10/2009 (ethicalhack3r)</li>
<li> Fixed a &#8217;bug&#8217; in XSS stored low which made it not vulnerable. 02/10/2009 (ethicalhack3r)</li>
<li> Rewritten command execution high to use a whitelist. 30/09/09 (ethicalhack3r)</li>
<li> Fixed a command execution vulnerability in exec high. 17/09/09 (ethicalhack3r)</li>
<li> Added some troubleshooting info for PHP 5.2.6 in readme.txt. 17/09/09 (ethicalhack3r)</li>
<li> Added the upload directory to the upload help. 17/09/09 (ethicalhack3r)</li>
</ul>
<p class="spip"><strong>Vulnerabilities</strong></p>
<ul>
<li> SQL Injection</li>
<li> XSS Stored/Reflected</li>
<li> LFI (Local File Inclusion)</li>
<li> RFI (Remote File Inclusion)</li>
<li> Command Execution</li>
<li> Upload Script</li>
<li> Login Brute Force</li>
<li> Full Path Disclosure</li>
<li> PHP-IDS</li>
<li> And much more...</li>
</ul>
<p class="spip"><strong>Installation </strong></p>
<ul>
<li> Installation video: <a href="http://www.youtube.com/watch?v=GzIj07jt8rM">YouTube</a>
<div class="spip_code" style="text-align: left;" dir="ltr"><br> Default username = admin<br> Default password = password<br></div>
</li>
</ul>
<p class="spip"><strong>Database Setup</strong> To set up the database, simply click on the Setup button in the main menu, then click on the <em>&#8217;Create / Reset Database&#8217;</em> button. This will create / reset the database for you with some data in.</p>
<p class="spip">If you receive an error while trying to create your database, make sure your database credentials are correct within <strong>/config/config.inc.php</strong></p>
<div class="spip_code" style="text-align: left;" dir="ltr"><br> $_DVWA[ 'db_user' ] = 'your_database_username';<br> $_DVWA[ 'db_password' ] = 'your_database_password';<br> $_DVWA[ 'db_database' ] = 'your_database_name';<br></div>
<p class="spip"><em>Everyone is welcome to contribute and help make DVWA as successful as it can be. With out the DVWA community DVWA would not be what it is today.</em></p>
<p class="spip"><strong>More information, Official Web Site</strong>: <strong><a href="http://www.dvwa.co.uk/">DVWA</a></strong></p>
</div>]]></description>
<guid isPermaLink="false">1156@http://www.professionalsecuritytesters.org</guid>
<dc:subject>Web_App_Sec</dc:subject>
<dc:date>2010-03-04T11:52:21-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>Xplico version 0.5.5: reconstruct attachment from a PCAP File</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1154</link>
<description><![CDATA[<p>About</p>
<p>The goal of Xplico is extract from an internet traffic capture the applications data contained.<br><br> For example, from a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols), all HTTP contents, each VoIP call (SIP), FTP, TFTP, and so on. Xplico isn&#8217;t a network protocol analyzer. <br><br><strong><a href="http://www.xplico.org/">Xplico </a></strong>is an open source Network Forensic Analysis Tool (NFAT).<br><br> <strong><a href="http://www.xplico.org/">Xplico </a></strong>is released under the GNU General Public License (see <a href="http://www.xplico.org/?page_id=18">License</a> for more details).</p>
<p>Features</p>
<ul>
<li>Protocols supported: <a href="http://www.xplico.org/?page_id=6">HTTP, SIP, IMAP, POP, SMTP, TCP, UDP, IPv6, &#8230;</a>;</li>
<li>Port Independent Protocol Identification (PIPI) for each application protocol;</li>
<li>Multithreading;</li>
<li>Output data and information in SQLite database or Mysql database and/or files;</li>
<li>At each data reassembled by Xplico is associated a XML file that uniquely identifies the flows and the pcap containing the data reassembled;</li>
<li>Realtime elaboration (depends on the number of flows, the types of protocols and by the performance of computer -RAM, CPU, HD access time, &#8230;-);</li>
<li>TCP reassembly with ACK verification for any packet or soft ACK verification;</li>
<li>Reverse DNS lookup from DNS packages contained in the inputs files (pcap), not from external DNS server;</li>
<li>No size limit on data entry or the number of files entrance (the only limit is HD size);</li>
<li>IPv4 and IPv6 support</li>
<li>Modularity. Each Xplico component is modular. The input interface, the protocol decoder (Dissector) and the output interface (dispatcer) are all modules</li>
<li> The ability to easily create any kind of dispatcer with which to organize the data extracted in the most appropriate and useful to you</li>
</ul>
<p><strong><a href="http://www.xplico.org/archives/583">Xplico version 0.5.5: WebMail</a></strong></p>
<p>Posted by: <strong><a href="http://www.xplico.org/archives/author/admin/">Gianluca C.</a></strong> on the <strong><a href="http://www.xplico.org/">Xplico web site</a></strong></p>
<div class="entry">
<p>In this version:</p>
<ul>
<li>migrating to SQLite3</li>
<li>telnet dissector</li>
<li>webmail dissector</li>
<li>webmail manipulator: Yahoo!, AOL, Hotmail (all without attachments)</li>
<li>Improved LLC dissector</li>
<li>Improved XI</li>
<li>script to check new release (only in source code)</li>
</ul>
<p>Hotmail (Live) depends on the language. Currently the languages supported are Italian and English.<br><br> Any feedback are welcome: <strong><a href="http://forum.xplico.org/">forum</a></strong>.</p>
<p>You can download  VirtualBox image, source code and Ubuntu 9.10 package <strong><a href="http://sourceforge.net/projects/xplico/files/">here</a></strong>.</p>
</div>]]></description>
<guid isPermaLink="false">1154@http://www.professionalsecuritytesters.org</guid>
<dc:subject>Sniffers</dc:subject>
<dc:date>2010-03-04T11:43:55-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>Nsploit (Popping boxes with Nmap) SecTor 2009</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1153</link>
<description><![CDATA[<p>AS SEEN ON THE SECURITYAEGIS BLOG AT:&#160;<strong> http://www.securityaegis.com/</strong></p>
<p><strong><a href="http://twitter.com/sussurro">Ryan Linn</a></strong> has started a project to bridge Nmap Scans all the way to exploitation using Metasploit.</p>
<p>Similar to the db_autopwn via fasttrack script (available in Backtrack 4), Nsploit does even more granular service level Nmap scanning to identify versions and exploits. Then passes of these to Metasploit and launches the pain at your target box.</p>
<p>It Uses Nmap&#8217;s NSE&#8217;s to trigger Metasploit commands via XMLRPC. Anything we can identify with an Nmap Script we can launch and get a shell&#8230; hopefully a meterpreter shell <img class="wp-smiley" src="http://www.securityaegis.com/wp-includes/images/smilies/icon_wink.gif" alt=";)"></p>
<p>Check out Ryans blog <strong><a href="http://blog.happypacket.net/">http://blog.happypacket.net/</a></strong> and learn more about Nsploit from the 2009 SecToor Presentation <strong><a href="http://www.securitytube.net/Nsploit-%28Popping-boxes-with-Nmap%29-SecTor-2009-video.aspx">Nsploit-(Popping-boxes-with-Nmap)</a></strong> hosted by securitytube.com.</p>
<p>PDF slides <strong><a href="http://www.sector.ca/presentations09/Popping%20boxes%20with%20Nmap.pdf">here</a></strong></p>
<p><strong><a href="http://trac.happypacket.net/">To Download Click HERE</a></strong></p>
<p><strong>Usage videos below:</strong></p>
<p><strong><a href="http://vimeo.com/9402088">Nsploit Multi-Host Ownage</a> from <a href="http://vimeo.com/sussurro">Ryan Linn</a> </strong></p>
<p class=" __noscriptOpaqued__"><strong> </strong></p>
<p><strong><a href="http://vimeo.com/9402050">Nsploit Single Host Ownage</a> from <a href="http://vimeo.com/sussurro">Ryan Linn</a></strong></p>
<p>Also see the wiki at:&#160;<strong> <a href="http://www.happypacket.net/">http://www.happypacket.net</a>&#160;&#160;</strong>&#160; They are supporting two projects BeEFSploit and Nsploit.</p>]]></description>
<guid isPermaLink="false">1153@http://www.professionalsecuritytesters.org</guid>
<dc:subject>NMAP</dc:subject>
<dc:date>2010-03-04T11:13:45-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>Fraudsters hone their attacks with spear phishing</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1152</link>
<description><![CDATA[<p>By Roger A. Grimes<br> Created <em>2010-03-02 03:00AM</em></p>
<p>&#160;</p>
<p>In my previous column, I said that the <a href="http://infoworld.com/d/security-central/world-hacked-and-its-users-fault-028?source=fssr">No. 1 way to reduce IT security risks</a> [1] in your organization is to "simply" prevent end-users from installing stuff they shouldn't. This, of course, is much easier said than done.</p>
<p>Although infected innocent Web sites results in a large percentage of security breaches, fraudulent emails still abound. Unfortunately, long gone are the days when it was easy to identify malicious <a href="http://www.infoworld.com/t/phishingpharming">phishing</a> [2] email by their strange subject lines and horrible grammar.</p>
<p><strong>[ InfoWorld's Roger Grimes explains how to stop data leaks in an enlightening 30-minute webcast,&#160;<a href="http://www.accelacomm.com/jaw/ifwtsr/13/50754841/?source=fssr">Data Loss Prevention</a> [3], which covers the tools and techniques used by experienced security pros. | Learn how to secure your systems with InfoWorld's free security <a href="http://www.infoworld.com/newsletters/subscribe?showlist=infoworld_sec_rpt&#38;source=fssr">newsletter</a> [4].]</strong></p>
<p>Today's phishers, at the very least, are grammatically correct. The ones without enough education or experience to use language correctly naturally made less money and fell out of the criminal business early on; either that, or they hired smarter people.</p>
<p>The next generation of phishing messages, which is still prevalent today, strongly resembles legitimate messages from our banks, cable companies, online electronic payment services, and credit card companies. Everything in the emails looks legitimate, including the graphics that originate from the real company's Website. (The ones that included a notice to watch out for fake phishing messages always made me giggle.) The only thing that's fake in the entire message is the link that victims are required to click to complete the requested action.</p>
<p>This form of phishing is pretty effective, but the messages at least contain a small clue (the bogus URL link) to users that they should evaluate the legitimacy of the request. Today's browsers, with antiphishing features, might even warn an end-user against loading the bogus site.</p>
<p>But now end-users are being targeted by a new form of phishing, called "spear phishing," which specifically targets a user or company. Spear-phishing emails look more authentic than the aforementioned breed, often including the user's complete name or referring to a real project that the user is working on. Spear phishers often gather this information by doing tactical research or even breaking into a database, and it's effective enough to fool even the savviest end-users.</p>
<p>Often these forms of phishing attempt to entice the end-user into running a Trojan horse program, which then compromises the computer and the company's network. Most of the companies I work with these days have been exploited by one of these spear phishing e-mails. If the end-user is running <a href="http://www.infoworld.com/t/malware">antimalware</a> [5] scanning software, the product may block the Trojan install.</p>
<p>To get around that previous mentioned potential blocks, phishing writers are now creating emails that do not contain any obvious malicious links. They don't ask users to visit bogus Websites or to install unexpected software. Rather, they attempt to fool a user or system admin into opening up holes in the company's network defenses.</p>
<p>Here's an example of one of these messages, sent to me by my friend and CISSP, Bob McCoy. It was addressed to him directly and appeared to come from his company's email service provider. (For brevity and safety, I've removed the vendor names, authentic-looking graphics, and links from the message.)</p>
<blockquote>
<p>Dear Valued Customer,</p>
<p>We are pleased to announce the go-live date for a new Data Center, scheduled to go live on April 19, 2010. <br>Please update your firewall rules to allow SMTP traffic on port 25 from the following IP address ranges:xxx.xxx.xxx.xxx/xx (xxx.xxx.xxx.xxx - xxx.xxx.xxx.xxx)xx.xxx.xxx.xx/xx (xx.xxx.xxx.xx - xx.xxx.xxx.xxx)</p>
<p>If you have settings on your e-mail server which control the IPs which are allowed to connect for e-mail relay please confirm that those settings are updated as well.</p>
<p>We will be able to test and verify connections one week prior to April 19, 2010. Additionally, we will be proactively running connection tests prior to the launch on behalf of all customers, and contacting you directly if we are unable to connect to any of your domains from ALL specified IP addresses for that domain.</p>
<p>Prior to the launch of the new IP addresses, we recommend that you set up and configure the Deferral Notification alerting feature for your domains using the Deferral Notification option on the Domain properties page in the Admin Center. The Deferral Notification alert feature sends a message to you when a customized threshold has been met or exceeded for deferred e-mail in your domain. After the new IP addresses are launched, this feature will help to ensure that e-mail sent to your domains is not deferred because of unsuccessful connection attempts to your network, and that you alerted in the event that e-mail is being deferred beyond your acceptable limits. For more information on how to set up the Deferral Notification alert feature, see the Admin Center Guide in the Resource Center.</p>
<p>Please refer to the Configuration subtab of the Administration Center for a complete list of IPs which should be allowed to connect to your environment at any time.</p>
<p>Simply analyzing the phishing message's contents would not reveal anything out of the ordinary. Unlike regular phishing e-mails, all links and e-mail addresses were legitimate. There were no bogus Web sites and no Trojan horse executables to install. Rather, the attackers are essentially instructing the victims to open up their e-mail server for spam relaying.</p>
</blockquote>
<p>Upon opening this message, Bob suspected the scam immediately. His suspicions were confirmed 10 minutes later when he received an identical message from another vendor. Others users have not been as lucky.</p>
<p>I'm already aware of several clients who've fallen for this scam. In each case, the victim remembered getting a similar sort of email message when they first signed on with a service and, thus, thought the bogus message was legitimate -- especially because their cloud/hosting providers keep bragging about all the new data centers they're continuing to bring online.</p>
<p>Other phishing messages have instructed users to disable their host-based <a href="http://www.infoworld.com/t/firewalls">firewalls</a> [6] and to open up unprotected network shares and enable overly permissive peer-to-peer file sharing. It makes the old days of hoax messages that caused users to delete legitimate operating system files seem relatively harmless.</p>
<p>As with any suspected phish email, recipients should contact the purported senders using another out-of-band method to confirm the legitimacy. Moreover, you should update your end-user education materials to include these sorts of phishing e-mails.</p>
<p><em>This story, "<a href="http://www.infoworld.com/d/security-central/fraudsters-hone-their-attacks-spear-phishing-086?source=footer">Fraudsters hone their attacks with spear phishing</a> [7]," was originally published at <a href="http://www.infoworld.com/?source=footer">InfoWorld.com</a> [8]. Follow the latest developments in <a href="http://www.infoworld.com/d/security-central?source=footer">security</a> [9] and read more of <a href="http://www.infoworld.com/blogs/roger-a.-grimes?source=footer">Roger Grimes's Security Adviser blog</a> [10] at InfoWorld.com.</em></p>]]></description>
<guid isPermaLink="false">1152@http://www.professionalsecuritytesters.org</guid>
<dc:subject>Phishing</dc:subject>
<dc:date>2010-03-04T11:11:11-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>2010 CWE/SANS Top 25 Most Dangerous Programming Errors</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1151</link>
<description><![CDATA[<p>The 2010 CWE/SANS Top 25 Most Dangerous Programming Errors is a list of the most widespread and critical programming errors that can lead to serious software vulnerabilities. They are often easy to find, and easy to exploit.</p>
<p>They are dangerous because they will frequently allow attackers to completely take over the software, steal data, or prevent the software from working at all.&#160; The Top 25 list is a tool for education and awareness to help programmers to<br>prevent the kinds of vulnerabilities that plague the software industry, by identifying and avoiding all-too-common mistakes that occur before software is even shipped.&#160;&#160;</p>
<p>Software customers can use the same list to help them to ask for more secure software. Researchers in software security can use the Top 25 to focus on a narrow but important subset of all known security weaknesses.</p>
<p>Finally, software managers and CIOs can use the Top 25 list as a measuring stick of progress in their efforts to secure their software.&#160;</p>
<p>The list is the result of collaboration between the SANS Institute, MITRE, and many top software security experts in the US and Europe. It leverages experiences in the development of the SANS Top 20 attack vectors http://www.sans.org/top20/) and MITRE's Common Weakness Enumeration (CWE) (http://cwe.mitre.org/).</p>
<p>MITRE maintains the CWE web site, with the support of the US Department of Homeland Security's National Cyber Security Division, presenting detailed descriptions of the top 25 programming errors along with authoritative guidance for mitigating and avoiding them. The CWE site contains data on more than 800 programming errors, design errors, and<br>architecture errors that can lead to exploitable vulnerabilities.</p>
<p>The 2010 Top 25 makes substantial improvements to the 2009 list, but the spirit and goals remain the same. The structure of the list has been modified to distinguish mitigations and general secure programming principles from more<br>concrete weaknesses. This year's Top 25 entries are prioritized using inputs from over 20 different organizations, who evaluated each weakness based on prevalence and importance. The new version introduces focus profiles that allow<br>developers and other users to select the parts of the Top 25 that are most relevant to their concerns. The new list also adds a small set of the most effective "Monster Mitigations," which help developers to reduce or eliminate<br>entire groups of the Top 25 weaknesses, as well as many of the other 800 weaknesses that are documented by CWE.</p>
<p>Finally, many high-level weaknesses from the 2009 list have been replaced with lower-level variants that are more<br>actionable.</p>
<p>Get your own copy at:&#160; <strong>http://cwe.mitre.org/top25/archive/2010/2010_cwe_sans_top25.pdf </strong></p>
<p>&#160;</p>]]></description>
<guid isPermaLink="false">1151@http://www.professionalsecuritytesters.org</guid>
<dc:subject>Web_App_Sec</dc:subject>
<dc:date>2010-03-04T11:02:15-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>Web Security DOJO V1.0 has been released</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1150</link>
<description><![CDATA[<p><strong>Web Security Dojo</strong></p>
<div class="type12txtbody">A free open-source self-contained training environment for Web Application Security penetration testing. Tools + Targets = Dojo<br><br></div>
<div class="type12txtbody"><strong>What?</strong></div>
<div class="type12txtbody">Various web application security testing tools and vulnerable web applications were added to a clean install of Ubuntu v9.10.<br><br></div>
<div class="type12txtbody"><strong>Why?</strong></div>
<div class="type12txtbody">
<div>The Web Security Dojo is for learning and practicing web app security testing techniques. It is ideal for training classes and conferences since it does not need a network connection. The Dojo contains everything needed to get started - tools, targets, and documentation.<br><br></div>
</div>
<div class="type12txtbody"><strong>Where?</strong></div>
<div class="type12txtbody">Download Web Security Dojo from<strong><a href="http://sourceforge.net/projects/websecuritydojo/files/"><br> http://sourceforge.net/projects/websecuritydojo/files/</a></strong>. <br><br></div>
<div class="type12txtbody"><strong>How?</strong></div>
<div class="type12txtbody">To install Dojo you can install and run <a href="http://www.virtualbox.org/">VirtualBox</a>, then "Import Appliance" using the Dojo's OVF file.<br> <a href="http://www.mavensecurity.com/documents/Dojo/VirtualBoxInstall4Dojo.pdf"><strong>Go here for Virtual Box instructions</strong>.</a> As of version 1.0 a VMware version is also provided.</div>
<div class="type12txtbody"><br></div>
<div class="type12txtbody"><strong>Who?<br></strong></div>
<div class="type12txtbody">Sponsored by Maven Security Consulting Inc<br> (performing web app security testing &#38; training since 1996<br><br><br>
<div>Convenient virtual machine image (<a href="http://sourceforge.net/projects/websecuritydojo/files/Version_1.0/dojo_v1.0-virtualbox.zip/download">VirtualBox</a> recommended, <a href="http://sourceforge.net/projects/websecuritydojo/files/Version_1.0/dojo_v1.0-vmware.zip/download">VMware</a> provided)<br><br></div>
<div>Targets include:</div>
<ul>
<li><a href="http://www.owasp.org/index.php/Category:OWASP_WebGoat_Project">OWASP's WebGoat v5.2</a></li>
<li><a href="http://sourceforge.net/projects/dvwa/">Damn Vulnerable Web App v1.0.6</a></li>
<li><a href="http://www.foundstone.com/us/resources/proddesc/hacmecasino.htm">Hacme Casino v1.0</a></li>
<li><a href="http://www.owasp.org/index.php/Category:OWASP_Insecure_Web_App_Project">OWASP InsecureWebApp v1.0</a></li>
<li>simple training targets by Maven Security (including REST and JSON)</li>
</ul>
<div>Tools:</div>
<ul>
<li><a href="http://portswigger.net/suite/">Burp Suite (free version) v1.3</a></li>
<li><a href="http://w3af.sourceforge.net/">w3af cvs version</a></li>
<li><a href="http://www.owasp.org/index.php/Category:OWASP_Skavenger_Project">OWASP Skavengerv0.6.2a</a></li>
<li><a href="http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project">OWASP Dirbuster v1.0 RC1</a></li>
<li><a href="http://www.parosproxy.org/index.shtml">Paros v3.2.13</a></li>
<li><a href="http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project">Webscarab v20070504-1631</a></li>
<li><a href="http://code.google.com/p/ratproxy/">Ratproxy v1.57-beta</a></li>
<li><a href="http://sqlmap.sourceforge.net/">sqlmap v0.7</a></li>
<li>helpful Firefox add-ons</li>
</ul>
</div>
<div class="type12txtbody">Upcoming Features: 
<ul>
<li>More tutorials and documentation, including video tutorials</li>
<li>ISO release of live CD version, for direct install to hard drive </li>
<li>More targets </li>
<li>More tools</li>
<li>Enhancements/contributions to existing tools and targets</li>
<li>Debian packages for existing tools and targets to enhance VM creation and collaboration with other projects.</li>
<li>More detailed future changes on SourceForge in the feature request and bug trackers</li>
</ul>
GET IT AT:&#160;<strong> http://sourceforge.net/projects/websecuritydojo/files/</strong><br></div>]]></description>
<guid isPermaLink="false">1150@http://www.professionalsecuritytesters.org</guid>
<dc:subject>Web_App_Sec</dc:subject>
<dc:date>2010-03-04T07:31:36-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>Pangolin 3.2.1.1020 Released</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1149</link>
<description><![CDATA[<p>Pangolin is an automatic SQL injection penetration testing tool developed by NOSEC.&#160; Its goal is to detect and take advantage of SQL injection</p>
<p>vulnerabilities on web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user"s specific DBMS tables/columns, run his own SQL statement, read specific files on the file system and more.</p>
<p><strong>Release Notes</strong><br> 1.Support Microsoft SQL Server 2008;<br> 2.Improved SQL Injection for MySQL. Support detecting function Unhex().<br> 3.New option added Scan-&#62;Extend scan mode. Optimize ability to Inject.<br> 4.Improved Cookie detection. Multiple URL redirection will be Inject correctly.</p>
<p><a href="http://www.nosec.org/2009/0920/75.html"> <strong>Pangolin FAQ</strong></a></p>
<p><strong> Netword &#38; Media resources: </strong></p>
<ol>
<li>PANGOLIN: Automatizaci&#243;n de inyecci&#243;n SQL&#65288;Spanish&#65289; <strong><a href="http://www.hacktimes.com/?q=node/57">http://www.hacktimes.com/?q=node/57</a></strong></li>
<li>Scanning an Oracle-based website with Pangolin (Flash)<br> <strong><a href="http://www.red-database-security.com/videos/oracle_videos.html">http://www.red-database-security.com/videos/oracle_videos.html</a></strong></li>
<li>Web Application Testing with Pangolin (Video &#38; Screenshot)<br> <strong><a href="http://blog.red-database-security.com/2009/03/05/web-application-testing-with-pangolin-video-screenshot/print/">http://blog.red-database-security.com/2009/03/05/web-application-testing-with-pangolin-video-screenshot/print/</a></strong></li>
</ol>
<p>Video Show</p>
<ul>
<li><strong><a href="http://www.nosec.org/2009/0920/71.html">Pangolin Video Demonstration</a></strong></li>
<li><strong><a href="http://www.nosec.org/2009/0906/10.html">Pangolin 3.0 Injection Digger</a></strong></li>
<li><strong><a href="http://www.nosec.org/2009/0906/9.html">Pangolin 3.0 datadumper</a></strong></li>
</ul>]]></description>
<guid isPermaLink="false">1149@http://www.professionalsecuritytesters.org</guid>
<dc:subject>Web_App_Sec</dc:subject>
<dc:date>2010-03-04T07:20:07-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>SQL Injection and Parameter Manipulation Video Clips</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1148</link>
<description><![CDATA[<p><strong>NOTE FROM CLEMENT:<br>These two videos are very nice videos that demonstrate in simple terms what SQL Injections are and also what is Parameter Tampering.&#160; It is not for the purpose to learn everything there is to know about the subject,&#160; that would take weeks,&#160; the goal is to educate people and developers on the issue.&#160;&#160; They are great because of their short length and I like the animations as well. &#160; One picture is worth a thousand words they say.&#160; In this case on minute of video clip is worth 10 minutes of talks. &#160;&#160; I will most certainly use them in some of my classes.&#160; Job well done.&#160;&#160; Clement</strong></p>
<p>One of the biggest challenges of the security community is to build true SDLC (Secure development Life Cycle).</p>
<p>The biggest obstacle is that application developers at large lack the know-how and motivation to address application risk.&#160; <br><br> At Checkmarx labs we thought that a new approach to application developers might help them cross the barrier.<br> We have developed as a pilot including two short animated clips that should help developers understand security flaws, how they can be detected and consequently prevented.</p>
<p>We built one clip for SQL Injection and another for Parameter Tampering - limited up to 5 minutes each.<br> <br> We would appreciate feedback from the OWASP community whether the effort is meaningful and should it be extended.<br><br> Please feel free to use the clips freely.<br> <br> The clips can be found at:<br> <br>SQL Injection :<strong> <a href="http://www.youtube.com/watch?v=vjDrseRLyuA&#38;hd=1">http://www.youtube.com/watch?v=vjDrseRLyuA&#38;hd=1</a></strong><br> <br>Parameter Tampering: <strong><a href="http://www.youtube.com/watch?v=l5LCDEDn7FY&#38;hd=1">http://www.youtube.com/watch?v=l5LCDEDn7FY&#38;hd=1</a></strong><br> <br> Yours,<br> <br> Maty Siman, CISSP<br> CTO<br> Checkmarx</p>]]></description>
<guid isPermaLink="false">1148@http://www.professionalsecuritytesters.org</guid>
<dc:subject>SQL</dc:subject>
<dc:date>2010-03-03T11:13:58-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

<item>
<title>HPING3 Cheatsheet</title>
<link>http://www.professionalsecuritytesters.org/modules.php?name=News&amp;file=article&amp;sid=1147</link>
<description><![CDATA[<p>HI,</p>
<p>After the NMAP cheatsheet version 5, we released one for hping (<a href="http://www.hping.org/">www.hping.org</a>).</p>
<p>We believe that having a quick reference tool is necessary because of its complexity, also including a description of the ICMP codes and the structure of TCP, IP, UDP and ICMP will be useful when combining this information with the appropriate hping flags to craft packets.</p>
<p>Also, some examples are enclosed in order to approach special requests with this awesome tool.</p>
<p>As weel as with the NMAP one, we released a translated version to spanish.</p>
<p>Find it at:&#160;<strong> <a href="http://www.securitybydefault.com/2010/02/hping3-cheatsheet.html">http://www.securitybydefault.com/2010/02/hping3-cheatsheet.html</a></strong></p>
<p>Spanish Version:<strong><br><a href="http://sbdtools.googlecode.com/files/hping3_cheatsheet_v1.0-ESP.pdf">http://sbdtools.googlecode.com/files/hping3_cheatsheet_v1.0-ESP.pdf</a></strong> <br> <br> English Version: <br> <strong><a href="http://sbdtools.googlecode.com/files/hping3_cheatsheet_v1.0-ENG.pdf">http://sbdtools.googlecode.com/files/hping3_cheatsheet_v1.0-ENG.pdf</a></strong></p>
<p>We are looking forward to your comments, and any suggestions are welcome.  Regards,</p>
<div class="moz-txt-sig">--  Alejandro Ramos -- aka dab<br><strong><a href="http://www.securitybydefault.com/">http://www.securitybydefault.com</a></strong></div>]]></description>
<guid isPermaLink="false">1147@http://www.professionalsecuritytesters.org</guid>
<dc:subject>Inthenews</dc:subject>
<dc:date>2010-03-03T10:57:45-05:00</dc:date>
<dc:creator>Posted by cdupuis</dc:creator>
</item>

</channel>
</rss>
