¡Hola, Invitado!


Patrocinantes


Síguenos en Facebook


Síguenos en Twitter

Compartir este tema:
Wapiti - Web application vulnerability scanner
.:WindHack:. Sin conexión
Administrador
*******

Mensajes: 842
Registro en: Jul 2010
Facebook Google+ Twitter YouTube
Gracias dados: 62
Gracias recibidos: 60
Mensaje: #1
Wapiti - Web application vulnerability scanner
  • Compartir en Delicious
  • Compartir en Digg
  • Compartir en Linkedin
  • Compartir en MySpace
  • Compartir en Technorati
  • Compartir en Tuenti
[Imagen: sewvth.png]

Wapiti es una aplicación que permite auditar la seguridad de sus aplicaciones web.
No estudia el código fuente de la aplicación, pero va a escanear las páginas web de la webapp, en busca de scripts y de formas en las que se puedan inyectar datos.
Posteriormente, Wapiti actúa como un fuzzer, inyectando payloads para ver si es vulnerable.

Se pueden detectar las siguientes vulnerabilidades:
  • Errores en el manejo de archivos (local y remote include/require, fopen, readfile...)
  • Inyecciones en base de datos (PHP/JSP/ASP SQL e inyecciones XPath)
  • XSS (Cross Site Scripting).
  • Inyección LDAP
  • Detección de comandos de ejecución (eval (), system (), passtru ()...)
  • CRLF


Wapiti no se basa en una base de datos de vulnerabilidades como lo hace Nikto, a pesar de que integra su base de datos como un tipo de ataque desde la versión 2.2.1

Wapiti tiene como objetivo descubrir vulnerabilidades desconocidas en las aplicaciones web.

No proporciona una interfaz gráfica para el momento y hay que usarlo desde un terminal.

Wapiti es capaz de crear informes completos que incluyen todas las vulnerabilidades encontradas y la información relacionada con el fin de ayudar a solucionarlos.

Modo de uso
Lenguaje GENERICO
Wapiti-2.2.1 - A web application vulnerability scanner
 
Usage: python wapiti.py <a href="http://server.com/base/url/" target="_blank">http://server.com/base/url/</a> [options]
 
Supported options are:
-s 
--start 
	To specify an url to start with
 
-x 
--exclude 
	To exclude an url from the scan (for example logout scripts)
	You can also use a wildcard (*)
	Example : -x "http://server/base/?page=*&module=test"
	or -x http://server/base/admin/* to exclude a directory
 
-p 
--proxy 
	To specify a proxy
	Exemple: -p http://proxy:port/
 
-c 
--cookie 
	To use a cookie
 
-t 
--timeout 
	To fix the timeout (in seconds)
 
-a 
--auth 
	Set credentials for HTTP authentication
	Doesn't work with Python 2.4
 
-r 
--remove 
	Remove a parameter from URLs
 
-n 
--nice 
  Define a limit of urls to read with the same pattern
  Use this option to prevent endless loops
  Must be greater than 0
 
-m 
--module 
  Set the modules and HTTP methods to use for attacks.
  Example: -m "-all,xss:get,exec:post"
 
-u
--underline
	Use color to highlight vulnerables parameters in output
 
-v 
--verbose 
	Set the verbosity level
	0: quiet (default), 1: print each url, 2: print every attack
 
-f 
--reportType 
	Set the type of the report
	xml: Report in XML format
	html: Report in HTML format
 
-o 
--output 
	Set the name of the report file
	If the selected report type is "html", this parameter must be a directory
 
-i 
--continue 
	This parameter indicates Wapiti to continue with the scan from the specified
  file, this file should contain data from a previous scan.
	The file is optional, if it is not specified, Wapiti takes the default file
  from \"scans\" folder.
 
-k 
--attack 
	This parameter indicates Wapiti to perform attacks without scanning again the
  website and following the data of this file.
	The file is optional, if it is not specified, Wapiti takes the default file
  from \"scans\" folder.
 
-h
--help
	To print this usage message



Descargar

[Imagen: WindSig.php]
[Imagen: DaW-User.png]
[Imagen: administradorq.png]
"The only thing they can't take from us are our minds."
22-10-2011 11:15 PM
WWW Buscar Citar
bad_robot Sin conexión
Miembro
***

Mensajes: 19
Registro en: Nov 2010
Gracias dados: 2
Gracias recibidos: 0
Mensaje: #2
RE: Wapiti - Web application vulnerability scanner
  • Compartir en Delicious
  • Compartir en Digg
  • Compartir en Linkedin
  • Compartir en MySpace
  • Compartir en Technorati
  • Compartir en Tuenti
Una pregunta , los reportes como se muestran?.

Saludos
07-12-2011 06:54 AM
Buscar Citar
.:WindHack:. Sin conexión
Administrador
*******

Mensajes: 842
Registro en: Jul 2010
Facebook Google+ Twitter YouTube
Gracias dados: 62
Gracias recibidos: 60
Mensaje: #3
RE: Wapiti - Web application vulnerability scanner
  • Compartir en Delicious
  • Compartir en Digg
  • Compartir en Linkedin
  • Compartir en MySpace
  • Compartir en Technorati
  • Compartir en Tuenti
Los reportes muestran:
- Estadísticas
- Detalles de los ataques satisfactorios.
- Información de vulnerabilidades
-- Descripción
-- Cómo resolverla
-- Referencias

Y son generados en tres formatos HTML, XML, y TXT.

[Imagen: image_gallery?img_id=20110]

[Imagen: WindSig.php]
[Imagen: DaW-User.png]
[Imagen: administradorq.png]
"The only thing they can't take from us are our minds."
07-12-2011 07:20 AM
WWW Buscar Citar
bad_robot Sin conexión
Miembro
***

Mensajes: 19
Registro en: Nov 2010
Gracias dados: 2
Gracias recibidos: 0
Mensaje: #4
RE: Wapiti - Web application vulnerability scanner
  • Compartir en Delicious
  • Compartir en Digg
  • Compartir en Linkedin
  • Compartir en MySpace
  • Compartir en Technorati
  • Compartir en Tuenti
Excelente con el html es suficiente para evidenciar :).

Saludos y gracias por la respuesta
07-12-2011 11:08 PM
Buscar Citar




Usuario(s) navegando en este tema: 1 invitado(s)