wapiti 2.3.0+dfsg-3 source package in Ubuntu

Changelog

wapiti (2.3.0+dfsg-3) unstable; urgency=medium

  * Bump std-version to 3.9.7, no changes required.
  * Bump watch file version to 4.
  * Fix insecure VCS fields lintian.
  * Fix copyright license issue. (Closes: #816302).
    - thanks Nicolás Alvarez for the useful bug report!

 -- Gianfranco Costamagna <email address hidden>  Mon, 29 Feb 2016 18:19:01 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Sid
Original maintainer:
Gianfranco Costamagna
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wapiti_2.3.0+dfsg-3.dsc 1.9 KiB 9730902a146028074cee3e7f052e700355f18e726b79ee844b37328d7647906c
wapiti_2.3.0+dfsg.orig.tar.gz 265.8 KiB 00d5dfba1fd98f43163d199e86a1c4204c14803c441b3f959f0e91b9c10c1bdd
wapiti_2.3.0+dfsg-3.debian.tar.xz 16.3 KiB 4429d28ce1c1cbb087348d5274528b1f19dbe77ce8a948845f92a925a957315e

Available diffs

No changes file available.

Binary packages built by this source

wapiti: web application vulnerability scanner

 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 will scan the web pages of the deployed web applications,
 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...)