This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Project Information:template Wapiti Project"

From OWASP
Jump to: navigation, search
Line 25: Line 25:
 
  | style="width:14%; background:#cccccc" align="center"|Mailing List<br>[https://lists.owasp.org/mailman/listinfo/owasp-testing '''Subscribe here''']<br>[mailto:owasp-testing(at)lists.owasp.org '''Use here''']
 
  | style="width:14%; background:#cccccc" align="center"|Mailing List<br>[https://lists.owasp.org/mailman/listinfo/owasp-testing '''Subscribe here''']<br>[mailto:owasp-testing(at)lists.owasp.org '''Use here''']
 
  | style="width:14%; background:#cccccc" align="center"|License<br>[http://creativecommons.org/licenses/by-sa/3.0/ '''Creative Commons Attribution Share Alike 3.0''']
 
  | style="width:14%; background:#cccccc" align="center"|License<br>[http://creativecommons.org/licenses/by-sa/3.0/ '''Creative Commons Attribution Share Alike 3.0''']
  | style="width:14%; background:#cccccc" align="center"|Project Type<br>[[:Category:OWASP_Project#Release Quality Projects|'''Documentation''']]
+
  | style="width:14%; background:#cccccc" align="center"|Project Type<br>[[:Category:OWASP_Project#Alpha_Quality_Tool_Criteria|'''Tool''']]
  | style="width:15%; background:#cccccc" align="center"|Sponsors<br>[[OWASP Summer of Code 2008|'''OWASP SoC 08''']]
+
  | style="width:15%; background:#cccccc" align="center"|Sponsors<br>if any, add link
 
  |}
 
  |}
 
{| style="width:100%" border="0" align="center"  
 
{| style="width:100%" border="0" align="center"  
Line 33: Line 33:
 
  ! align="center" style="background:#7B8ABD; color:white"|<font color="black">'''Related Projects'''  
 
  ! align="center" style="background:#7B8ABD; color:white"|<font color="black">'''Related Projects'''  
 
  |-
 
  |-
  | style="width:29%; background:#cccccc" align="center"|Provisory '''[[:Category:OWASP Project Assessment#Assessment Scale for OWASP DOCUMENTATION Projects|Release Quality]]'''<br>(Waiting for OWASP Board Member's Review)<br>[[:OWASP Testing Guide 3.0 - Assessment Frame|Please see here for complete information.]]
+
  | style="width:29%; background:#cccccc" align="center"|Provisory '''[[:Category:OWASP Project Assessment#OWASP_Project_Assessment#Alpha_Quality_Tool_Criteria|Apha Quality]]'''<br>(under review)<br>[[:OWASP Testing Guide 3.0 - Assessment Frame|Please see here for complete information.]]
 
  | style="width:42%; background:#cccccc" align="center"|
 
  | style="width:42%; background:#cccccc" align="center"|
 
[https://www.owasp.org/images/5/56/OWASP_Testing_Guide_v3.pdf OWASP Testing Guide V 3.0/PDF] - NEW RELEASE!!!<br>About OWASP Testing Guide V 3.0: [http://www.owasp.org/images/2/2c/OWASP_EU_Summit_2008_OWASP_Testing_Guide_v3.ppt PowerPoint]<br>[[:OWASP Testing Guide v3 Table of Contents|OWASP Testing Guide v3 Table of Contents]]  
 
[https://www.owasp.org/images/5/56/OWASP_Testing_Guide_v3.pdf OWASP Testing Guide V 3.0/PDF] - NEW RELEASE!!!<br>About OWASP Testing Guide V 3.0: [http://www.owasp.org/images/2/2c/OWASP_EU_Summit_2008_OWASP_Testing_Guide_v3.ppt PowerPoint]<br>[[:OWASP Testing Guide v3 Table of Contents|OWASP Testing Guide v3 Table of Contents]]  

Revision as of 15:49, 9 January 2009

THIS PROJECT PAGE IS UNDER WORK AND CONTAINS WRONG INFORMATION


PROJECT INFORMATION
Project Name OWASP Wapiti Project
Web application vulnerability scanner / security auditor
Short Project Description
  • Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the application but it will scan the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.
  • Wapiti can detect the following vulnerabilities :
    • File Handling Errors (Local and remote include/require, fopen, readfile...)
    • Database Injection (PHP/JSP/ASP SQL Injections and XPath Injections)
    • XSS (Cross Site Scripting) Injection
    • LDAP Injection
    • Command Execution detection (eval(), system(), passtru()...)
    • CRLF Injection (HTTP Response Splitting, session fixation...)
Key Project Information Project Leader
Alberto Pastor Nieto
Nicolas Surribas
Project Contibutors
Name
Mailing List
Subscribe here
Use here
License
Creative Commons Attribution Share Alike 3.0
Project Type
Tool
Sponsors
if any, add link
Release Status Main Links Related Projects
Provisory Apha Quality
(under review)
Please see here for complete information.

OWASP Testing Guide V 3.0/PDF - NEW RELEASE!!!
About OWASP Testing Guide V 3.0: PowerPoint
OWASP Testing Guide v3 Table of Contents

OWASP Testing V 2.0
OWASP Development Guide Project
OWASP Code Review Project
OWASP ASDR Project