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 "OWASP/Training/OWASP Webslayer Project"

From OWASP
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 25: Line 25:
 
The training will show how to use the tool and will cover the following topics:
 
The training will show how to use the tool and will cover the following topics:
  
-Interface overview
+
*Interface overview
-Basic Payloads overview
+
*Basic Payloads overview
-Basic directory discovery setup
+
*Basic directory discovery setup
-Advance directory and file discovery
+
*Advance directory and file discovery
-Login form brute force attack
+
*Login form brute force attack
-Basic authentication attack
+
*Basic authentication attack
-Custom payload generation
+
*Custom payload generation
-Advanced uses
+
*Advanced uses
  
  
 
 
 
 
 
| Material =  
 
| Material =  
The training is a hands on course, so it is recommended to bring your own laptop.
+
The training is a hands on course, so it is recommended to bring your own laptop (it´s possible to follow the training without a computer)
  
The latest version of Webslayer can be downloaded from:
+
The latest version of Webslayer can be downloaded from google code subversion [http://code.google.com/p/webslayer/downloads/list here].
 
 
[http://code.google.com/p/webslayer/downloads/list Webslayer]
 
  
 +
<br>
 +
*[http://www.vimeo.com/18082291 Video of the session presented at IBWAS'10 Training Day, 16th Dec 2010]
 +
*[http://www.owasp.org/index.php/File:Christian_Martorella-Webslayer-Training-IBWAS2010.pdf Webslayer Training, IBWAS2010]
 +
&nbsp;
 
}}
 
}}

Latest revision as of 18:59, 12 January 2011

MODULE
'
Overview & Goal
WebSlayer is a tool designed for bruteforcing Web Applications, it can be used for finding not linked resources (directories, servlets, scripts, etc), bruteforce GET and POST parameters, bruteforce Forms parameters (User/Password), Fuzzing, etc.

The tools have a payload generator and a easy and powerful results analyzer.

 

Some features are:

  • Encodings: 15 encodings supported
  • All parameters attack: the tool will inject the payload in every parameter (Headers, Get, Post)
  • Authentication: Webslayer supports Ntml and Basic authentication, also you can brute force the authentication
  • Multiple payloads: you can use 2 paylods in different parts
  • Proxy support (authentication supported)
  • Live filters: You can change the filters as the attack is taking place
  • Multiple threads: You can set how many threads to use in the attack
  • Session import/export: Allows you to save the session and to continue working with the results
  • Integrated web browser: a full fledge webkit browser is included to analyze the results
  • Predefined dictionaries for predictable resource location, based on known servers (Thanks to Dark Raver, www.open-labs.org)
  • Payload Generator (custom payload generator)
Contents Materials
The training will show how to use the tool and will cover the following topics:
  • Interface overview
  • Basic Payloads overview
  • Basic directory discovery setup
  • Advance directory and file discovery
  • Login form brute force attack
  • Basic authentication attack
  • Custom payload generation
  • Advanced uses


 

The training is a hands on course, so it is recommended to bring your own laptop (it´s possible to follow the training without a computer)

The latest version of Webslayer can be downloaded from google code subversion here.