<?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=Kingthorin</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=Kingthorin"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Kingthorin"/>
		<updated>2026-05-28T08:54:20Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category_talk:OWASP_SQLiX_Project&amp;diff=170373</id>
		<title>Category talk:OWASP SQLiX Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category_talk:OWASP_SQLiX_Project&amp;diff=170373"/>
				<updated>2014-03-19T13:36:47Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: /* If you're porting anyway why not add to an existing project? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Several Perl modules are required for SQLix to work, which aren't necessarily installed by default on your OS of choice.&lt;br /&gt;
&lt;br /&gt;
For my install (Fedora Core 6) here's the commands I used to setup&lt;br /&gt;
&lt;br /&gt;
perl -MCPAN -e shell&lt;br /&gt;
&lt;br /&gt;
cpan&amp;gt;install WWW::CheckSite&lt;br /&gt;
&lt;br /&gt;
cpan&amp;gt;install HTML::TreeBuilder&lt;br /&gt;
&lt;br /&gt;
cpan&amp;gt;install Tie::CharArray&lt;br /&gt;
&lt;br /&gt;
cpan&amp;gt;install Algorithm::Diff&lt;br /&gt;
&lt;br /&gt;
== Using URL files ==&lt;br /&gt;
&lt;br /&gt;
It isn't explained that the URL file e.g. crawler should be of the form: method URL queryparams &amp;lt;lf&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example&lt;br /&gt;
&lt;br /&gt;
GET  http://www.example.com/hello/&lt;br /&gt;
&lt;br /&gt;
POST http://www.example.com/hello/myform.php qs1=val1&amp;amp;qs2=val2&lt;br /&gt;
&lt;br /&gt;
== cedri.cc down ==&lt;br /&gt;
&lt;br /&gt;
cedri.cc appears to be having DNS issues. Is it possible to have this code mirrored on the sourceforge or something similar for times like these? :)&lt;br /&gt;
&lt;br /&gt;
== This is NOT open source / available for us to use? ==&lt;br /&gt;
&lt;br /&gt;
The source code of SQLiX.pl says&lt;br /&gt;
 Copyright 2006 Cedric COCHIN, All Rights Reserved.&lt;br /&gt;
which would mean, especially in the absence of any GPL or other license, that we do not have the right to download much less use or modify this tool. So why bother listing it here? (Of course, you can't '''see''' the copyright message until after you already made a copy and unzipped it.)&lt;br /&gt;
&lt;br /&gt;
I can not get the -file option to work. I've created a text file with the following line&lt;br /&gt;
GET http://test.accunetix.com&lt;br /&gt;
&lt;br /&gt;
But it does not return any results and the program ends much too quickly for any scanning to take place.&lt;br /&gt;
&lt;br /&gt;
If I run &lt;br /&gt;
perl SQLiX.pl -crawl http://test.acunetix.com -exploit -all -v=2&lt;br /&gt;
&lt;br /&gt;
The program works as expected. Any ideas?&lt;br /&gt;
&lt;br /&gt;
== If you're porting anyway why not add to an existing project? ==&lt;br /&gt;
&lt;br /&gt;
If you're working on porting perl to python why not integrate this functionality into OWASP ZAP?&lt;br /&gt;
&lt;br /&gt;
https://groups.google.com/forum/#!topic/zaproxy-develop/AIUd6MVS1PU&lt;br /&gt;
&lt;br /&gt;
Either as an extension or base addition to the project. I know it would mean java development instead of python but it would get this out to a wider community and improve things for everyone. [[User:Kingthorin|Kingthorin]] ([[User talk:Kingthorin|talk]]) 08:36, 19 March 2014 (CDT)&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Startup&amp;diff=29727</id>
		<title>OWASP Testing Guide v3 Startup</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Startup&amp;diff=29727"/>
				<updated>2008-05-23T14:15:29Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: Highlight Answers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Planning the new OWASP Testing Guide v3 ==&lt;br /&gt;
&lt;br /&gt;
'''3rd October 2007: Startup v3''' &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Testing Guide v2 was a great success, with thousand download and many many Companies that have adopted it as standard for a Web Application Penetration Testing. &amp;lt;br&amp;gt;&lt;br /&gt;
Now we would like to begin a new project that is based on v2 but improve it and complete it. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In the OWASP Testing Guide v2 we have split the set of tests in 8 sub-categories: &lt;br /&gt;
* Information Gathering &lt;br /&gt;
* Business Logic Testing &lt;br /&gt;
* Authentication Testing &lt;br /&gt;
* Session Management Testing &lt;br /&gt;
* Data Validation Testing &lt;br /&gt;
* Denial of Service Testing &lt;br /&gt;
* Web Services Testing &lt;br /&gt;
* AJAX Testing&lt;br /&gt;
&lt;br /&gt;
The following are my thoughts about the new OWASP Testing Guide v3:&lt;br /&gt;
&lt;br /&gt;
1) Authorization testing missing. As Jeff and Dave said many time before it's important to create a new category.&amp;lt;br&amp;gt;&lt;br /&gt;
* This should include things which were in v1 but dropped from v2, like: OWASP-AC-003 :	Authorization Parameter Manipulation, OWASP-AC-004 : Authorized pages/functions &lt;br /&gt;
2)	Information gathering is not a set of vulnerabilities --&amp;gt; not in report --&amp;gt; new category: Passive mode &amp;lt;br&amp;gt;&lt;br /&gt;
3)	Business logic testing --&amp;gt; not in report --&amp;gt; Passive mode  &amp;lt;br&amp;gt;&lt;br /&gt;
4)	Infrastructural test --&amp;gt; new category &amp;lt;br&amp;gt;&lt;br /&gt;
5)	Web Services section needs improvement &amp;lt;br&amp;gt;&lt;br /&gt;
6)	AJAX Testing section needs improvement &amp;lt;br&amp;gt;&lt;br /&gt;
7)	New category: Client side Testing. AJAX and Flash Testing  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This [http://www.owasp.org/index.php/Image:Planning_OTGv3.doc document] analyzes the OWASP Testing Guide v2 vulnerabilities and a plan for create the new v3.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following clarifications/considerations also need to be made in preparation for v3:&amp;lt;br&amp;gt;&lt;br /&gt;
1) Are &amp;quot;OWASP-AUTHN-001 : Authentication endpoint request should be HTTPS&amp;quot; and &amp;quot;OWASP-AUTHN-003 : Credentials transport over an encrypted channel&amp;quot; as they were in v1 fully covered by &amp;quot;OWASP-IG-005 : SSL/TLS Testing&amp;quot;? '''--&amp;gt; no, we need to create a new test in authentication testing'''&amp;lt;br&amp;gt;&lt;br /&gt;
2) Are &amp;quot;OWASP-AUTHN-009 : Password Structure&amp;quot; and &amp;quot;OWASP-AUTHN-010 : Blank Passwords&amp;quot; as they were in v1 fully covered by OWASP-AT-003 &amp;amp; OWASP-AT-001? '''--&amp;gt; Yes'''&amp;lt;br&amp;gt;&lt;br /&gt;
3) Are all 5 AUTHSM references as they were in v1 fully covered by &amp;quot;OWASP-SM-001 : Session Management Schema&amp;quot;?&amp;lt;br&amp;gt;&lt;br /&gt;
4) What does &amp;quot;OWASP-DP-001 : Sensitive Data in HTML&amp;quot; fall under in v2/v3?&amp;lt;br&amp;gt;&lt;br /&gt;
5) Are all the SSL Data protection references (DP-003 through DP-007) from v1 fall under &amp;quot;OWASP-IG-005 : SSL/TLS Testing&amp;quot;?&amp;lt;br&amp;gt;&lt;br /&gt;
6) Is &amp;quot;OWASP-DS-001 : Locking Customer Accounts&amp;quot; a subset of AUTHN-008 in v1 or AT-006 in v2 or is it really an item on it's own?&amp;lt;br&amp;gt;&lt;br /&gt;
7) Are &amp;quot;OWASP-EH-002 : User Error Messages&amp;quot; and &amp;quot;OWASP-EH-001 : Application Error Messages&amp;quot; as they were in v1 meant to fall under &amp;quot;OWASP-IG-004 : Analysis of Error Codes&amp;quot;? If so where would things like overly specific authentication errors appear in the report? (If I understand correctly Information gathering isn't going to be reported) [This would be things like errors messages which actually specify &amp;quot;invalid username&amp;quot; or &amp;quot;invalid password&amp;quot; instead of &amp;quot;Error: the credentials provided are invalid&amp;quot; or similar generic messaging.] '''--&amp;gt; yes'''&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=29596</id>
		<title>OWASP Testing Guide v3 Table of Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=29596"/>
				<updated>2008-05-20T12:58:07Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: Format like other sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
'''20th May 2008'''&lt;br /&gt;
This is the draft of table of content of the New Testing Guide.&lt;br /&gt;
You can download the stable version [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_pdf.zip here] or read it on line [http://www.owasp.org/index.php/OWASP_Testing_Guide_v2_Table_of_Contents here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Testing Guide v3 (draft 20th May 2008)&lt;br /&gt;
&lt;br /&gt;
The core index is the OTG v2. (new): new articles, (toimp): needs to improve&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Foreword|(toimp)Foreword by OWASP Chair]]==&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Frontispiece |(toimp)1. Frontispiece]]==&lt;br /&gt;
&lt;br /&gt;
'''[[Testing Guide Frontispiece|(toimp)1.1 About the OWASP Testing Guide Project]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[About The Open Web Application Security Project|1.2 About The Open Web Application Security Project]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Introduction|2. Introduction]]==&lt;br /&gt;
&lt;br /&gt;
'''2.1 The OWASP Testing Project'''&lt;br /&gt;
&lt;br /&gt;
'''2.2 Principles of Testing'''&lt;br /&gt;
&lt;br /&gt;
'''2.3 Testing Techniques Explained''' &lt;br /&gt;
&lt;br /&gt;
(new) 2.4 Security requirements test derivation, functional and non functional test requirements, and test cases through use and misuse cases&lt;br /&gt;
&lt;br /&gt;
(new) 2.4.1 Security tests integrated in developers and testers workflows&lt;br /&gt;
&lt;br /&gt;
(new) 2.4.2 Developers' security tests: Unit Tests, component level tests, etc&lt;br /&gt;
&lt;br /&gt;
(new) 2.4.3 Functional testers' security tests: integrated system tests, tests in UAT, and production environment&lt;br /&gt;
&lt;br /&gt;
(new) 2.5 Security test data analysis and reporting: root cause identification and business/role case test data reporting&lt;br /&gt;
&lt;br /&gt;
==[[The OWASP Testing Framework|3. The OWASP Testing Framework]]==&lt;br /&gt;
&lt;br /&gt;
'''3.1. Overview'''&lt;br /&gt;
&lt;br /&gt;
'''3.2. Phase 1: Before Development Begins '''&lt;br /&gt;
&lt;br /&gt;
'''3.3. Phase 2: During Definition and Design'''&lt;br /&gt;
&lt;br /&gt;
'''3.4. Phase 3: During Development'''&lt;br /&gt;
&lt;br /&gt;
'''3.5. Phase 4: During Deployment'''&lt;br /&gt;
&lt;br /&gt;
'''3.6. Phase 5: Maintenance and Operations'''&lt;br /&gt;
&lt;br /&gt;
'''3.7. A Typical SDLC Testing Workflow '''&lt;br /&gt;
&lt;br /&gt;
==[[Web Application Penetration Testing |4. (toimp) Web Application Penetration Testing ]]==&lt;br /&gt;
&lt;br /&gt;
[[Testing: Introduction and objectives|'''4.1 Introduction and Objectives''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Information Gathering|'''(toimp) 4.2 Information Gathering''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Web Application Fingerprint|4.2.1 (toimp) Testing Web Application Fingerprint]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Application Discovery|4.2.2 Application Discovery]]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Spiders Robots and Crawlers|(new:Christian Heinrich)4.2.3 Spiders, Robots and Crawlers]]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Search engine discovery|(new:Christian Heinrich)4.2.4 Search Engine Discovery/Reconnaissance&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Error Code|(toimp)4.2.5 Analysis of Error Codes]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for infrastructure configuration management|4.2.6 Infrastructure &lt;br /&gt;
Configuration Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SSL-TLS|4.2.6.1 SSL/TLS Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DB Listener|4.2.6.2 DB Listener Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for application configuration management|4.2.7 Application Configuration Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for file extensions handling|4.2.7.1 Testing for File Extensions Handling]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for old_file|4.2.7.2 Old, backup and unreferenced files]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for business logic|'''(toimp)4.3 Business Logic Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for authentication|'''(toimp)4.4 Authentication Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for credentials transport|(new)4.4.1 Credentials transport over an encrypted channel]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Default or Guessable User Account|4.4.2 Testing for Guessable (Dictionary) User Account]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Brute Force|4.4.3 Brute Force Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Bypassing Authentication Schema|4.4.4 Testing for bypassing authentication schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Directory Traversal|4.4.5 Testing for directory traversal/file include]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Vulnerable Remember Password and Pwd Reset|4.4.6 Testing for vulnerable remember &lt;br /&gt;
password and pwd reset]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Logout and Browser Cache Management|4.4.7 Testing for Logout and Browser Cache Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Authorization|'''(new) 4.x Authorization testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Path Traversal|(new) 4.x.x Testing for Path Traversal]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Bypassing Authorization Schema|(new)4.x.x Testing for bypassing authorization schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing fot Privilege escalation|(new)4.x.x Testing for Privilege Escalation]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Session Management|'''4.5 Session Management Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Session_Management_Schema|4.5.1 Testing for Session Management Schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Cookie and Session Token Manipulation|(new)4.5.2 Test the token strength (old 4.5.2 Testing for Cookie and Session Token Manipulation)]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Exposed Session Variables|4.5.3 Testing for Exposed Session Variables ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for CSRF|4.5.4 Testing for CSRF]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for HTTP Exploit|4.5.5 Testing for HTTP Exploit ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Data Validation|'''4.6 Data Validation Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Reflected Cross site scripting|(new)4.6.1 Testing for Reflected Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Stored Cross site scripting|(new)4.6.2 Testing for Stored Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DOM-based Cross site scripting|4.6.3 Testing for DOM based Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Cross site flashing|(new)4.6.4 Testing for Cross Site Flashing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for HTTP Methods and XST|4.6.1.1 Testing for HTTP Methods and XST ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SQL Injection|4.6.2 Testing for SQL Injection ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Oracle|4.6.2.1 Oracle Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for MySQL|4.6.2.2 MySQL Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SQL Server|4.6.2.3 SQL Server Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for LDAP Injection|4.6.3 Testing for LDAP Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for ORM Injection|4.6.4 Testing for ORM Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Injection|4.6.5 Testing for XML Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SSI Injection|4.6.6 Testing for SSI Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XPath Injection|4.6.7 Testing for XPath Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for IMAP/SMTP Injection|4.6.8 IMAP/SMTP Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Code Injection|4.6.9 Testing for Code Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Command Injection|4.6.10 Testing for Command Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Buffer Overflow|4.6.11 Testing for Buffer overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Heap Overflow|4.6.11.1 Testing for Heap overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Stack Overflow|4.6.11.2 Testing for Stack overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Format String|4.6.11.3 Testing for Format string]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Incubated Vulnerability|4.6.12 Testing for incubated vulnerabilities]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Denial of Service|'''4.7 Testing for Denial of Service''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Locking Customer Accounts|4.7.1 Testing for DoS Locking Customer Accounts]]	&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Buffer Overflows|4.7.2 Testing for DoS Buffer Overflows]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS User Specified Object Allocation|4.7.3 Testing for DoS User Specified Object Allocation]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for User Input as a Loop Counter|4.7.4 Testing for User Input as a Loop Counter]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Writing User Provided Data to Disk|4.7.5 Testing for Writing User Provided Data to Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Failure to Release Resources|4.7.6 Testing for DoS Failure to Release Resources]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Storing too Much Data in Session|4.7.7 Testing for Storing too Much Data in Session]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Web Services|'''4.8 Web Services Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Structural|4.8.1 XML Structural Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Content-Level|4.8.2 XML Content-level Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for WS HTTP GET parameters/REST attacks|4.8.3 HTTP GET parameters/REST Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Naughty SOAP Attachments|4.8.4 Testing for Naughty SOAP attachments]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for WS Replay|4.8.5 WS Replay Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Client-Side Testing|(new)4.10 Client site testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for AJAX|(new) 4.10.1 AJAX Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Flash Testing|(new)4.10.2 Flash Testing]]&lt;br /&gt;
&lt;br /&gt;
[[RIA Testing|(new)4.10.3 RIA Testing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[Writing Reports: value the real risk |(toimp)5. Writing Reports: value the real risk ]]==&lt;br /&gt;
&lt;br /&gt;
[[How to value the real risk |5.1 How to value the real risk]]&lt;br /&gt;
&lt;br /&gt;
[[How to write the report of the testing |5.2 How to write the report of the testing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 OTGv3 team Discussion&lt;br /&gt;
&lt;br /&gt;
Also see [http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;The new OWASP testing Guidev3:&lt;br /&gt;
&amp;lt;br&amp;gt;This [http://www.owasp.org/index.php/Image:Planning_OTGv3.doc document] analyze the OWASP Testing Guide v2 checklist and a plan for create the new v3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 1) Methodical Testing (new category) &amp;lt;-- (Mat) needs explanation&lt;br /&gt;
* 2) Authorization testing missing. (new category)&lt;br /&gt;
* 3) Information gathering is not a vulnerability  &lt;br /&gt;
* 4) Business logic testing&lt;br /&gt;
* 5) Infrastructural test  (new category) *this has to only concentrate on 80 and 443 and other web related testing&lt;br /&gt;
* 6) Web Services section needs improvement&lt;br /&gt;
* 7) AJAX Testing section needs improvement&lt;br /&gt;
* 8) Testing Methodology section updates (requirements, plans, levels and environments)&lt;br /&gt;
* 9) New category: Client side Testing&lt;br /&gt;
* 10) New category: Thick Client Testing&lt;br /&gt;
* 11) New category: Flash/Silverlight Applications&lt;br /&gt;
* 12) New category: Assessing Financial Applications&lt;br /&gt;
* 13) New category: Fuzzing (we have the vectors, but this should explain the whole concept) &lt;br /&gt;
&lt;br /&gt;
Proposed new categories for the OTG v3:&lt;br /&gt;
* OTG Form Templates&lt;br /&gt;
** OTG Request for Quote (RFQ) (new)&lt;br /&gt;
** OTG 3rd Party Assessment Authorization Form (new)&lt;br /&gt;
** OTG Sample Report (new)&lt;br /&gt;
* Passive Mode&lt;br /&gt;
* Information Gathering&lt;br /&gt;
* Business logic testing &lt;br /&gt;
* Web Application Penetration Testing&lt;br /&gt;
** Infrastructural testing&lt;br /&gt;
** Authentication Testing &lt;br /&gt;
** Authorization Testing (new)&lt;br /&gt;
** Session Management Testing &lt;br /&gt;
** Data Validation Testing &lt;br /&gt;
** Denial of Service Testing &lt;br /&gt;
** Web Services Testing &lt;br /&gt;
** Client-Side Testing &lt;br /&gt;
*** AJAX Testing&lt;br /&gt;
*** Flash Testing (new)&lt;br /&gt;
*** RIA stuff (new) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Testing Project]]&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=29595</id>
		<title>OWASP Testing Guide v3 Table of Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=29595"/>
				<updated>2008-05-20T12:54:06Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: /* 2. Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
'''20th May 2008'''&lt;br /&gt;
This is the draft of table of content of the New Testing Guide.&lt;br /&gt;
You can download the stable version [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_pdf.zip here] or read it on line [http://www.owasp.org/index.php/OWASP_Testing_Guide_v2_Table_of_Contents here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Testing Guide v3 (draft 20th May 2008)&lt;br /&gt;
&lt;br /&gt;
The core index is the OTG v2. (new): new articles, (toimp): needs to improve&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Foreword|(toimp)Foreword by OWASP Chair]]==&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Frontispiece |(toimp)1. Frontispiece]]==&lt;br /&gt;
&lt;br /&gt;
'''[[Testing Guide Frontispiece|(toimp)1.1 About the OWASP Testing Guide Project]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[About The Open Web Application Security Project|1.2 About The Open Web Application Security Project]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Introduction|2. Introduction]]==&lt;br /&gt;
&lt;br /&gt;
'''2.1 The OWASP Testing Project'''&lt;br /&gt;
&lt;br /&gt;
'''2.2 Principles of Testing'''&lt;br /&gt;
&lt;br /&gt;
'''2.3 Testing Techniques Explained''' &lt;br /&gt;
&lt;br /&gt;
''' (new) 2.4 Security requirements test derivation, functional and non functional&lt;br /&gt;
test requirements, and test cases through use and misuse cases'''&lt;br /&gt;
&lt;br /&gt;
''' (new) 2.4.1 Security tests integrated in developers and testers workflows'''&lt;br /&gt;
&lt;br /&gt;
''' (new) 2.4.2 Developers' security tests: Unit Tests, component level tests, etc'''&lt;br /&gt;
&lt;br /&gt;
''' (new) 2.4.3 Functional testers' security tests: integrated system tests, tests in UAT,&lt;br /&gt;
and production environment'''&lt;br /&gt;
&lt;br /&gt;
''' (new) 2.5 Security test data analysis and reporting: root cause identification and&lt;br /&gt;
business/role case test data reporting'''&lt;br /&gt;
&lt;br /&gt;
==[[The OWASP Testing Framework|3. The OWASP Testing Framework]]==&lt;br /&gt;
&lt;br /&gt;
'''3.1. Overview'''&lt;br /&gt;
&lt;br /&gt;
'''3.2. Phase 1: Before Development Begins '''&lt;br /&gt;
&lt;br /&gt;
'''3.3. Phase 2: During Definition and Design'''&lt;br /&gt;
&lt;br /&gt;
'''3.4. Phase 3: During Development'''&lt;br /&gt;
&lt;br /&gt;
'''3.5. Phase 4: During Deployment'''&lt;br /&gt;
&lt;br /&gt;
'''3.6. Phase 5: Maintenance and Operations'''&lt;br /&gt;
&lt;br /&gt;
'''3.7. A Typical SDLC Testing Workflow '''&lt;br /&gt;
&lt;br /&gt;
==[[Web Application Penetration Testing |4. (toimp) Web Application Penetration Testing ]]==&lt;br /&gt;
&lt;br /&gt;
[[Testing: Introduction and objectives|'''4.1 Introduction and Objectives''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Information Gathering|'''(toimp) 4.2 Information Gathering''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Web Application Fingerprint|4.2.1 (toimp) Testing Web Application Fingerprint]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Application Discovery|4.2.2 Application Discovery]]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Spiders Robots and Crawlers|(new:Christian Heinrich)4.2.3 Spiders, Robots and Crawlers]]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Search engine discovery|(new:Christian Heinrich)4.2.4 Search Engine Discovery/Reconnaissance&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Error Code|(toimp)4.2.5 Analysis of Error Codes]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for infrastructure configuration management|4.2.6 Infrastructure &lt;br /&gt;
Configuration Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SSL-TLS|4.2.6.1 SSL/TLS Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DB Listener|4.2.6.2 DB Listener Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for application configuration management|4.2.7 Application Configuration Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for file extensions handling|4.2.7.1 Testing for File Extensions Handling]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for old_file|4.2.7.2 Old, backup and unreferenced files]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for business logic|'''(toimp)4.3 Business Logic Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for authentication|'''(toimp)4.4 Authentication Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for credentials transport|(new)4.4.1 Credentials transport over an encrypted channel]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Default or Guessable User Account|4.4.2 Testing for Guessable (Dictionary) User Account]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Brute Force|4.4.3 Brute Force Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Bypassing Authentication Schema|4.4.4 Testing for bypassing authentication schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Directory Traversal|4.4.5 Testing for directory traversal/file include]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Vulnerable Remember Password and Pwd Reset|4.4.6 Testing for vulnerable remember &lt;br /&gt;
password and pwd reset]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Logout and Browser Cache Management|4.4.7 Testing for Logout and Browser Cache Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Authorization|'''(new) 4.x Authorization testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Path Traversal|(new) 4.x.x Testing for Path Traversal]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Bypassing Authorization Schema|(new)4.x.x Testing for bypassing authorization schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing fot Privilege escalation|(new)4.x.x Testing for Privilege Escalation]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Session Management|'''4.5 Session Management Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Session_Management_Schema|4.5.1 Testing for Session Management Schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Cookie and Session Token Manipulation|(new)4.5.2 Test the token strength (old 4.5.2 Testing for Cookie and Session Token Manipulation)]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Exposed Session Variables|4.5.3 Testing for Exposed Session Variables ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for CSRF|4.5.4 Testing for CSRF]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for HTTP Exploit|4.5.5 Testing for HTTP Exploit ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Data Validation|'''4.6 Data Validation Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Reflected Cross site scripting|(new)4.6.1 Testing for Reflected Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Stored Cross site scripting|(new)4.6.2 Testing for Stored Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DOM-based Cross site scripting|4.6.3 Testing for DOM based Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Cross site flashing|(new)4.6.4 Testing for Cross Site Flashing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for HTTP Methods and XST|4.6.1.1 Testing for HTTP Methods and XST ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SQL Injection|4.6.2 Testing for SQL Injection ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Oracle|4.6.2.1 Oracle Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for MySQL|4.6.2.2 MySQL Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SQL Server|4.6.2.3 SQL Server Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for LDAP Injection|4.6.3 Testing for LDAP Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for ORM Injection|4.6.4 Testing for ORM Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Injection|4.6.5 Testing for XML Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SSI Injection|4.6.6 Testing for SSI Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XPath Injection|4.6.7 Testing for XPath Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for IMAP/SMTP Injection|4.6.8 IMAP/SMTP Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Code Injection|4.6.9 Testing for Code Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Command Injection|4.6.10 Testing for Command Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Buffer Overflow|4.6.11 Testing for Buffer overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Heap Overflow|4.6.11.1 Testing for Heap overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Stack Overflow|4.6.11.2 Testing for Stack overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Format String|4.6.11.3 Testing for Format string]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Incubated Vulnerability|4.6.12 Testing for incubated vulnerabilities]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Denial of Service|'''4.7 Testing for Denial of Service''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Locking Customer Accounts|4.7.1 Testing for DoS Locking Customer Accounts]]	&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Buffer Overflows|4.7.2 Testing for DoS Buffer Overflows]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS User Specified Object Allocation|4.7.3 Testing for DoS User Specified Object Allocation]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for User Input as a Loop Counter|4.7.4 Testing for User Input as a Loop Counter]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Writing User Provided Data to Disk|4.7.5 Testing for Writing User Provided Data to Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Failure to Release Resources|4.7.6 Testing for DoS Failure to Release Resources]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Storing too Much Data in Session|4.7.7 Testing for Storing too Much Data in Session]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Web Services|'''4.8 Web Services Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Structural|4.8.1 XML Structural Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Content-Level|4.8.2 XML Content-level Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for WS HTTP GET parameters/REST attacks|4.8.3 HTTP GET parameters/REST Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Naughty SOAP Attachments|4.8.4 Testing for Naughty SOAP attachments]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for WS Replay|4.8.5 WS Replay Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Client-Side Testing|(new)4.10 Client site testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for AJAX|(new) 4.10.1 AJAX Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Flash Testing|(new)4.10.2 Flash Testing]]&lt;br /&gt;
&lt;br /&gt;
[[RIA Testing|(new)4.10.3 RIA Testing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[Writing Reports: value the real risk |(toimp)5. Writing Reports: value the real risk ]]==&lt;br /&gt;
&lt;br /&gt;
[[How to value the real risk |5.1 How to value the real risk]]&lt;br /&gt;
&lt;br /&gt;
[[How to write the report of the testing |5.2 How to write the report of the testing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 OTGv3 team Discussion&lt;br /&gt;
&lt;br /&gt;
Also see [http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;The new OWASP testing Guidev3:&lt;br /&gt;
&amp;lt;br&amp;gt;This [http://www.owasp.org/index.php/Image:Planning_OTGv3.doc document] analyze the OWASP Testing Guide v2 checklist and a plan for create the new v3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 1) Methodical Testing (new category) &amp;lt;-- (Mat) needs explanation&lt;br /&gt;
* 2) Authorization testing missing. (new category)&lt;br /&gt;
* 3) Information gathering is not a vulnerability  &lt;br /&gt;
* 4) Business logic testing&lt;br /&gt;
* 5) Infrastructural test  (new category) *this has to only concentrate on 80 and 443 and other web related testing&lt;br /&gt;
* 6) Web Services section needs improvement&lt;br /&gt;
* 7) AJAX Testing section needs improvement&lt;br /&gt;
* 8) Testing Methodology section updates (requirements, plans, levels and environments)&lt;br /&gt;
* 9) New category: Client side Testing&lt;br /&gt;
* 10) New category: Thick Client Testing&lt;br /&gt;
* 11) New category: Flash/Silverlight Applications&lt;br /&gt;
* 12) New category: Assessing Financial Applications&lt;br /&gt;
* 13) New category: Fuzzing (we have the vectors, but this should explain the whole concept) &lt;br /&gt;
&lt;br /&gt;
Proposed new categories for the OTG v3:&lt;br /&gt;
* OTG Form Templates&lt;br /&gt;
** OTG Request for Quote (RFQ) (new)&lt;br /&gt;
** OTG 3rd Party Assessment Authorization Form (new)&lt;br /&gt;
** OTG Sample Report (new)&lt;br /&gt;
* Passive Mode&lt;br /&gt;
* Information Gathering&lt;br /&gt;
* Business logic testing &lt;br /&gt;
* Web Application Penetration Testing&lt;br /&gt;
** Infrastructural testing&lt;br /&gt;
** Authentication Testing &lt;br /&gt;
** Authorization Testing (new)&lt;br /&gt;
** Session Management Testing &lt;br /&gt;
** Data Validation Testing &lt;br /&gt;
** Denial of Service Testing &lt;br /&gt;
** Web Services Testing &lt;br /&gt;
** Client-Side Testing &lt;br /&gt;
*** AJAX Testing&lt;br /&gt;
*** Flash Testing (new)&lt;br /&gt;
*** RIA stuff (new) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Testing Project]]&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=29594</id>
		<title>OWASP Testing Guide v3 Table of Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=29594"/>
				<updated>2008-05-20T12:52:18Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: Minor corrections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
'''20th May 2008'''&lt;br /&gt;
This is the draft of table of content of the New Testing Guide.&lt;br /&gt;
You can download the stable version [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_pdf.zip here] or read it on line [http://www.owasp.org/index.php/OWASP_Testing_Guide_v2_Table_of_Contents here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Testing Guide v3 (draft 20th May 2008)&lt;br /&gt;
&lt;br /&gt;
The core index is the OTG v2. (new): new articles, (toimp): needs to improve&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Foreword|(toimp)Foreword by OWASP Chair]]==&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Frontispiece |(toimp)1. Frontispiece]]==&lt;br /&gt;
&lt;br /&gt;
'''[[Testing Guide Frontispiece|(toimp)1.1 About the OWASP Testing Guide Project]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[About The Open Web Application Security Project|1.2 About The Open Web Application Security Project]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[Testing Guide Introduction|2. Introduction]]==&lt;br /&gt;
&lt;br /&gt;
'''2.1 The OWASP Testing Project'''&lt;br /&gt;
&lt;br /&gt;
'''2.2 Principles of Testing'''&lt;br /&gt;
&lt;br /&gt;
'''2.3 Testing Techniques Explained''' &lt;br /&gt;
&lt;br /&gt;
''' (new) 2.4 Security requirements tests derivazione functional and non functional&lt;br /&gt;
test requirements and test cases through use e misuse cases'''&lt;br /&gt;
&lt;br /&gt;
''' (new) 2.4.1 Security tests integrated in developers and testers workflows'''&lt;br /&gt;
&lt;br /&gt;
''' (new) 2.4.2 Developers' security tests: Unit Tests, component level tests, etc'''&lt;br /&gt;
&lt;br /&gt;
''' (new) 2.4.3 Functional testers' security tests: integrated system tests, tests in UAT,&lt;br /&gt;
and production environment'''&lt;br /&gt;
&lt;br /&gt;
''' (new) 2.5 Security test data analysis and reporting: root cause identification and&lt;br /&gt;
business/role case test data reporting'''&lt;br /&gt;
&lt;br /&gt;
==[[The OWASP Testing Framework|3. The OWASP Testing Framework]]==&lt;br /&gt;
&lt;br /&gt;
'''3.1. Overview'''&lt;br /&gt;
&lt;br /&gt;
'''3.2. Phase 1: Before Development Begins '''&lt;br /&gt;
&lt;br /&gt;
'''3.3. Phase 2: During Definition and Design'''&lt;br /&gt;
&lt;br /&gt;
'''3.4. Phase 3: During Development'''&lt;br /&gt;
&lt;br /&gt;
'''3.5. Phase 4: During Deployment'''&lt;br /&gt;
&lt;br /&gt;
'''3.6. Phase 5: Maintenance and Operations'''&lt;br /&gt;
&lt;br /&gt;
'''3.7. A Typical SDLC Testing Workflow '''&lt;br /&gt;
&lt;br /&gt;
==[[Web Application Penetration Testing |4. (toimp) Web Application Penetration Testing ]]==&lt;br /&gt;
&lt;br /&gt;
[[Testing: Introduction and objectives|'''4.1 Introduction and Objectives''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Information Gathering|'''(toimp) 4.2 Information Gathering''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Web Application Fingerprint|4.2.1 (toimp) Testing Web Application Fingerprint]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Application Discovery|4.2.2 Application Discovery]]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Spiders Robots and Crawlers|(new:Christian Heinrich)4.2.3 Spiders, Robots and Crawlers]]&lt;br /&gt;
&lt;br /&gt;
[[Testing: Search engine discovery|(new:Christian Heinrich)4.2.4 Search Engine Discovery/Reconnaissance&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Error Code|(toimp)4.2.5 Analysis of Error Codes]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for infrastructure configuration management|4.2.6 Infrastructure &lt;br /&gt;
Configuration Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SSL-TLS|4.2.6.1 SSL/TLS Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DB Listener|4.2.6.2 DB Listener Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for application configuration management|4.2.7 Application Configuration Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for file extensions handling|4.2.7.1 Testing for File Extensions Handling]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for old_file|4.2.7.2 Old, backup and unreferenced files]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for business logic|'''(toimp)4.3 Business Logic Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for authentication|'''(toimp)4.4 Authentication Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for credentials transport|(new)4.4.1 Credentials transport over an encrypted channel]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Default or Guessable User Account|4.4.2 Testing for Guessable (Dictionary) User Account]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Brute Force|4.4.3 Brute Force Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Bypassing Authentication Schema|4.4.4 Testing for bypassing authentication schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Directory Traversal|4.4.5 Testing for directory traversal/file include]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Vulnerable Remember Password and Pwd Reset|4.4.6 Testing for vulnerable remember &lt;br /&gt;
password and pwd reset]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Logout and Browser Cache Management|4.4.7 Testing for Logout and Browser Cache Management Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Authorization|'''(new) 4.x Authorization testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Path Traversal|(new) 4.x.x Testing for Path Traversal]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Bypassing Authorization Schema|(new)4.x.x Testing for bypassing authorization schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing fot Privilege escalation|(new)4.x.x Testing for Privilege Escalation]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Session Management|'''4.5 Session Management Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Session_Management_Schema|4.5.1 Testing for Session Management Schema]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Cookie and Session Token Manipulation|(new)4.5.2 Test the token strength (old 4.5.2 Testing for Cookie and Session Token Manipulation)]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Exposed Session Variables|4.5.3 Testing for Exposed Session Variables ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for CSRF|4.5.4 Testing for CSRF]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for HTTP Exploit|4.5.5 Testing for HTTP Exploit ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Data Validation|'''4.6 Data Validation Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Reflected Cross site scripting|(new)4.6.1 Testing for Reflected Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Stored Cross site scripting|(new)4.6.2 Testing for Stored Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DOM-based Cross site scripting|4.6.3 Testing for DOM based Cross Site Scripting]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Cross site flashing|(new)4.6.4 Testing for Cross Site Flashing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for HTTP Methods and XST|4.6.1.1 Testing for HTTP Methods and XST ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SQL Injection|4.6.2 Testing for SQL Injection ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Oracle|4.6.2.1 Oracle Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for MySQL|4.6.2.2 MySQL Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SQL Server|4.6.2.3 SQL Server Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for LDAP Injection|4.6.3 Testing for LDAP Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for ORM Injection|4.6.4 Testing for ORM Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Injection|4.6.5 Testing for XML Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for SSI Injection|4.6.6 Testing for SSI Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XPath Injection|4.6.7 Testing for XPath Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for IMAP/SMTP Injection|4.6.8 IMAP/SMTP Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Code Injection|4.6.9 Testing for Code Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Command Injection|4.6.10 Testing for Command Injection]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Buffer Overflow|4.6.11 Testing for Buffer overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Heap Overflow|4.6.11.1 Testing for Heap overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Stack Overflow|4.6.11.2 Testing for Stack overflow]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Format String|4.6.11.3 Testing for Format string]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Incubated Vulnerability|4.6.12 Testing for incubated vulnerabilities]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Denial of Service|'''4.7 Testing for Denial of Service''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Locking Customer Accounts|4.7.1 Testing for DoS Locking Customer Accounts]]	&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Buffer Overflows|4.7.2 Testing for DoS Buffer Overflows]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS User Specified Object Allocation|4.7.3 Testing for DoS User Specified Object Allocation]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for User Input as a Loop Counter|4.7.4 Testing for User Input as a Loop Counter]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Writing User Provided Data to Disk|4.7.5 Testing for Writing User Provided Data to Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for DoS Failure to Release Resources|4.7.6 Testing for DoS Failure to Release Resources]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Storing too Much Data in Session|4.7.7 Testing for Storing too Much Data in Session]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Web Services|'''4.8 Web Services Testing''']]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Structural|4.8.1 XML Structural Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for XML Content-Level|4.8.2 XML Content-level Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for WS HTTP GET parameters/REST attacks|4.8.3 HTTP GET parameters/REST Testing ]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for Naughty SOAP Attachments|4.8.4 Testing for Naughty SOAP attachments]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for WS Replay|4.8.5 WS Replay Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Client-Side Testing|(new)4.10 Client site testing]]&lt;br /&gt;
&lt;br /&gt;
[[Testing for AJAX|(new) 4.10.1 AJAX Testing]]&lt;br /&gt;
&lt;br /&gt;
[[Flash Testing|(new)4.10.2 Flash Testing]]&lt;br /&gt;
&lt;br /&gt;
[[RIA Testing|(new)4.10.3 RIA Testing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[Writing Reports: value the real risk |(toimp)5. Writing Reports: value the real risk ]]==&lt;br /&gt;
&lt;br /&gt;
[[How to value the real risk |5.1 How to value the real risk]]&lt;br /&gt;
&lt;br /&gt;
[[How to write the report of the testing |5.2 How to write the report of the testing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 OTGv3 team Discussion&lt;br /&gt;
&lt;br /&gt;
Also see [http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;The new OWASP testing Guidev3:&lt;br /&gt;
&amp;lt;br&amp;gt;This [http://www.owasp.org/index.php/Image:Planning_OTGv3.doc document] analyze the OWASP Testing Guide v2 checklist and a plan for create the new v3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 1) Methodical Testing (new category) &amp;lt;-- (Mat) needs explanation&lt;br /&gt;
* 2) Authorization testing missing. (new category)&lt;br /&gt;
* 3) Information gathering is not a vulnerability  &lt;br /&gt;
* 4) Business logic testing&lt;br /&gt;
* 5) Infrastructural test  (new category) *this has to only concentrate on 80 and 443 and other web related testing&lt;br /&gt;
* 6) Web Services section needs improvement&lt;br /&gt;
* 7) AJAX Testing section needs improvement&lt;br /&gt;
* 8) Testing Methodology section updates (requirements, plans, levels and environments)&lt;br /&gt;
* 9) New category: Client side Testing&lt;br /&gt;
* 10) New category: Thick Client Testing&lt;br /&gt;
* 11) New category: Flash/Silverlight Applications&lt;br /&gt;
* 12) New category: Assessing Financial Applications&lt;br /&gt;
* 13) New category: Fuzzing (we have the vectors, but this should explain the whole concept) &lt;br /&gt;
&lt;br /&gt;
Proposed new categories for the OTG v3:&lt;br /&gt;
* OTG Form Templates&lt;br /&gt;
** OTG Request for Quote (RFQ) (new)&lt;br /&gt;
** OTG 3rd Party Assessment Authorization Form (new)&lt;br /&gt;
** OTG Sample Report (new)&lt;br /&gt;
* Passive Mode&lt;br /&gt;
* Information Gathering&lt;br /&gt;
* Business logic testing &lt;br /&gt;
* Web Application Penetration Testing&lt;br /&gt;
** Infrastructural testing&lt;br /&gt;
** Authentication Testing &lt;br /&gt;
** Authorization Testing (new)&lt;br /&gt;
** Session Management Testing &lt;br /&gt;
** Data Validation Testing &lt;br /&gt;
** Denial of Service Testing &lt;br /&gt;
** Web Services Testing &lt;br /&gt;
** Client-Side Testing &lt;br /&gt;
*** AJAX Testing&lt;br /&gt;
*** Flash Testing (new)&lt;br /&gt;
*** RIA stuff (new) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Testing Project]]&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=29017</id>
		<title>OWASP Testing Guide v3 Table of Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=29017"/>
				<updated>2008-05-07T14:34:27Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
'''26th April 2008'''&lt;br /&gt;
This is the draft of table of content of the New Testing Guide.&lt;br /&gt;
You can download the stable version [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_pdf.zip here] or read it on line [http://www.owasp.org/index.php/OWASP_Testing_Guide_v2_Table_of_Contents here]&lt;br /&gt;
&lt;br /&gt;
Also see [http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;The new OWASP testing Guidev3:&lt;br /&gt;
&amp;lt;br&amp;gt;This [http://www.owasp.org/index.php/Image:Planning_OTGv3.doc document] analyze the OWASP Testing Guide v2 checklist and a plan for create the new v3.&lt;br /&gt;
&lt;br /&gt;
* 1) Methodical Testing (new category)&lt;br /&gt;
* 2) Authorization testing missing. (new category)&lt;br /&gt;
* 3) Information gathering is not a vulnerability  not in report  Passive mode &lt;br /&gt;
* 4) Business logic testing  not in report  Passive mode&lt;br /&gt;
* 5) Infrastructural test  (new category) *this has to only concentrate on 80 and 443 and other web related testing&lt;br /&gt;
* 6) Web Services section needs improvement&lt;br /&gt;
* 7) AJAX Testing section needs improvement&lt;br /&gt;
* 8) Testing Methodology section updates (requirements, plans, levels and environments)&lt;br /&gt;
* 9) New category: Client side Testing&lt;br /&gt;
* 10) New category: Thick Client Testing&lt;br /&gt;
* 11) New category: Flash/Silverlight Applications&lt;br /&gt;
* 12) New category: Assessing Financial Applications&lt;br /&gt;
* 13) New category: Fuzzing (we have the vectors, but this should explain the whole concept) &lt;br /&gt;
&lt;br /&gt;
Proposed new categories for the OTG v3:&lt;br /&gt;
* OTG Form Templates&lt;br /&gt;
** OTG Request for Quote (RFQ) (new)&lt;br /&gt;
** OTG 3rd Party Assessment Authorization Form (new)&lt;br /&gt;
** OTG Sample Report (new)&lt;br /&gt;
* Passive Mode&lt;br /&gt;
* Information Gathering&lt;br /&gt;
* Business logic testing &lt;br /&gt;
* Web Application Penetration Testing&lt;br /&gt;
** Infrastructural testing&lt;br /&gt;
** Authentication Testing &lt;br /&gt;
** Authorization Testing (new)&lt;br /&gt;
** Session Management Testing &lt;br /&gt;
** Data Validation Testing &lt;br /&gt;
** Denial of Service Testing &lt;br /&gt;
** Web Services Testing &lt;br /&gt;
** Client-Side Testing &lt;br /&gt;
*** AJAX Testing&lt;br /&gt;
*** Flash Testing (new)&lt;br /&gt;
*** RIA stuff (new) &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Testing Project]]&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=28720</id>
		<title>Talk:OWASP Testing Guide v3 Table of Contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:OWASP_Testing_Guide_v3_Table_of_Contents&amp;diff=28720"/>
				<updated>2008-05-01T14:10:19Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: Consolidate Similar Pages?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There's an existing v3 Index Brainstorming page from 2007 http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup&lt;br /&gt;
should it be combine with this page?&lt;br /&gt;
http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Table_of_Contents&amp;lt;br&amp;gt;&lt;br /&gt;
Note http://www.owasp.org/index.php/OWASP_Testing_Project#Welcome_to_the_new_OWASP_Testing_Guide references both of them and the latest post to the mailing list only references one.&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Startup&amp;diff=28579</id>
		<title>OWASP Testing Guide v3 Startup</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Startup&amp;diff=28579"/>
				<updated>2008-04-29T12:00:27Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Planning the new OWASP Testing Guide v3 ==&lt;br /&gt;
&lt;br /&gt;
'''3rd October 2007: Startup v3''' &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Testing Guide v2 was a great success, with thousand download and many many Companies that have adopted it as standard for a Web Application Penetration Testing. &amp;lt;br&amp;gt;&lt;br /&gt;
Now we would like to begin a new project that is based on v2 but improve it and complete it. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In the OWASP Testing Guide v2 we have split the set of tests in 8 sub-categories: &lt;br /&gt;
* Information Gathering &lt;br /&gt;
* Business Logic Testing &lt;br /&gt;
* Authentication Testing &lt;br /&gt;
* Session Management Testing &lt;br /&gt;
* Data Validation Testing &lt;br /&gt;
* Denial of Service Testing &lt;br /&gt;
* Web Services Testing &lt;br /&gt;
* AJAX Testing&lt;br /&gt;
&lt;br /&gt;
The following are my thoughts about the new OWASP Testing Guide v3:&lt;br /&gt;
&lt;br /&gt;
1) Authorization testing missing. As Jeff and Dave said many time before it's important to create a new category.&amp;lt;br&amp;gt;&lt;br /&gt;
* This should include things which were in v1 but dropped from v2, like: OWASP-AC-003 :	Authorization Parameter Manipulation, OWASP-AC-004 : Authorized pages/functions &lt;br /&gt;
2)	Information gathering is not a set of vulnerabilities --&amp;gt; not in report --&amp;gt; new category: Passive mode &amp;lt;br&amp;gt;&lt;br /&gt;
3)	Business logic testing --&amp;gt; not in report --&amp;gt; Passive mode  &amp;lt;br&amp;gt;&lt;br /&gt;
4)	Infrastructural test --&amp;gt; new category &amp;lt;br&amp;gt;&lt;br /&gt;
5)	Web Services section needs improvement &amp;lt;br&amp;gt;&lt;br /&gt;
6)	AJAX Testing section needs improvement &amp;lt;br&amp;gt;&lt;br /&gt;
7)	New category: Client side Testing. AJAX and Flash Testing  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This [http://www.owasp.org/index.php/Image:Planning_OTGv3.doc document] analyzes the OWASP Testing Guide v2 vulnerabilities and a plan for create the new v3.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following clarifications/considerations also need to be made in preparation for v3:&amp;lt;br&amp;gt;&lt;br /&gt;
1) Are &amp;quot;OWASP-AUTHN-001 : Authentication endpoint request should be HTTPS&amp;quot; and &amp;quot;OWASP-AUTHN-003 : Credentials transport over an encrypted channel&amp;quot; as they were in v1 fully covered by &amp;quot;OWASP-IG-005 : SSL/TLS Testing&amp;quot;?&amp;lt;br&amp;gt;&lt;br /&gt;
2) Are &amp;quot;OWASP-AUTHN-009 : Password Structure&amp;quot; and &amp;quot;OWASP-AUTHN-010 : Blank Passwords&amp;quot; as they were in v1 fully covered by OWASP-AT-003 &amp;amp; OWASP-AT-001?&amp;lt;br&amp;gt;&lt;br /&gt;
3) Are all 5 AUTHSM references as they were in v1 fully covered by &amp;quot;OWASP-SM-001 : Session Management Schema&amp;quot;?&amp;lt;br&amp;gt;&lt;br /&gt;
4) What does &amp;quot;OWASP-DP-001 : Sensitive Data in HTML&amp;quot; fall under in v2/v3?&amp;lt;br&amp;gt;&lt;br /&gt;
5) Are all the SSL Data protection references (DP-003 through DP-007) from v1 fall under &amp;quot;OWASP-IG-005 : SSL/TLS Testing&amp;quot;?&amp;lt;br&amp;gt;&lt;br /&gt;
6) Is &amp;quot;OWASP-DS-001 : Locking Customer Accounts&amp;quot; a subset of AUTHN-008 in v1 or AT-006 in v2 or is it really an item on it's own?&amp;lt;br&amp;gt;&lt;br /&gt;
7) Are &amp;quot;OWASP-EH-002 : User Error Messages&amp;quot; and &amp;quot;OWASP-EH-001 : Application Error Messages&amp;quot; as they were in v1 meant to fall under &amp;quot;OWASP-IG-004 : Analysis of Error Codes&amp;quot;? If so where would things like overly specific authentication errors appear in the report? (If I understand correctly Information gathering isn't going to be reported) [This would be things like errors messages which actually specify &amp;quot;invalid username&amp;quot; or &amp;quot;invalid password&amp;quot; instead of &amp;quot;Error: the credentials provided are invalid&amp;quot; or similar generic messaging.]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Startup&amp;diff=28578</id>
		<title>OWASP Testing Guide v3 Startup</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Startup&amp;diff=28578"/>
				<updated>2008-04-29T11:55:56Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Planning the new OWASP Testing Guide v3 ==&lt;br /&gt;
&lt;br /&gt;
'''3rd October 2007: Startup v3''' &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Testing Guide v2 was a great success, with thousand download and many many Companies that have adopted it as standard for a Web Application Penetration Testing. &amp;lt;br&amp;gt;&lt;br /&gt;
Now we would like to begin a new project that is based on v2 but improve it and complete it. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In the OWASP Testing Guide v2 we have split the set of tests in 8 sub-categories: &lt;br /&gt;
* Information Gathering &lt;br /&gt;
* Business Logic Testing &lt;br /&gt;
* Authentication Testing &lt;br /&gt;
* Session Management Testing &lt;br /&gt;
* Data Validation Testing &lt;br /&gt;
* Denial of Service Testing &lt;br /&gt;
* Web Services Testing &lt;br /&gt;
* AJAX Testing&lt;br /&gt;
&lt;br /&gt;
The following are my thoughts about the new OWASP Testing Guide v3:&lt;br /&gt;
&lt;br /&gt;
1) Authorization testing missing. As Jeff and Dave said many time before it's important to create a new category.&amp;lt;br&amp;gt;&lt;br /&gt;
* This should include things which were in v1 but dropped from v2, like: OWASP-AC-003 :	Authorization Parameter Manipulation, OWASP-AC-004 : Authorized pages/functions &lt;br /&gt;
2)	Information gathering is not a set of vulnerabilities --&amp;gt; not in report --&amp;gt; new category: Passive mode &amp;lt;br&amp;gt;&lt;br /&gt;
3)	Business logic testing --&amp;gt; not in report --&amp;gt; Passive mode  &amp;lt;br&amp;gt;&lt;br /&gt;
4)	Infrastructural test --&amp;gt; new category &amp;lt;br&amp;gt;&lt;br /&gt;
5)	Web Services section needs improvement &amp;lt;br&amp;gt;&lt;br /&gt;
6)	AJAX Testing section needs improvement &amp;lt;br&amp;gt;&lt;br /&gt;
7)	New category: Client side Testing. AJAX and Flash Testing  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This [http://www.owasp.org/index.php/Image:Planning_OTGv3.doc document] analyzes the OWASP Testing Guide v2 vulnerabilities and a plan for create the new v3.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following clarifications/considerations also need to be made in preparation for v3:&amp;lt;br&amp;gt;&lt;br /&gt;
1) Are &amp;quot;OWASP-AUTHN-001 : Authentication endpoint request should be HTTPS&amp;quot; and &amp;quot;OWASP-AUTHN-003 : Credentials transport over an encrypted channel&amp;quot; as they were in v1 fully covered by &amp;quot;OWASP-IG-005 : SSL/TLS Testing&amp;quot;?&amp;lt;br&amp;gt;&lt;br /&gt;
2) Are &amp;quot;OWASP-AUTHN-009 : Password Structure&amp;quot; and &amp;quot;OWASP-AUTHN-010 : Blank Passwords&amp;quot; as they were in v1 fully covered by OWASP-AT-003 &amp;amp; OWASP-AT-001?&amp;lt;br&amp;gt;&lt;br /&gt;
3) Are all 5 AUTHSM references as they were in v1 fully covered by &amp;quot;OWASP-SM-001 : Session Management Schema&amp;quot;?&amp;lt;br&amp;gt;&lt;br /&gt;
4) What does &amp;quot;OWASP-DP-001 : Sensitive Data in HTML&amp;quot; fall under in v2/v3?&amp;lt;br&amp;gt;&lt;br /&gt;
5) Are all the SSL Data protection references (DP-003 through DP-007) from v1 fall under &amp;quot;OWASP-IG-005 : SSL/TLS Testing&amp;quot;?&amp;lt;br&amp;gt;&lt;br /&gt;
6) Is &amp;quot;OWASP-DS-001 : Locking Customer Accounts&amp;quot; a subset of AUTHN-008 in v1 or AT-006 in v2 or is it really an item on it's own?&amp;lt;br&amp;gt;&lt;br /&gt;
7) Are &amp;quot;OWASP-EH-002 : User Error Messages&amp;quot; and &amp;quot;OWASP-EH-001 : Application Error Messages&amp;quot; as they were in v1 meant to fall under &amp;quot;OWASP-IG-004 : Analysis of Error Codes&amp;quot;? If so where would things like overly specific authentication errors appear in the report? (If I understand correctly Information gathering isn't going to be reported) [This would be things like errors messages which actually specify &amp;quot;invalid username&amp;quot; or &amp;quot;invalid password&amp;quot; instead of &amp;quot;Error: the credentials provided are invalid&amp;quot; or similar generic messaging.]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Testing_Project&amp;diff=28525</id>
		<title>Category:OWASP Testing Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Testing_Project&amp;diff=28525"/>
				<updated>2008-04-28T19:10:53Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: Typo correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OWASP Book|1375886}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Welcome to the new OWASP Testing Guide ==&lt;br /&gt;
&lt;br /&gt;
=== OWASP Testing Guide v3: let's start! ===&lt;br /&gt;
&lt;br /&gt;
26th April 2008: Thanks to the [http://www.owasp.org/index.php/OWASP_Summer_0f_Code_2008_:_Selection SoC 08 results] the planning stage has started for version 3.0 of the Testing Guide. If you have knowledge and experience in application testing, and can spare a few hours a week, please do get in [mailto:matteo.meucci@gmail.com touch]. Alternatively you can join the [http://lists.owasp.org/mailman/listinfo/owasp-testing OWASP Testing mailing list]. The project is lead by [[User:Mmeucci|Matteo Meucci]].&lt;br /&gt;
&lt;br /&gt;
'''Planning the new Testing Guide v3:'''&lt;br /&gt;
&lt;br /&gt;
'''I phase: create the Index''' &lt;br /&gt;
Call for participation.&lt;br /&gt;
[http://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Startup Index brainstorming]&lt;br /&gt;
Discuss the article content.&lt;br /&gt;
&amp;lt;br&amp;gt;Deadline: Sun 18th May 2008.&lt;br /&gt;
&lt;br /&gt;
'''II phase: start writing'''&lt;br /&gt;
After creating the new [https://www.owasp.org/index.php/OWASP_Testing_Guide_v3_Table_of_Contents Index], we will assign each paragraph to the volunteers, start writing!&lt;br /&gt;
Each author will write the article on the wiki and reviewed by the OWASP Testing guide team.&lt;br /&gt;
&amp;lt;br&amp;gt;Deadline: 30th June 2008&lt;br /&gt;
&lt;br /&gt;
'''III phase: start reviewing'''&lt;br /&gt;
Create the reviewer team. Assign each new paragraph to the reviewer.&lt;br /&gt;
&amp;lt;br&amp;gt;Deadline: 20th July 2008&lt;br /&gt;
&lt;br /&gt;
'''IV phase: Finalize the Guide'''&lt;br /&gt;
Create the doc and pdf format of the v3.&lt;br /&gt;
&amp;lt;br&amp;gt;Deadline: 15th August 2008 &lt;br /&gt;
&lt;br /&gt;
'''Project deadlines:'''&lt;br /&gt;
# 21st May: Project status presentation at the OWASP AppSec Euro 08 Conference in Belgium.&lt;br /&gt;
# 15th June - Participants to report on project status.&lt;br /&gt;
# 31th August - Project completion. Participants should deliver final project report. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Roadmap===&lt;br /&gt;
&lt;br /&gt;
View the [[OWASP Testing Project v3 Roadmap]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Background and Motivation ===&lt;br /&gt;
&lt;br /&gt;
'''History Behind Project'''&lt;br /&gt;
The Testing guide originated in 2003 with Dan Cuthbert as one of the original editors. It was handed over to [[User:EoinKeary|Eoin Keary]] in 2005 and transformed into a wiki.&lt;br /&gt;
Being a wiki it is easier for people to contribute and should make updating much easier.&lt;br /&gt;
[[User:Mmeucci|Matteo Meucci]] has decided to take on the Testing guide and update it creating the OWASP Testing Guide v2.&lt;br /&gt;
&lt;br /&gt;
Now it's time to create a new Guide, improving each chapter and adding the new testing methodologies.&lt;br /&gt;
&lt;br /&gt;
The OWASP Testing Guide is a defacto web application security assessment guide.&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
This projects goal is to create a &amp;quot;best practices&amp;quot; penetration testing framework which users can implement in their own organizations and a &amp;quot;low level&amp;quot; penetration testing guide that describes how to find certain issues.&lt;br /&gt;
&lt;br /&gt;
===Volunteers needed===&lt;br /&gt;
Positions for v3 of the guide are now open!&lt;br /&gt;
&lt;br /&gt;
If you have knowledge and experience in application testing, and can spare a few hours a week, please do get in [mailto:matteo.meucci@gmail.com touch]&lt;br /&gt;
&lt;br /&gt;
===Testing Project Phase Three Guide(draft) ===&lt;br /&gt;
&lt;br /&gt;
This is the working draft of the OWASP Testing Guide v3. Please login to make changes as you see fit. Changes will be vetted by the OWASP Testing Project team. &lt;br /&gt;
&lt;br /&gt;
[[OWASP Testing Guide v3 Table of Contents|OWASP Testing Guide v3 Table of Contents]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project History ==&lt;br /&gt;
&lt;br /&gt;
===  OWASP Testing Guide v2 (stable release) ===&lt;br /&gt;
&lt;br /&gt;
'''10th February 2007: The OWASP Testing Guide v2 is now published''' [[User:Mmeucci|Matteo Meucci]] (as part of his [[OWASP_Autumn_of_Code_2006_-_Projects:_Testing_Guide | AoC project]]) has just published the latest version of Testing guide which:&lt;br /&gt;
* you can read it on line on the [http://www.owasp.org/index.php/OWASP_Testing_Guide_v2_Table_of_Contents  Testing Guide v2 wiki]&lt;br /&gt;
* or download the Guide in [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_pdf.zip Adobe PDF format] or in [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_doc.zip Ms Doc format]&lt;br /&gt;
&lt;br /&gt;
'''OWASP Testing Guide v2 in Spanish:''' Now you can get a complete translation in [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_spanish_doc.zip Ms Doc format]&lt;br /&gt;
&lt;br /&gt;
For comments or questions, please join the [http://lists.owasp.org/mailman/listinfo/owasp-testing OWASP Testing mailing list], read our archive and share your ideas. Alternatively you can contact [[User:EoinKeary|Eoin Keary]] or [[User:Mmeucci|Matteo Meucci]] directly. &lt;br /&gt;
&lt;br /&gt;
Here you can find:&lt;br /&gt;
* [http://www.owasp.org/index.php/Testing_Guide_Quotes The OWASP Testing Guide 'Quotes']&lt;br /&gt;
* [http://www.owasp.org/index.php/OWASP_Testing_Guide_Presentations Testing Guide presentations]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The OWASP Testing Guide v2 - Request for Review ===&lt;br /&gt;
&lt;br /&gt;
'''10th January 2007: The OWASP Testing Guide v2 is now in its final stages''' [[User:Mmeucci|Matteo Meucci]] (as part of his [[OWASP_Autumn_of_Code_2006_-_Projects:_Testing_Guide | AoC project]]) has just published the latest version of Testing guide which:&lt;br /&gt;
* you can read it on line on the [http://www.owasp.org/index.php/OWASP_Testing_Guide_v2_Table_of_Contents  Testing Guide v2 wiki - 'Release Candidate 1']&lt;br /&gt;
* or download the Guide in [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_RC1_pdf.zip Adobe PDF format] or [http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_RC1_doc.zip Ms Doc format]&lt;br /&gt;
&lt;br /&gt;
'''So what we need now (until 10th of February) is for you to review it.''' Please let us know any mistakes made, and if you feel that there is something missing, please help yourself and edit the relevant WIKI page.&lt;br /&gt;
&lt;br /&gt;
For comments or questions, please use the 'Discussion' pages or email [[User:EoinKeary|Eoin Keary]] or [[User:Mmeucci|Matteo Meucci]]  directly. &lt;br /&gt;
&lt;br /&gt;
The current plan is to create a 'published' version of this guide on the 10th of February which will be sent to all OWASP members in book format.&lt;br /&gt;
&lt;br /&gt;
If you want to participate see the [[OWASP_Testing_Project_v2.0_-_Review_Guidelines]] page for the lastest updates&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Old Testing Guide Download===&lt;br /&gt;
&lt;br /&gt;
A copy of the old guide (The OWASP Testing Guide v1.1) is available [[http://prdownloads.sourceforge.net/owasp/OWASPWebAppPenTestList1.1.pdf?download here]], it shall also be  available in HTML format on the forthcoming OWASP Live CD.&lt;br /&gt;
A PDF copy shall also be available to download.&lt;br /&gt;
&lt;br /&gt;
'''OWASP Pen Test Checklist in Italian''' &lt;br /&gt;
Sun May 22 10:56:39 EDT 2005 &lt;br /&gt;
I'm glad to announce we have released OWASP Pen Test Checklist in Italian. Thanks to the Italian Chapter, Massimiliano and Matteo for it's great effort to have this document translated. You can download this version in[http://www.owasp.org/docroot/owasp/misc/OWASPWebAppPenTestList1.1_ITA.pdf PDF] or [http://www.owasp.org/docroot/owasp/misc/OWASPWebAppPenTestList1.1_ITA.doc Word]&lt;br /&gt;
 &lt;br /&gt;
'''Checklist ver 1.17 in Spanish''' &lt;br /&gt;
Mon Apr 04 15:37:24 EDT 2005 &lt;br /&gt;
I'm glad to announce we have released OWASP Pen Test Checklist ver 1.17 in Spanish.Thanks to Pedro, Raul and Rogelio for it's great effort to have this document translated and to Christian by helping out with technical edition. You can download this version [http://www.owasp.org/docroot/owasp/misc/testing_spanish.pdf PDF] or [http://www.owasp.org/docroot/owasp/misc/testing_spanish.doc Word]&lt;br /&gt;
&lt;br /&gt;
'''THE OWASP Testing Project Live CD'''&lt;br /&gt;
The OWASP testing project is currently implementing an Application security Live CD. &amp;lt;br&amp;gt;&lt;br /&gt;
LabRat Version 0.8 Alpha is just weeks away from Beta testing*.&lt;br /&gt;
&lt;br /&gt;
The aim of this CD is to have a complete testing suite on one Disk. The CD shall also contain the forthcoming OWASP Testing guide.&lt;br /&gt;
&lt;br /&gt;
The Live CD now has its own section you can find it here:&lt;br /&gt;
[http://www.owasp.org/index.php/Category:OWASP_Live_CD_Project]&lt;br /&gt;
&lt;br /&gt;
==Feedback and Participation==&lt;br /&gt;
 &lt;br /&gt;
We hope you find the information in the OWASP Testing project useful. Please contribute back to the project by sending your comments, questions, and suggestions to the OWASP Testing mailing list. Thanks!&lt;br /&gt;
&lt;br /&gt;
To join the OWASP Testing mailing list or view the archives, please visit the [http://lists.owasp.org/mailman/listinfo/owasp-testing subscription page]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Startup&amp;diff=27863</id>
		<title>OWASP Testing Guide v3 Startup</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Testing_Guide_v3_Startup&amp;diff=27863"/>
				<updated>2008-04-08T11:57:27Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Planning the new OWASP Testing Guide v3 ==&lt;br /&gt;
&lt;br /&gt;
'''3rd October 2007: Startup v3''' &amp;lt;br&amp;gt;&lt;br /&gt;
The OWASP Testing Guide v2 was a great success, with thousand download and many many Companies that have adopted it as standard for a Web Application Penetration Testing. &amp;lt;br&amp;gt;&lt;br /&gt;
Now we would like to begin a new project that is based on v2 but improve it and complete it. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In the OWASP Testing Guide v2 we have split the set of tests in 8 sub-categories: &lt;br /&gt;
* Information Gathering &lt;br /&gt;
* Business Logic Testing &lt;br /&gt;
* Authentication Testing &lt;br /&gt;
* Session Management Testing &lt;br /&gt;
* Data Validation Testing &lt;br /&gt;
* Denial of Service Testing &lt;br /&gt;
* Web Services Testing &lt;br /&gt;
* AJAX Testing&lt;br /&gt;
&lt;br /&gt;
The following are my thoughts about the new OWASP Testing Guide v3:&lt;br /&gt;
&lt;br /&gt;
1) Authorization testing missing. As Jeff and Dave said many time before it's important to create a new category.&amp;lt;br&amp;gt;&lt;br /&gt;
2)	Information gathering is not a set of vulnerabilities --&amp;gt; not in report --&amp;gt; new category: Passive mode &amp;lt;br&amp;gt;&lt;br /&gt;
3)	Business logic testing --&amp;gt; not in report --&amp;gt; Passive mode  &amp;lt;br&amp;gt;&lt;br /&gt;
4)	Infrastructural test --&amp;gt; new category &amp;lt;br&amp;gt;&lt;br /&gt;
5)	Web Services section needs improvement &amp;lt;br&amp;gt;&lt;br /&gt;
6)	AJAX Testing section needs improvement &amp;lt;br&amp;gt;&lt;br /&gt;
7)	New category: Client side Testing. AJAX and Flash Testing  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This [http://www.owasp.org/index.php/Image:Planning_OTGv3.doc document] analyze the OWASP Testing Guide v2 vulnerabilities and a plan for create the new v3.&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category_talk:OWASP_Testing_Project&amp;diff=26299</id>
		<title>Category talk:OWASP Testing Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category_talk:OWASP_Testing_Project&amp;diff=26299"/>
				<updated>2008-03-05T15:39:54Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: /* Version 2 vs Version 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Typos]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hi all. I ´ ve been having a look at Owasp guide pages and contents, and I have doubts because of typos or perhaps not completely well explained facts. In Dinis Cruz first announcement mail you can read:&lt;br /&gt;
&lt;br /&gt;
'' The current plan is to create a 'published' version of this guide on the 10th of February which will be sent as a book to all OWASP members''&lt;br /&gt;
&lt;br /&gt;
But in that same email, the linked page that targets to reviewing guidelines, I found different dates to the email message. At first I read in [http://www.owasp.org/index.php/OWASP_Testing_Project_v2.0_-_Review_Guidelines#Timelines timelines] section&lt;br /&gt;
&lt;br /&gt;
 #  11th January 2007: Review process begins&lt;br /&gt;
 # 11th January 2007: Review process ends&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That I am almost completely secure it is wrong, and so I edited te page to put February the 11th in the reviewing process end. But it keeps mismatching with the time the email says, may you please address this issue? Thank you very much.&lt;br /&gt;
&lt;br /&gt;
I send a copy of this message both to wiki discussion page and email to the guide responsibles.&lt;br /&gt;
&lt;br /&gt;
== Version 2 vs Version 1 ==&lt;br /&gt;
&lt;br /&gt;
I was recently reviewing the version 2 testing guide http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_doc.zip, I was wondering if this is meant to compliment the older version 1 checklists/docs or replace them? &lt;br /&gt;
&lt;br /&gt;
Looking at the reporting table in v2 (pgs 258 to 261) for example, does &amp;quot;OWASP-AT-001 : Default or guessable account&amp;quot; replace the older &amp;quot;OWASP-AUTHN-004 : Default Accounts&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
I'm guessing that v2 replaces the older stuff since there seems to be a lot of overlap, but I wanted to confirm. [[User:Kingthorin|Kingthorin]] 14:53, 22 February 2008 (EST)&lt;br /&gt;
: Answer can be found here: https://lists.owasp.org/pipermail/owasp-testing/2008-March/001442.html [[User:Kingthorin|Kingthorin]] 10:39, 5 March 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:Alison.McNamee&amp;diff=26255</id>
		<title>User talk:Alison.McNamee</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:Alison.McNamee&amp;diff=26255"/>
				<updated>2008-03-04T15:05:18Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: Replacing page with 'Disregard my previous talk post, I spoke with Eoin and decided to post to the list. ~~~~'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Disregard my previous talk post, I spoke with Eoin and decided to post to the list. [[User:Kingthorin|Kingthorin]] 10:05, 4 March 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:Alison.McNamee&amp;diff=26250</id>
		<title>User talk:Alison.McNamee</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:Alison.McNamee&amp;diff=26250"/>
				<updated>2008-03-04T13:26:13Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi Allison I see that you seem to be rather active on the owasp site I was wondering if you could answer the following question.&lt;br /&gt;
&lt;br /&gt;
I was recently reviewing the version 2 testing guide http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_doc.zip, I was wondering if this is meant to compliment the older version 1 checklists/docs or replace them?&lt;br /&gt;
&lt;br /&gt;
Looking at the reporting table in v2 (pgs 258 to 261) for example, does &amp;quot;OWASP-AT-001 : Default or guessable account&amp;quot; replace the older &amp;quot;OWASP-AUTHN-004 : Default Accounts&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
I'm guessing that v2 replaces the older stuff since there seems to be a lot of overlap, but I wanted to confirm since v2 does not seem to cover absolutely everything that v1 did. The http://www.owasp.org/index.php/OWASP_Testing_Project does not make this clear at all.&lt;br /&gt;
&lt;br /&gt;
I tried emailing Matteo Meucci (matteo &amp;lt;dot&amp;gt; meucci &amp;lt;at&amp;gt; owasp &amp;lt;dot&amp;gt; org) but did not get a reply.&lt;br /&gt;
&lt;br /&gt;
I'm also curious about the status of v3.&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
[[User:Kingthorin|Kingthorin]] 08:26, 4 March 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:Alison.McNamee&amp;diff=26249</id>
		<title>User talk:Alison.McNamee</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:Alison.McNamee&amp;diff=26249"/>
				<updated>2008-03-04T13:25:55Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: OWASP Testing Guide V2 vs v1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi Allison I see that you seem to be rather active on the owasp site I was wondering if you could answer the following question.&lt;br /&gt;
&lt;br /&gt;
I was recently reviewing the version 2 testing guide http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_doc.zip, I was wondering if this is meant to compliment the older version 1 checklists/docs or replace them?&lt;br /&gt;
&lt;br /&gt;
Looking at the reporting table in v2 (pgs 258 to 261) for example, does &amp;quot;OWASP-AT-001 : Default or guessable account&amp;quot; replace the older &amp;quot;OWASP-AUTHN-004 : Default Accounts&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
I'm guessing that v2 replaces the older stuff since there seems to be a lot of overlap, but I wanted to confirm since v2 does not seem to cover absolutely everything that v1 did. The http://www.owasp.org/index.php/OWASP_Testing_Project does not make this clear at all.&lt;br /&gt;
&lt;br /&gt;
I tried emailing Matteo Meucci (matteo &amp;lt;dot&amp;gt; meucci &amp;lt;at&amp;gt; owasp &amp;lt;dot&amp;gt; org) but did not get a reply.&lt;br /&gt;
&lt;br /&gt;
I'm also curious about the status of v3.&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:Kingthorin&amp;diff=25867</id>
		<title>User talk:Kingthorin</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:Kingthorin&amp;diff=25867"/>
				<updated>2008-02-22T19:55:53Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: Welcome&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome ==&lt;br /&gt;
&lt;br /&gt;
This is probably the best way to interact with me, although I can't guarantee how diligent I will be in maintaining/reviewing this page. Notifications are sent when it's updated though so we should be fine.&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Kingthorin&amp;diff=25866</id>
		<title>User:Kingthorin</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Kingthorin&amp;diff=25866"/>
				<updated>2008-02-22T19:54:28Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My user page.....I'll update this someday. [[User:Kingthorin|Kingthorin]] 14:54, 22 February 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Kingthorin&amp;diff=25865</id>
		<title>User:Kingthorin</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Kingthorin&amp;diff=25865"/>
				<updated>2008-02-22T19:53:59Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: New page: kingthorin's talk page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;kingthorin's talk page&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category_talk:OWASP_Testing_Project&amp;diff=25864</id>
		<title>Category talk:OWASP Testing Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category_talk:OWASP_Testing_Project&amp;diff=25864"/>
				<updated>2008-02-22T19:53:43Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Typos]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hi all. I ´ ve been having a look at Owasp guide pages and contents, and I have doubts because of typos or perhaps not completely well explained facts. In Dinis Cruz first announcement mail you can read:&lt;br /&gt;
&lt;br /&gt;
'' The current plan is to create a 'published' version of this guide on the 10th of February which will be sent as a book to all OWASP members''&lt;br /&gt;
&lt;br /&gt;
But in that same email, the linked page that targets to reviewing guidelines, I found different dates to the email message. At first I read in [http://www.owasp.org/index.php/OWASP_Testing_Project_v2.0_-_Review_Guidelines#Timelines timelines] section&lt;br /&gt;
&lt;br /&gt;
 #  11th January 2007: Review process begins&lt;br /&gt;
 # 11th January 2007: Review process ends&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That I am almost completely secure it is wrong, and so I edited te page to put February the 11th in the reviewing process end. But it keeps mismatching with the time the email says, may you please address this issue? Thank you very much.&lt;br /&gt;
&lt;br /&gt;
I send a copy of this message both to wiki discussion page and email to the guide responsibles.&lt;br /&gt;
&lt;br /&gt;
== Version 2 vs Version 1 ==&lt;br /&gt;
&lt;br /&gt;
I was recently reviewing the version 2 testing guide http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_doc.zip, I was wondering if this is meant to compliment the older version 1 checklists/docs or replace them? &lt;br /&gt;
&lt;br /&gt;
Looking at the reporting table in v2 (pgs 258 to 261) for example, does &amp;quot;OWASP-AT-001 : Default or guessable account&amp;quot; replace the older &amp;quot;OWASP-AUTHN-004 : Default Accounts&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
I'm guessing that v2 replaces the older stuff since there seems to be a lot of overlap, but I wanted to confirm. [[User:Kingthorin|Kingthorin]] 14:53, 22 February 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category_talk:OWASP_Testing_Project&amp;diff=25863</id>
		<title>Category talk:OWASP Testing Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category_talk:OWASP_Testing_Project&amp;diff=25863"/>
				<updated>2008-02-22T19:52:27Z</updated>
		
		<summary type="html">&lt;p&gt;Kingthorin: New section: Version 2 vs Version 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Typos]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hi all. I ´ ve been having a look at Owasp guide pages and contents, and I have doubts because of typos or perhaps not completely well explained facts. In Dinis Cruz first announcement mail you can read:&lt;br /&gt;
&lt;br /&gt;
'' The current plan is to create a 'published' version of this guide on the 10th of February which will be sent as a book to all OWASP members''&lt;br /&gt;
&lt;br /&gt;
But in that same email, the linked page that targets to reviewing guidelines, I found different dates to the email message. At first I read in [http://www.owasp.org/index.php/OWASP_Testing_Project_v2.0_-_Review_Guidelines#Timelines timelines] section&lt;br /&gt;
&lt;br /&gt;
 #  11th January 2007: Review process begins&lt;br /&gt;
 # 11th January 2007: Review process ends&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That I am almost completely secure it is wrong, and so I edited te page to put February the 11th in the reviewing process end. But it keeps mismatching with the time the email says, may you please address this issue? Thank you very much.&lt;br /&gt;
&lt;br /&gt;
I send a copy of this message both to wiki discussion page and email to the guide responsibles.&lt;br /&gt;
&lt;br /&gt;
== Version 2 vs Version 1 ==&lt;br /&gt;
&lt;br /&gt;
I was recently reviewing the version 2 testing guide http://www.owasp.org/index.php/Image:OWASP_Testing_Guide_v2_doc.zip, I was wondering if this is meant to compliment the older version 1 checklists/docs or replace them? &lt;br /&gt;
&lt;br /&gt;
Looking at the reporting table in v2 (pgs 258 to 261) for example, does &amp;quot;OWASP-AT-001 : Default or guessable account&amp;quot; replace the older &amp;quot;OWASP-AUTHN-004 : Default Accounts&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
I'm guessing that v2 replaces the older stuff since there seems to be a lot of overlap, but I wanted to confirm.&lt;/div&gt;</summary>
		<author><name>Kingthorin</name></author>	</entry>

	</feed>