-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcontrol
93 lines (91 loc) · 3.15 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Source: w3af
Section: net
Priority: extra
Maintainer: Andres Riancho <[email protected]>
Build-Depends: debhelper (>= 9), python-all
Standards-Version: 3.9.3
Homepage: http://w3af.org/
XS-Python-Version: >=2.7
Package: w3af
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends},
${misc:Depends},
w3af-console (>= ${binary:Version}),
python-gtk2 (>= 2.12),
graphviz,
python-gtksourceview2,
python-webkit,
python-xdot
Description: framework to find and exploit web application vulnerabilities
w3af is a Web Application Attack and Audit Framework which aims
to identify and exploit all web application vulnerabilities.
.
This package provides a graphical user interface (GUI) for the framework. If
you want a command-line application only, install w3af-console.
.
The framework has been called the "metasploit for the web", but it's actually
much more than that, because it also discovers the web application
vulnerabilities using black-box scanning techniques!
.
The w3af core and its plugins are fully written in Python. The project has
more than 130 plugins, which identify and exploit SQL injection, cross site
scripting (XSS), remote file inclusion and more.
Package: w3af-console
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends},
${misc:Depends},
python-simplejson,
python-beautifulsoup,
python-soappy,
python-pypdf,
python-openssl,
python-pysqlite2,
python-svn,
python-chardet,
python-pybloomfiltermmap (>= 0.3.14),
python-phply,
python-ntlm,
python-guess-language,
python-nltk (>= 3.0.0),
python-esmre,
python-pygithub,
python-msgpack (>= 0.4.4),
python-cluster,
python-lxml (>= 3.4.0),
python-pdfminer (>= 20140328),
python-git,
python-scapy,
python-concurrent.futures,
python-six,
python-ply,
python-darts-lib-utils-lru,
python-jinja2,
python-tblib,
python-ndg-httpsclient,
python-pyasn1,
python-halberd,
python-markdown,
python-vulndb (>= 0.0.19),
python-ruamel.ordereddict (>= 0.4.8),
python-psutil (>= 2.1.1),
flask,
pyyaml,
pyclamd
Conflicts: python-json
Recommends: tcpdump
Description: framework to find and exploit web application vulnerabilities (CLI only)
w3af is a Web Application Attack and Audit Framework which aims
to identify and exploit all web application vulnerabilities.
.
This package provides a command line interface (CLI) only. The graphical user
interface (GUI) is provided by the package w3af.
.
The framework has been called the "metasploit for the web", but it's actually
much more than that, because it also discovers the web application
vulnerabilities using black-box scanning techniques!
.
The w3af core and its plugins are fully written in Python. The project has
more than 130 plugins, which identify and exploit SQL injection, cross site
scripting (XSS), remote file inclusion and more.