File: control

package info (click to toggle)
weakforced 2.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,752 kB
  • sloc: cpp: 19,927; python: 1,898; makefile: 402; sh: 357; perl: 18
file content (67 lines) | stat: -rw-r--r-- 2,673 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
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
Source: weakforced
Maintainer: Pierre-Elliott Bécue <peb@debian.org>
Section: web
Priority: optional
Build-Depends: autoconf,
               automake,
               debhelper-compat (=13),
               libgeoip-dev,
               libboost-all-dev,
               libcurl4-openssl-dev,
               libdrogon-dev,
               libgetdns-dev,
               libhiredis-dev,
               libmaxminddb-dev,
               libluajit-5.1-dev,
               libprotobuf-dev,
               libreadline-dev,
               libssl-dev,
               libsodium-dev,
               libsystemd-dev,
               libyaml-cpp-dev,
               libjsoncpp-dev,
               uuid-dev,
               libz-dev,
               libtool,
               pkgconf,
               prometheus-cpp-dev,
               protobuf-compiler,
               pandoc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/weakforced
Vcs-Git: https://salsa.debian.org/debian/weakforced.git
Homepage: https://github.com/PowerDNS/weakforced
Rules-Requires-Root: no

Package: weakforced
Architecture: any
Depends: adduser, ${shlibs:Depends}, ${misc:Depends}
Recommends: python3
Description: Daemon for detecting brute force attacks
 The goal of weakforced is to detect brute forcing of passwords across many
 servers, services and instances. In order to support the real world, brute
 force detection policy can be tailored to deal with "bulk, but legitimate"
 users of your service, as well as botnet-wide slowscans of passwords.
 The aim is to support the largest of installations, providing services to
 hundreds of millions of users.
 .
 This package provides the actual daemon and its client command.

Package: weakforced-trackalert
Architecture: any
Depends: adduser, ${shlibs:Depends}, ${misc:Depends}
Description: Longterm abuse data reporting and alerter
 The goal of weakforced is to detect brute forcing of passwords across many
 servers, services and instances. In order to support the real world, brute
 force detection policy can be tailored to deal with "bulk, but legitimate"
 users of your service, as well as botnet-wide slowscans of passwords.  The aim
 is to support the largest of installations, providing services to hundreds of
 millions of users.
 .
 Trackalert is designed to be an optional service to complement weakforced.
 Whereas weakforced provides a toolkit to combat  abuse of logins such as
 password brute forcing in realtime, trackalert is designed to look at abuse
 asynchronously, using long-term report data stored in an external DB such as
 elasticsearch, and to send alerts on potential login abuse.
 .
 This package provides Trackalert