File: control

package info (click to toggle)
gvm-tools 25.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,480 kB
  • sloc: python: 10,611; xml: 445; makefile: 27
file content (38 lines) | stat: -rw-r--r-- 1,530 bytes parent folder | download
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
Source: gvm-tools
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Sophie Brun <sophie@kali.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pkgconf,
	       pybuild-plugin-pyproject,
               python3-all,
               python3-gvm (>= 24.7.0),
	       python3-myst-parser,
	       python3-poetry-core,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.7.2
Homepage: https://www.greenbone.net/
Vcs-Git: https://salsa.debian.org/pkg-security-team/gvm-tools.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/gvm-tools

Package: gvm-tools
Architecture: all
Depends: python3-terminaltables3,
         python3-lxml,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: Remote control the Greenbone Vulnerability Manager
 The Greenbone Vulnerability Management Tools or gvm-tools in short are a
 collection of tools that help with remote controlling a Greenbone Security
 Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager
 (GVM). The tools essentially aid accessing the communication protocols GMP
 (Greenbone Management Protocol) and OSP (Open Scanner Protocol).
 .
 This module is comprised of interactive and non-interactive clients. The
 programming language Python is supported directly for interactive scripting.
 But it is also possible to issue remote GMP/OSP commands without programming
 in Python.