wapiti 2.3.0+dfsg-6 source package in Ubuntu

Changelog

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

  * Add gbp.conf file

 -- Gianfranco Costamagna <email address hidden>  Mon, 22 Aug 2016 17:10:47 +0200

Upload details

Uploaded by:
Debian Security Tools Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Security Tools Packaging Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wapiti_2.3.0+dfsg-6.dsc 2.0 KiB 81f504766bde6e523013857bd0f4bf080567f4e623df35bd6e4e9c724643644c
wapiti_2.3.0+dfsg.orig.tar.gz 265.8 KiB 00d5dfba1fd98f43163d199e86a1c4204c14803c441b3f959f0e91b9c10c1bdd
wapiti_2.3.0+dfsg-6.debian.tar.xz 16.5 KiB 3bbebad044e69461ff372075a4e5456cbeafb3571ce260adfdfa2d4d99b919c5

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...)